I have a table, and a tr and a td
the td's are
<tr>
<td width="85%">textTextText</td>
<td width="15%">Text</td>
</tr>
what I'd like to do is to fill the missing parts of the first td with a character, eg to display like:
Thanks
the td's are
<tr>
<td width="85%">textTextText</td>
<td width="15%">Text</td>
</tr>
what I'd like to do is to fill the missing parts of the first td with a character, eg to display like:
Code:
<-----------------col-----------------> <-col->
textTextText .......................... Text
Thanks