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>
Spinal
December 29th, 2001, 22:12
You might wanna take a look on e newbie html guide or somthing ??? i have upload 3 for you (i dunno whats in them)
HTML - 14 days (http://194.236.60.159/Nintendo64HQ/Downloads/ö - newbies - look here/HTML - 14 days.zip)
HTML - Idiots guide (http://194.236.60.159/Nintendo64HQ/Downloads/ö - newbies - look here/HTML - Idiots Guide.pdf)
HTML - Course (http://194.236.60.159/Nintendo64HQ/Downloads/ö - newbies - look here/HTML - Course.ace)
I hope that will help you with ALL your quastions and not only this one ;) (btw i'm uploading them now so i don't know if they are up yet)
mesman00
December 29th, 2001, 22:51
i already know a good deal of html, i was just wondering if i had to break until i got to the position desired, or was there a way i could just start right under that table, anyone?
RatTrap
December 30th, 2001, 12:06
there's over a 100 ways of doing that i bet.. but here is a very simple and easy solution.. make a transparent gif that is 1x1 pixel big.. if you don't know how to do that.. just ask..
anyways.. you just divide the table in two cells.. in the top one you just use the transparent gif so that it'll push the bottom cell down as far down as you want.. that should fix it..
<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">
<img src="blank.gif" width="1" height="100"><BR>
</td>
</tr>
<tr>
<td valign="top">
Main
<br>
Pictures
</td>
</tr>
</table>
</html>
or.. you could just even 100 times simpler ;)..
put in "<br clear="all">" between both tables and it'll fix it.. haha.. but that's just to darn simple and cheap and don't teach you anything :p.. so i sudgest you do it the hard way..
mesman00
December 30th, 2001, 17:48
hehe, i did it the using br clear before i came back to check the responses, but now i shall try the other way too! thanks
vBulletin v3.6.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.