[thelist] thanks and easy questions

Ron White rwhite at edverify.com
Wed Sep 13 12:14:03 CDT 2000


Why use a .GIF when you can just set the width of the <td width="20"> and
use &nbsp;??

Ron

Use a table...

<table>
<tr><td colspan=2>Header</td></tr>
<tr><td>spacer gif</td><td>list item # 1</td></tr>
<tr><td>spacer gif</td><td>list item # 2</td></tr>
<tr><td>spacer gif</td><td>list item # 3</td></tr>
<tr><td>spacer gif</td><td>list item # 4</td></tr>
<tr><td>spacer gif</td><td>list item # 5</td></tr>
</table>

You can drop the 2 through end space gifs, you really only need one to set
the width of the first column.







More information about the thelist mailing list