Log In · Register

 
Hiding the divider line at the bottom?
Tamarisk
post Apr 5 2007, 01:39 AM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Apr 2007
Member No: 514,731



I had a short, simple code to hide the grey line at the bottom of Xanga, but I lost it. How would I do this? My background is black so all I had to do was change the line color to black.
 
 
Start new topic
Replies (1 - 1)
*digital.fragrance*
post Apr 5 2007, 11:47 AM
Post #2





Guest






This gets rid of it all together:
CODE
<style="text/css">
hr {
/* horizontal divider */
border: 0px;
width:0px;
}
</style>


If you want it just black:
CODE
<style="text/css">
hr {
/* horizontal divider */
color: #000000;
}
</style>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: