Ultra thin white line

liunx

Guest
I am looking to achieve a very thin, white line. <br />
I created a spacer image that is plain white, and 1 x 1. I added this to a row to create a thin white line that would be 1 pixel high. However, it shows up as a fat white space. You can view my page at <!-- m --><a class="postlink" href="http://www.hybrid-design.net/abby/">http://www.hybrid-design.net/abby/</a><!-- m -->. You can tell there that it is more than 1 pixel in height.<br />
<br />
I also tried removing the spacer image and just specifying the line-height using css. I could not get that to work either. If anyone could help, I would appreciate it!<!--content-->Drop the tables and use header's border-bottom to achieve the effect<!--content--><blocklevelelement style="border-bottom:1px solid #000000;"></element><br />
<br />
just replace blocklevelelement with div table, tr, td, so on and so fourth. Stop using <br> for spacing between elements. That 'footer' for example, delete those line breaks and go up into your style sheet and put margin-top:15px;<!--content-->Thanks Vladdy. I used the border-bottom suggestion.<!--content-->
 
Back
Top