|
|
|
|
|
|
Posted: Wed Apr 26, 2006 8:49 pm
Yeah, just like the title said. If you look at my profile (which isn't completed yet), there is 2 headers for the about section. One that I designed and the orginal one. How can I get rid of the original one? Thanks!
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Wed Apr 26, 2006 9:43 pm
If you mean the text that says "About," then this is the code you want:
#about h2 {text-indent: -50000px; }
If you mean the actual header, as in all of it completely removed, then you want this code:
#about h2 {display: none; }
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Thu Apr 27, 2006 6:14 pm
I actually meant how to get rid of the text but the code worked! Thanks so much 3nodding
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|