Replies

Jun 27, 2009 16 years ago
Slavic
is a billionaire
User Avatar

Is there a way to hide your headers? Like, I always wanted to hide the one on my comment box so I could align it better, and the one on my human avatar box just looks.. really random. xD

I'm sure there's a code of some sort.. as I have seen it done before.

Thank you! =)

Jun 27, 2009 16 years ago
Hongske
is lost in space
User Avatar

To hide them all, use this: .header {display: none;}

To hide only your comment box and human avatar headers, use this: , {display: none;}

If you want to hide more of them, take a look at your source code (ctr+u) and look for the id="header_xxx" tag. The x's are the name of the header that you'll want to remove.

Jun 27, 2009 16 years ago
Slavic
is a billionaire
User Avatar

Thank you very much! <3

Jun 27, 2009 16 years ago
Hongske
is lost in space
User Avatar
Please log in to reply to this topic.