Help - Search - Members - Calendar
Full Version: helpp. pls?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
010906
go to this myspace page. www.myspace.com/ferdzavila
his myspace layout is like div right? but what if i wanted my about me to be like his little detail. where the name is highlighted like that. and then next to it is my name. can someone give me the code for that? thanks.
freeflow
Yes his layout is a div. For the detail thing like that you can just make a font class. Example:
CODE
<style type="text/css">
.nameinfo{
font-color: #######;
font-family: fontname;
font-size: #px;
background-color: #####;
}
</style>

(ofcourse you would have to edit) And whatever and wherever you want the highlighted text do
CODE
<span class="nameinfo">TEXT</span>

Then you can put whatever after the ending tag (</span>).
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.