View Full Version : Gaaa


Larka
07-11-2003, 03:11 AM
I'm very bad at understanding things by reading. Could someone possibly make a table for me? When I see codes the way I want them I can match things up and than I click but otherwise it just goes over my head (werid huh? ya I know)

So I was hoping to have a table that has one big area on top (for a banner) than two seperate text boxes side by side, below the banner. A border in between all this.

So I just need the basic code I'll fill in all the info. Thank you so much. Luv you all

Alcy
07-11-2003, 04:06 AM
I'm like that too. I'm horrible with instructions, you should see me cook *shudders*

You'd probably want to substitute your own widths and heights ;)

<table border="1" cellpadding="0" cellspacing="0" width="#" height="#">

<tr>
<td colspan="2" width="#" height="#">
<img src="BANNER.GIF">
</td>
</tr>

<tr>
<td width="#" height="#" valign="top">
TEXT TEXT TEXT
</td>
<td width="#" height="#" valign="top">
TEXT TEXT TEXT
</td>
</tr>

</table>

Larka
07-11-2003, 04:44 AM
Thank you it's great!!!! It works so well :)