Results 1 to 2 of 2
Related
-
add "human input" code to existing script Forum: CGI Perl Forum
Replies: 0 -
What is code for "Only user with avatar" - i am using vbulletin Forum: PHP Forum
Replies: 2 -
help me to write code for "remove textarea" button Forum: Javascript Forum
Replies: 1 -
input type=hidden name="to" VALUE="user@yahoo.com" Forum: HTML Forum
Replies: 1 -
How do write the code for "Make this your Homepage" Click here Forum: HTML Forum
Replies: 2
-
09-12-2006, 04:09 PM #1
Code needed for "Basic Info" alteration
I have changed the look of a myspace page and the area where the basic info is located, ie (name, city, state # of visits) is not the same color as all the rest of the page s text and I have no idea what to do next.
Pleaseeeeee.......Helpppp...
THanks Teleca
-
11-15-2006, 11:03 PM #2
Re: Code needed for "Basic Info" alteration
Your name above your picture is controlled by this:
.nametext
{
font-family:tahoma;
font-size:14px;
color:FF0000;
font-weight:bold;
text-decoration:none;
border:none;
}
Of course, take out whatever you don't need, etc.
And the information next to your picture is controlled by this:
.text
{
font-family:tahoma;
font-size:8pt;
line-height:10pt;
color:FFFFFF;
text-align:justify;
}
Those both need to be slapped into your CSS code, anywhere between the <style> </style> tags.
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum