View Full Version : Tables Help?!


marymaier1
04-13-2003, 12:24 AM
Site: http://mary.watermellon.net/newnewlayout/index.html

(righ click and select view source to see the HTML)

I tried lots of different table combo's trying to get the blahblah text NEXT to the 'home home home' menu, instead of under it, but I just can't get it. I want to be able to have the bottom image under both the menu and the text, is this possible, using tables?

-- oh poo! i just noticed the 'tables help' forum =( it wont let me delete this post and i dont want to be spam and post it twice, so unless someone else moves it, im sry!

Xiphias
04-13-2003, 12:31 AM
<table border=0 cellpadding=0 cellspacing=0 width=796>
<tr><td valign=bottom colspan=2 width=796 height=84>
<img src="http://mary.watermellon.net/images/header.jpg" border="0">
</td><tr>
<tr><td valign=top width=150><table width=150 border=0 cellspacing=0 cellpadding=0><tr><td width=150>

<a target=_top href="http://mary.watermellon.net"><img src="http://mary.watermellon.net/images/_home.jpg" border="0"></a><BR>
<a target=_top href="http://mary.watermellon.net"><img src="http://mary.watermellon.net/images/_home.jpg" border="0"></a><BR>
<a target=_top href="http://mary.watermellon.net"><img src="http://mary.watermellon.net/images/_home.jpg" border="0"></a><BR>

</td><td width=646></table><td width=646>

<small><b>My Current Mood: <img src="http://moods.imood.com/display/email=mary_maier_@hotmail.com/fg=000000/trans=1" alt="The current mood of mary_maier_@hotmail.com at www.imood.com" border="0"></b>

blahblahblahblah blah blah blah blahblahblahblah blah blah blah blahblahlbahlbahlbahl blblblb bl bal bal bala hlbahlbahl u lol - mary =P

<img src="http://mary.watermellon.net/images/bottom.jpg" border="0">
</td></tr></table>

Copy and paste that as your table code

zangerbanger
04-13-2003, 12:33 AM
<table border=#" width="#" height="#" cellspacing="#" cellpadding="#">
<tr>
<td valign="top">
YOUR HOME LINKS
</td>
<td valign="top">
YOUR BLAH BLAH BLAHS
</td>
</tr>
</table>

Hope that helps!