View Full Version : !!!!i Need Inside Border Background Help Please!!!!


rabbitsgoboom
11-15-2004, 12:23 PM
I have a box where all my xanga is in but the background is still there i was wondering if there was a code or something i can change with my script to show a picture inside of the box which is all black? thankx take a look at my site if you dont understand it

http://www.xanga.com/home.aspx?user=BeatingSax89

its current code is
<table border="6" bordercolorlight="#99FFFF" bordercolordark="#FFFFFF" cellspacing="3" cellPadding="3" bgcolor="black"><tr><td rowspan=4 width="700"><center>

tokyo bleu
11-16-2004, 03:55 AM
You mean you want a border around your Xanga?

<script language="javascript">
if (document.all)
document.body.style . c s s T e x t="border: 10px solid #000000";
</script>

You can change the color and size by adjusting "10px" and "#000000". Also, I had to put spaces in the "document.body.style.css..." line because it wasn't showing up properly, so just remove the spaces.

rabbitsgoboom
11-16-2004, 11:36 AM
Nope but the border doesnt work anyway nevermind i did a little surfing and changed it a little differently to what I originally posted