ManweSulimo
06-18-2003, 09:37 PM
<TABLE CELLPADDING=5 WIDTH="50%" BORDER=1>
<TR>
<TD STYLE="border-right: none">
<<
</TD>
<TD ALIGN="center" STYLE="border-left: none; border-right: none">
blah blah blah
</TD>
<TD ALIGN="right" STYLE="border-left: none">
>>
</TD>
</TR>
<TR>
<TD>
Dates:
</TD>
<TD COLSPAN=2>
blah blah blah
</TD>
</TR>
<TR>
<TD>
Race:
</TD>
<TD COLSPAN=2>
blah blah blah
</TD>
</TR>
</TABLE>
Ok, I have this idea where I want the stuff in red to change when I click on the stuff in blue. I want the stuff in blue to be some sort of arrow where the user can cycle through the info that changes in the red part. How might I do this?
Also When I turn the borders off on the top cells there is this little gap in the border. Is there a way to eliminate this so it's just one solid border? For I don't want to have one cell and have a lot of non breaking spaces in there.
<TR>
<TD STYLE="border-right: none">
<<
</TD>
<TD ALIGN="center" STYLE="border-left: none; border-right: none">
blah blah blah
</TD>
<TD ALIGN="right" STYLE="border-left: none">
>>
</TD>
</TR>
<TR>
<TD>
Dates:
</TD>
<TD COLSPAN=2>
blah blah blah
</TD>
</TR>
<TR>
<TD>
Race:
</TD>
<TD COLSPAN=2>
blah blah blah
</TD>
</TR>
</TABLE>
Ok, I have this idea where I want the stuff in red to change when I click on the stuff in blue. I want the stuff in blue to be some sort of arrow where the user can cycle through the info that changes in the red part. How might I do this?
Also When I turn the borders off on the top cells there is this little gap in the border. Is there a way to eliminate this so it's just one solid border? For I don't want to have one cell and have a lot of non breaking spaces in there.