tables...probably something small i'm missing

PROB: i'm having a problem with my tables for some reason. <br />
WANT: i want the send/reset buttons to be center in the main table, which as you will see i was not successful at, so i tried a nested table.<br />
<br />
to view them, go here: <!-- m --><a class="postlink" href="http://www.geocities.com/maho98shad/email.html">http://www.geocities.com/maho98shad/email.html</a><!-- m --> [note: if you try to view any other part of the site it may or may not work. i haven't uploaded the new version yet and the site that is there now is from several years ago.]<br />
<br />
thanks for your time<br />
blue light special<!--content-->yep, you need a colspan attribute to make the cell with the buttons stretch across the two cells above it, here it is with the embedded table removed:<br />
<br />
<br />
<table style="border:1; border-style:solid; bordercolor:white; cellpadding:1; cellspacing:1;"<br />
align="center"><br />
<tr align="center"><br />
<td style="width:100%;" align="right"><span class="form">Name:</span></td><br />
<td style="width:100%;" align="right"><input id="name" size="64"></td><br />
</tr><br />
<tr align="center"><br />
<td style="width:100%;" align="right"><span class="form">E-Mail:</span></td><br />
<td style="width:100%;" align="right"><input id="name" size="64"></td><br />
</tr><br />
<tr align="center"><br />
<td style="width:100%;" align="right"><span class="form">Questions /<br />
Comments:</span></td><br />
<td style="width:100%;" align="right"><textarea id="comments" rows="5"<br />
cols="55" wrap="virtual"></textarea></td><br />
</tr><br />
<tr align="center"><br />
<td align="center" colspan="2"><br />
<input type="submit" Value="Send">&ampnbsp;&ampnbsp;<input type="reset" value="Reset"><br />
<br />
</td><br />
</tr><br />
</table><br />
</form><!--content-->
 
Back
Top