I have a page with three pics which should be seemless, but no matter what style or in tag refinements I try to make the spaces remain. I know this is a popular topic, but all the suggestions I have seen do not work. here is the code.
.borow{
position:absolute;
border-collapse: collapse;
BORDER-CELLPADDING:0px;
BORDER-CELLSPACING:0px;
HSPACE:0px;
cell-margin:0px;
cell-padding:0px;
display:block;
bottom:20;
height:30;
font-size:0px;
{
<table name="star" width="100%" class="borow" >
<tr>
<td HSPACE=0 CELLSPACING="0"><image src="ltskbar.gif" border="0" hspace = "0" vspace = "0"></td><td><image src="mtskbar.gif"></td><td><img src="rtskbar.gif"></td>
</tr>
</table>
There was a suggestion(several) where removing the white space was a possible fix, but as you can see, I omited any space and now my code is running together.
Thanks in advance for any help.
Trey Melton