PDA

View Full Version : Table Trubs


zoobie
09-05-2002, 11:22 AM
Why is there a half-inch space at the bottom of my table? It's between the $4.95 and the border. Thx :p

<input type="button" class="cyanblue" name="preview" value="Preview" onClick="mypreview()">
<input type="submit" name="submit" class="bluewhite" value="&nbsp;&nbsp;Send&nbsp;&nbsp;&nbsp;">
<br>
<input type="reset" name="reset" class="whitered" value="&nbsp;&nbsp;Reset&nbsp;&nbsp;&nbsp;">
<br>
<font class="f18">$4.95</font>
</form>
</td>
</tr>
</table>

:

murphyz
09-05-2002, 11:35 AM
because the form tag forces a space to appear. Try putting the form tags around the table tags, you will still get a space but outside of the table so it may help the appearance.
Mxx

MCookie
09-05-2002, 11:46 AM
Or, in your .css:

form {
margin:0px;
}

zoobie
09-05-2002, 12:14 PM
Sounds familiar...heh heh...I was gonna try that...but got distracted.


Thanks :D

zoobie
09-05-2002, 12:30 PM
Sounds familiar...heh heh...I was gonna try that...but got distracted.


Thanks :D