Gossamer Forum
Home : Products : Links 2.0 : Customization :

Problems with headers

Quote Reply
Problems with headers
Hello,

I'm not sure how I messed up the headers (the sections that have the background color), but I did and now I can't seem to fix it. I think it has something to do with the style sheet, but I can't find it.

Under netscape, there are no backgrounds, under internet explorer, the backgrounds and menu are there, but they are very small

Here is the link to the home page for the script http://www.trainingtogo.org/myscripts/links/

I've also attached the css file.

Any help would be greatly appreciated.

Thanks
Indera

Quote Reply
Re: [iemproductions] Problems with headers In reply to
See the following line of code in the CSS file:

Quote:

background: #FFFFFF url("http://localhost/links/pages/background.gif")


You need to replace http://localhost/ with your domain name like:

http://www.mydomain.com/

That will clear up the background problem. Now about the small text, if you edited the font-size values of the class objects in the CSS file, then you need to adjust them again to make them bigger. Either use px or variable sizes (-1, +1, etc).
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Heckler] Problems with headers In reply to
Hi Eliot,

Thank you so much!

Indera