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=" Send ">
<br>
<input type="reset" name="reset" class="whitered" value=" Reset ">
<br>
<font class="f18">$4.95</font>
</form>
</td>
</tr>
</table>
:
<input type="button" class="cyanblue" name="preview" value="Preview" onClick="mypreview()">
<input type="submit" name="submit" class="bluewhite" value=" Send ">
<br>
<input type="reset" name="reset" class="whitered" value=" Reset ">
<br>
<font class="f18">$4.95</font>
</form>
</td>
</tr>
</table>
: