[thelist] Table bordercolors

Martin Kuplens-Ewart martin at graphicist.com
Mon Mar 12 23:53:58 CST 2001


Mike,

For an example that is visible/works... take a peek at:

http://www.graphicist.com/projects/workshopkit/old/four/template.html

which, btw, evolved to: http://www.takingitglobal.org/workshopkit/

anyway,hope those two combined help. :)

-martin


----- Original Message -----
From: "rudy" <r937 at interlog.com>
To: "evolt thelist" <thelist at lists.evolt.org>
Sent: Tuesday, March 13, 2001 12:21 AM
Subject: Re: [thelist] Table bordercolors


> > Is there a way to set the border color? I want the
> > page to show the color in browsers at least back to 4.x.
>
> hi mike
>
> if you don't mind using tables, here's a nifty hack that will work
in all
> browsers that understand table background colours (html 2? netscape
4
> definitely) but will only validate transitional, not strict, as i
think
> bgcolor is deprecated --
>
>   <table bgcolor="#990000"
>          border="0" cellpadding="0" cellspacing="0">
>   <tr><td><table
>          border="0" cellpadding="9" cellspacing="1">
>   <tr bgcolor="#FFFFCC"><th>foo</th></tr>
>   <tr bgcolor="#CCFFFF"><td>bar</td></tr>
>   </table></td></tr>
>   </table>
>
>
> rudy.ca






More information about the thelist mailing list