PDA

View Full Version : Borders?


imported_Winternite
12-04-2005, 06:03 PM
I know the code to get a normal, even sized border around your profile, but I cannot seem to figure out the code to get a border more like the one on this page.
(( www.myspace.com/x_mrs_vengeance_x ))

Could a get a little help? :D

imported_MachineHead
12-05-2005, 12:51 AM
I assume you dont want a border on your tables? If so, just change your border size to 0px.

imported_ewyourface
12-05-2005, 03:57 AM
I assume you dont want a border on your tables? If so, just change your border size to 0px.

Accutally, I think shes talking about the border around the page. =]

anyway, hmm.. I'm not quite sure how to do that either, but I'll check around here and there for a code.

imported_Winternite
12-05-2005, 07:48 PM
Yes, the border around the page.
Sorry, I should've been more clear. :lol:

imported_LolKatie.
12-07-2005, 05:04 AM
<style type="text/css">
body {
border-color:000000;
border-width:10px ;
border-style: solid;
}


</style>

imported_Winternite
12-08-2005, 03:27 PM
:D
Thanks.

imported_LolKatie.
12-09-2005, 01:26 AM
Np.