Hiding the divider line at the bottom? |
Hiding the divider line at the bottom? |
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.
|
|
|
|
![]() |
| *digital.fragrance* |
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> |
|
|
|
![]() ![]() |