View Full Version : Removing Line on Bottom of Xanga?


cherrry
11-13-2004, 03:07 PM
Hi, does anyone know how to remove that little line of the bottom of my Xanga? It's the one that goes below all the posts on a page. If you don't know what I mean, tell me and I'll show you an example :)

smileygurl119
11-13-2004, 07:00 PM
i think its this code, but im not sure.

<style type="text/css">
hr {
/* horizontal divider */
border: 0px solid #FCEBFF;
{display: none;}
}
</style>

tokyo bleu
11-14-2004, 11:26 AM
You don't need the border: 0px solid #FCEBFF; part.

Then it'd just be:
<style type="text/css">
hr {display: none;}
</style>

smileygurl119
11-15-2004, 01:29 AM
its basically the samething... she can just take out the display none part and leave the 0px there so the line wouldnt show up.