Page 1 of 1

Thanks

Posted: Thu Apr 21, 2005 1:33 am
by ddegagne
Thanks everyone for your help, I got it to work. Now I just need to get rid of the text. I deleted the h1 banner code but the text is still there.

I really appreciate people like you that take the time to help others. Everytime I learn something new it makes a lot of things clearer.

Regards

Don

http://ordinaryjoe.ca/blog/

Re: Thanks

Posted: Thu Apr 21, 2005 10:14 am
by garvinhicking
Please do not open a new thread for this, reply to the old one instead.

For making your text in h1, h2 disappear use this in your stylesheet:

Code: Select all

#serendipity_banner h1, #hserendipity_banner h2 {
  display: none;
}
Regards,
Garvin