HighDots Forums  

Joining two tables/cells

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Joining two tables/cells in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
simon
 
Posts: n/a

Default Joining two tables/cells - 11-15-2004 , 11:49 PM






Does anyone know why the bottom banner on the index page of my site won't
join up with the left side bar?

http://www.unafei.or.jp/tmp/simon/index.htm

In design view they are joined however viewed in a browser they are
seperated as you can see.

I appreciate any help.
Thanks,

Simon



Reply With Quote
  #2  
Old   
robot88888888
 
Posts: n/a

Default Re: Joining two tables/cells - 11-16-2004 , 08:33 AM






There is an extra blank row above your image (bot-drop.gif) which says
"United Nations Asia and Far East...". Are you familer with HTML? If so,
just remove the following code (make sure you backup the page first, in case
something else gets messed up):
<tr>
<td width="138" valign="top"></td>
<td width="254" valign="top"></td>
<td width="6" valign="top"></td>
<td width="302" valign="top"></td>
<td width="1" valign="top"></td>
<td width="6" valign="top"></td>
</tr>

....it's near the bottom of the page, right above the following code:

<tr bgcolor="#0000FF">
<td colspan="6" valign="top">
<div align="center"><img src="Library/bot-drop.gif" width="700"
height="15"></div>
</td>
</tr>
<tr>
<td width="138" valign="top"><img src="transparent.gif" alt=""
width="137" height="1"></td>
<td width="254" valign="top"><img src="transparent.gif" alt=""
width="250" height="1"></td>
<td width="6" valign="top"><img src="transparent.gif" alt="" width="6"
height="1"></td>
<td width="302" valign="top"><img src="transparent.gif" alt=""
width="297" height="1"></td>
<td width="1" valign="top"><img src="transparent.gif" alt="" width="1"
height="1"></td>
<td width="6" valign="top"><img src="transparent.gif" alt="" width="6"
height="1"></td>
</tr>
</table>

</div>
</body>
</html>

"simon" <sijapan (AT) hotmail (DOT) com> wrote

Quote:
Does anyone know why the bottom banner on the index page of my site won't
join up with the left side bar?

http://www.unafei.or.jp/tmp/simon/index.htm

In design view they are joined however viewed in a browser they are
seperated as you can see.

I appreciate any help.
Thanks,

Simon




Reply With Quote
Reply




Thread Tools
Display Modes

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

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.