View Full Version : Explaination needed


gmr
04-04-2004, 08:47 PM
Ok well i need help on understanding this:
<table><tr>
<td width="5%"><!-- this is a space --></td>
<td width="30%">TITLE</td>
<td width="30%">TITLE</td>
<td width="30%">TITLE</td>
<td width="5%"><!-- this is a space --></td>
</tr><tr>
<td width="5%"><!-- this is a space --></td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="5%"><!-- this is a space --></td>
</tr><tr>
<td width="5%"><!-- this is a space --></td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="5%"><!-- this is a space --></td>
</tr></table>

How do i split it into 3 diffrent sections that go across the page!?! its driving me crazy!!!! :confusion :angry: :grouch:

YourLucidEnigma
04-04-2004, 09:06 PM
Not sure if this is what you're talking about or if this is going to help you out any, but maybe ^__^

<table><tr>
<td width="5%"><!-- this is a space --></td>
<td width="30%">TITLE</td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="5%"><!-- this is a space --></td>
</tr><tr>
<td width="5%"><!-- this is a space --></td>
<td width="30%">TITLE</td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="5%"><!-- this is a space --></td>
</tr><tr>
<td width="5%"><!-- this is a space --></td>
<td width="30%">TITLE</td>
<td width="30%">STUFF</td>
<td width="30%">STUFF</td>
<td width="5%"><!-- this is a space --></td>
</tr></table>

not sure exactly what ya mean by making it go across the page

jared21
04-04-2004, 09:42 PM
well i think i can help, if noone beats me to it first. :)

a re-code here to make it all work.

<table cellpadding="1" cellspacing="2">
<tr>
<td>

<td>
<table>
<tr>
<tr>
<td width="30%">STUFF</td>
</tr>
<tr>
<td width="30%">STUFF</td>
</tr>
<tr>
<td width="30%">STUFF</td>
</tr>
</tr>
</table>
</td>

<td>
<table>
<tr>
<tr>
<td width="30%">STUFF</td>
</tr>
<tr>
<td width="30%">STUFF</td>
</tr>
<tr>
<td width="30%">STUFF</td>
</tr>
</tr>
</table>
</td>


<td>
<table>
<tr>
<tr>
<td width="30%">STUFF</td>
</tr>
<tr>
<td width="30%">STUFF</td>
</tr>
<tr>
<td width="30%">STUFF</td>
</tr>
</tr>
</table>
</td>

</tr>
</td>
</table>

Rosey
04-04-2004, 10:32 PM
You have a few double tags in your code jared but I think you're on the right track. If you want a table layout with 3 colums, you can do this:

<Table width="100%">
<tr><td valign="top">

stuff on the left

</td>

<td valign="top">

stuff in the middle

</td>

<td valign="top">

stuff on the right

</td>
</tr></table>

You can specify % for each td or pixel sizes.

jared21
04-04-2004, 10:41 PM
You have a few double tags in your code jared but I think you're on the right track. If you want a table layout with 3 colums, you can do this:

<Table width="100%">
<tr><td valign="top">

stuff on the left

</td>

<td valign="top">

stuff in the middle

</td>

<td valign="top">

stuff on the right

</td>
</tr></table>

You can specify % for each td or pixel sizes.

i know that :) i just threw it on here really quick without correcting anything, i saw that after i posted, lol really im not that sloppy usually.

Rosey
04-04-2004, 10:47 PM
oh don't worry, i've been there, just wanted to let you know. :)

jared21
04-04-2004, 10:59 PM
oh don't worry, i've been there, just wanted to let you know. :)

well thanks, i seem to forget when i havent coded in awhile so it helps anyways. :)

gmr
04-07-2004, 02:22 AM
ROSEY! THANK YOU! MAY GOD BLESS YOU SOUL!!!!!! THAT DID IT!!!! I LOVE YOU! WILL YOU MARRY ME!?!? j/k but hey thanks