Make a one pixel table cell in the middle with the BGCOLOR tag set to the color of the line and insert a 1x1 pixel gif in the cell. Make sure it looks like this:
and notCode:<td width="1" bgcolor="#000000"><img src="pix.gif" width="1" height="1"></td>
Because spaces will screw it up.Code:<td width="1" bgcolor="#000000"> <img src="pix.gif" width="1" height="1"> </td>





Bookmarks