Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline teo

  • Sr. Member
  • ****
  • Join Date: Feb 2002
  • Posts: 259
    • Show all replies
Re: Table border colours in web browsers
« 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???