mesman00
December 29th, 2001, 20:52
hey everybody, whoever can help, i would greatly appreciate it. i know this isnt a difficult one, but here goes:
first, check out this link: tables (http://members.home.net/mesman00/tables.html)
ok, now, you see how the table goin down the left side is as high up as the table on the right side? how do i make it so the long table on the left begins on the line under the table on the right?? if you could include the html for it i would really appreciate it. to see the html for that page just check out the source by goin view then source (im sure you all knew how to do that). ill include it here as well.
<html>
<table border="1" cellpadding="0" cellspacing="0" width="700" height="100" align="right">
<tr>
<td>
<center><PARAM NAME=movie VALUE="logo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="logo.swf" quality=high bgcolor=#FFFFFF WIDTH=600 HEIGHT=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></center>
</td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" width="200" height="700" align="left">
<tr>
<td valign="top">
Main
<br>
Pictures
</td>
</tr>
</table>
</html>
first, check out this link: tables (http://members.home.net/mesman00/tables.html)
ok, now, you see how the table goin down the left side is as high up as the table on the right side? how do i make it so the long table on the left begins on the line under the table on the right?? if you could include the html for it i would really appreciate it. to see the html for that page just check out the source by goin view then source (im sure you all knew how to do that). ill include it here as well.
<html>
<table border="1" cellpadding="0" cellspacing="0" width="700" height="100" align="right">
<tr>
<td>
<center><PARAM NAME=movie VALUE="logo.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="logo.swf" quality=high bgcolor=#FFFFFF WIDTH=600 HEIGHT=100 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></center>
</td>
</tr>
</table>
<table border="1" cellpadding="0" cellspacing="0" width="200" height="700" align="left">
<tr>
<td valign="top">
Main
<br>
Pictures
</td>
</tr>
</table>
</html>