Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: jumpship on February 01, 2003, 11:38:15 AM

Title: Table border colours in web browsers
Post by: jumpship 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!
Title: Re: Table border colours in web browsers
Post by: Bezzen on February 01, 2003, 11:58:11 AM
bordercolor="#thecolor" in the table tag should do the trick, I think.  :-)
Title: Re: Table border colours in web browsers
Post by: blobrana on February 01, 2003, 02:01:18 PM
Just have a look at my site
http://mysite.freeserve.com/blobrana (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.

Title: Re: Table border colours in web browsers
Post by: cecilia on February 01, 2003, 04:17:31 PM
look at my page on scotia news (http://scotia-news.com/HEY.htm)

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.
Title: Re: Table border colours in web browsers
Post by: jumpship 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?
Title: Re: Table border colours in web browsers
Post by: teo 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???
Title: Re: Table border colours in web browsers
Post by: jumpship on February 01, 2003, 05:20:22 PM
@teotwin

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

:pint: