Welcome, Guest. Please login or register.

Author Topic: Table border colours in web browsers  (Read 2331 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline jumpshipTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 781
    • Show only replies by jumpship
    • http://onlyamiga.kicks-ass.net
Table border colours in web browsers
« on: February 01, 2003, 11:38:15 AM »
Does anyone know how I can change the colo(u)r of the borders of a table? IE instead of being grey make them blue or something?

cheers!
 

Offline Bezzen

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 637
    • Show only replies by Bezzen
    • http://www.streammountain.se
Re: Table border colours in web browsers
« Reply #1 on: February 01, 2003, 11:58:11 AM »
bordercolor="#thecolor" in the table tag should do the trick, I think.  :-)
 

Offline blobrana

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4743
    • Show only replies by blobrana
    • http://mysite.wanadoo-members.co.uk/blobrana/home.html
Re: Table border colours in web browsers
« Reply #2 on: February 01, 2003, 02:01:18 PM »
Just have a look at my site
http://mysite.freeserve.com/blobrana




BORDERCOLOR="00FF00"



Fill in the ? with a number...This will define the space in pixels between the table cells and the cell border.

Fill in the ? with a number...This will define the pixel space btween the cells in a table.

This defines the border around your tables and cells, you may have a 0 border and it will not be visible, or change the ? with a pixel number to define the thickness of the border.

You can also change the bordercolor in a similar manner, like this:

This will make the borders of the whole table green.

This would just change the border color for the one row.

Will change the color of the border for one cell.


Offline cecilia

  • Amiga Snob
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 4875
  • Country: 00
    • Show only replies by cecilia
    • http://cecilia.sawneybean.com/
Re: Table border colours in web browsers
« Reply #3 on: February 01, 2003, 04:17:31 PM »
look at my page on scotia news

i can make highlights and shadows (two colors on a table border). only in exploder, of course. which is slightly annoying.

but i do it anyway as practise. plus, you never know if other browsers will eventually be able to do it also.
the no CARB diet- no Cheney, Ashcroft, Rumsfeld or Bush.
IFX CD Tutorial
 

Offline jumpshipTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 781
    • Show only replies by jumpship
    • http://onlyamiga.kicks-ass.net
Re: Table border colours in web browsers
« Reply #4 on: February 01, 2003, 04:40:53 PM »
Thanks for the suggestions, still not how I want it tho :-(

Anyone know how this site has a light grey around the tables? Wayne how do you do it? Is it poassable to change the colour to another one?
 

Offline teo

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 259
    • Show only replies by teo
Re: Table border colours in web browsers
« Reply #5 on: February 01, 2003, 05:15:35 PM »
sounds like you need to use css. So forget compatinility with amiga browsers.



plus the rest of your table attributes. Note that this wont do the inner lines like amiga org has. It may be something like.


 
 
 
 
blah 1blah 2


all thats doing is making the whole table grey, and leaving a 1 pixel gap between cells. Then just making the cells white (or whatever color) again. This method should be compatible with all browsers???
 

Offline jumpshipTopic starter

  • Hero Member
  • *****
  • Join Date: Apr 2002
  • Posts: 781
    • Show only replies by jumpship
    • http://onlyamiga.kicks-ass.net
Re: Table border colours in web browsers
« Reply #6 on: February 01, 2003, 05:20:22 PM »
@teotwin

Yes, got it, using your second example! thanks!!

:pint: