Frame around MySpace |
![]() ![]() |
Frame around MySpace |
Jul 21 2005, 02:42 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Jul 2005 Member No: 179,847 |
Does anyone know how to make a frame around your whole myspace? kind of like a border.. its used on xanga alot but i dont know the code for myspace.
|
|
|
|
Jul 21 2005, 03:01 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
try these :
for more than one color border CODE <style type=text/css><!-- body{border-right:#B00000 10px outset;border-left:#B00000 10px outset;border-top:#FF80FF 10px outset;border-bottom:#8080FF 10px outset} //--></style> for one solid color CODE <style type=text/css><!-- body{border:#B00000 10px outset} //--></style>
|
|
|
|
Jul 21 2005, 03:04 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Jul 2005 Member No: 179,847 |
let me try
|
|
|
|
Jul 21 2005, 03:06 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Jul 2005 Member No: 179,847 |
i want a border like his around his whole myspace http://profile.myspace.com/index.cfm?fusea...=20050721131936 .. see the gray around it? the ones u gave me dun seem to work =/
|
|
|
|
Jul 21 2005, 03:09 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
^ dont double post . theres and edit button just to let you know .
here : CODE <!-- begin code provided by createblog.com --><br />
<br /> body {<br /> background-color:;<br /> border-width:20px;<br /> border-color:deeppink;<br /> border-style:inset;<br /> }<br /> <br /> <!-- end code provided by createblog.com --> |
|
|
|
| *mipadi* |
Jul 21 2005, 03:41 PM
Post
#6
|
|
Guest |
QUOTE(SHAWTY_TOYA @ Jul 21 2005, 4:09 PM) ^ dont double post . theres and edit button just to let you know . here : CODE <!-- begin code provided by createblog.com --><br /> <br /> body {<br /> background-color:;<br /> border-width:20px;<br /> border-color:deeppink;<br /> border-style:inset;<br /> }<br /> <br /> <!-- end code provided by createblog.com --> Minus all those <br/> tags though (can't put HTML within CSS styling). |
|
|
|
Jul 21 2005, 05:54 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Jul 2005 Member No: 179,847 |
<style type="text/css">BODY{border-style:solid;border-top-width:15px;border-top-color:FFFFFF;border-bottom-width:15px;border-bottom-color:FFFFFF;border-left-width:15px;border-left-color:FFFFFF;border-right-width:15px;border-right-color:FFFFFF;}</style>
HAHA that was the code all along! thanks for the help anyways |
|
|
|
| *mipadi* |
Jul 21 2005, 11:41 PM
Post
#8
|
|
Guest |
You can shorten that to this:
CODE <style type="text/css">
body { border:15px solid #FFFFFF; } </style> |
|
|
|
![]() ![]() |