can you hide "about me" I'd like to meet" ect ect?, Hiding |
can you hide "about me" I'd like to meet" ect ect?, Hiding |
Jun 1 2005, 05:47 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 27 Joined: Jun 2005 Member No: 146,811 |
So I'm trying to create custom boxes, which I know how to do...my problem lies with the "about me", I'd like to meet" "Movies" ect ect headings..I jus want to know if there is a way to hide them..maybe cover them up..I hope someone understands what I'm trying to get across..thanks a million for looking!
|
|
|
|
![]() |
Jun 1 2005, 06:10 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 |
okay found it.
first add this code to your "about me" section: CODE <style type="text/css">.orangetext15 {display: none;}</style> then, make a new class and add it to your stylesheet. here's an example: CODE <style type="text/css">.btext {color: ffffff; font: normal 12pt courier; text-transform: lowercase;}</style> then, put this in your about me section: CODE <span class="btext">information</span><br>about yourself. and this in your who i'd like to meet section (the extra breaks at the end are to make it look more even.. you'll see what i mean if you use it): CODE <span class="btext">who i'd like to meet</span><br>who you'd like to meet.<br><br><br> (credit goes to william for code) |
|
|
|
ebner20 can you hide "about me" I'd like to meet" ect ect? Jun 1 2005, 05:47 AM
ebner20 also, another problem i have right now...I sorta h... Jun 1 2005, 05:56 AM
tcunningham1589 for your second question..
CODE<div style=... Jun 1 2005, 02:54 PM
chaneun Don't double post.
And for myspace, you just ... Jun 1 2005, 04:50 PM
tcunningham1589 No. YOU CAN take out the "XXXX blurbs, about ... Jun 1 2005, 04:52 PM![]() ![]() |