i want my profile like this |
![]() ![]() |
i want my profile like this |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: May 2006 Member No: 410,312 ![]() |
http://www.myspace.com/elegantsoulxx
how do i get it like that? with the normal myspace but a background and smaller writing and extended network and stuff? EXACTLY like that myspace. someone help me please ! xox |
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Jul 2006 Member No: 439,203 ![]() |
You can do that with a stylesheet. There's one near the top of this help forum labeled "4 types of myspace css"
Or, you can just click the link on that myspace in the top left corner. Hah. |
|
|
![]()
Post
#3
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
To make yours skinny:
http://www.createblog.com/scripts/download.php?id=198 To add a background image like hers: CODE <style type="text/css"> body{ background-color: ######; background-image: url(urlhere); background-repeat: repeat; } </style> To add a border: CODE <style type="text/css"> table table {border: 0px;} table table table table{border: 0px;} {The actual modules} table table table {border: 1px solid; border-color: ######; background-color: ######; } </style> To change the overall font: CODE <style type="text/css">
body,table, td, li, p, div, textarea, .nametext, .orangetext15, .blacktext12, .text, .redtext, .redbtext, .whitetext12, .blacktext10, .lightbluetext8{font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} </style> |
|
|
![]() ![]() |