Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-02-2002, 03:38 AM   PM User | #1
hearts_guardian
New to the CF scene

 
Join Date: Jul 2002
Location: PA
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
hearts_guardian is an unknown quantity at this point
Internet Explorer table layout

ok, I'm trying to put together this layout with tables. The problem is the 3rd table. I want it to appear right beside the second one. NOT below it. Is the <table> bracket causing a break? PLEEEEEEASE HELLP!!!!

here's the site

http://www.geocities.com/reallywhitepaper
hearts_guardian is offline   Reply With Quote
Old 07-02-2002, 04:00 AM   PM User | #2
justame
Regular Coder

 
Join Date: Jun 2002
Posts: 676
Thanks: 1
Thanked 0 Times in 0 Posts
justame is on a distinguished road
hea...

<TABLE WIDTH="555" HEIGHT="504" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD><img src="jmbg003.gif"></TD>
<TD><img src="jmbg004.gif"></TD>
</TD> <--this is whats just a causing® your prob...
</TR>
</TABLE>


<TABLE WIDTH="245" HEIGHT="504" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR><TD><img src="side000.gif"></TD><TD><img src="side001.gif"></TD></TR>
<TR><TD><img src="side002.gif"></TD><TD><img src="side003.gif"></TD></TR>
<TR><TD><img src="side004.gif"></TD><TD><img src="side005.gif"></TD></TR>
<TR><TD><img src="side006.gif"></TD><TD><img src="side007.gif"></TD></TR>
<TR><TD><img src="side008.gif"></TD><TD><img src="side009.gif"></TD></TR>
<TR><TD><img src="side010.gif"></TD><TD><img src="side011.gif"></TD></TR>
<TR><TD><img src="side012.gif"></TD><TD><img src="side013.gif"></TD></TR>
</TABLE>

just a change® it to...
<TABLE WIDTH="555" HEIGHT="504" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD><img src="jmbg003.gif"></TD><TD><img src="jmbg004.gif"></TD><TD><TABLE WIDTH="245" HEIGHT="504" CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR><TD><img src="side000.gif"></TD><TD><img src="side001.gif"></TD></TR>
<TR><TD><img src="side002.gif"></TD><TD><img src="side003.gif"></TD></TR>
<TR><TD><img src="side004.gif"></TD><TD><img src="side005.gif"></TD></TR>
<TR><TD><img src="side006.gif"></TD><TD><img src="side007.gif"></TD></TR>
<TR><TD><img src="side008.gif"></TD><TD><img src="side009.gif"></TD></TR>
<TR><TD><img src="side010.gif"></TD><TD><img src="side011.gif"></TD></TR>
<TR><TD><img src="side012.gif"></TD><TD><img src="side013.gif"></TD></TR>
</TABLE></TD>
</TR>
</TABLE>
__________________
The New JustaBuster Version 2.0 OR JustaBusta Lite V2.0
...just a special® thanx kinda hugs to jkd n' nex ...:O)))

CommemorateWTC.com --Please lend your support
justame is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:53 PM.


Advertisement
Log in to turn off these ads.