Gossamer Forum
Quote Reply
HTML Bug?
On my main page I have set the category text color to be white. The html that shows is:

Code:
<font face="Verdana,Arial,Helvetica" size=3 color="#FFFFFF"><b> <a href="gforum.cgi?category=1;">General</a>

However the text shows as black. To get it white I have to put the font tag inside the href tag.
Quote Reply
Re: [Paul] HTML Bug? In reply to
try to edit the include_css.html and globals.txt , change

'header_font' => '<font face="Verdana,Arial,Helvetica" size=3 color="#003300" class=subjest><b>',

and some about header_font.

but, all use header_font will change to white.

my MSN: perlchina_at_hotmail.com
Quote Reply
Re: [tsingson] HTML Bug? In reply to
Thanks, but as I mentioned I got it to work by moving the font tag inside the href tag. So it seems to be a html positioning problem.
Quote Reply
Re: [Paul] HTML Bug? In reply to
It's because of the global style on <a> tags - the only way to override it is to use something that changes it inside the <a> tags - as you did by putting the <font> tags on the inside. I think adding a style attribute like: style="color: white" in the <a> tag would have worked as well.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com