Thread: Page width
View Single Post
  #3  
Old 03-03-2006, 03:15 PM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default

One little trick that works is to have a spacer.gif in the column you want to have a minimum width. kind of like

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>blah blah blah .....</td>
</tr>
<tr>
<td>[img]/spacer.gif[/img]</td>
</tr>
</table>
__________________
Version 4.2.3
Reply With Quote