how make a row very thin

  • Thread starter Thread starter DianaH
  • Start date Start date
D

DianaH

What's the magical trick to making a row very small in height.
I can't seem to enter a small value to make it small.
Thanks. Diana
 
Set the table cellspacing and cellpadding tozero.
Then insert a transparent .gif into each cell in the row, sized to the
height you need.
example
<tr>
<td><img src="images/tp.gif" width="10" height="2" alt=""></td>
Make sure that the <td> and </td> are on the same line of code, and do
not allow any other characters (spaces, letters, numbers, punctuation)
to creep in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top