helpp. pls? |
![]() ![]() |
helpp. pls? |
Nov 18 2006, 03:11 AM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Mar 2006 Member No: 389,216 |
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. |
|
|
|
Nov 18 2006, 03:52 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
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>). |
|
|
|
![]() ![]() |