HighDots Forums  

tables being a pain

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss tables being a pain in the Macromedia Dreamweaver forum.



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

Default tables being a pain - 06-28-2004 , 11:22 AM






The top of my web page is made of a table, single row with 3 columns.
underneath that is another table a singe row single colum.
why is it that when I make the top table autostretch I get gaps between the
frame below?
Thanks


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

Default Re: tables being a pain - 06-28-2004 , 11:41 AM






Without seeing your code, I can't address that issue. Another approach would be to create just one table for all your content.

Reply With Quote
  #3  
Old   
dreamweeper
 
Posts: n/a

Default Re: tables being a pain - 06-28-2004 , 11:41 AM



Without seeing your code, I can't address that issue. Another approach would be to create just one table for all your content.

Reply With Quote
  #4  
Old   
thenovice
 
Posts: n/a

Default Re: tables being a pain - 06-28-2004 , 11:52 AM




"splang" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
The top of my web page is made of a table, single row with 3 columns.
underneath that is another table a singe row single colum.
why is it that when I make the top table autostretch I get gaps between
the
frame below?
Thanks
Can't help you with that limited amount of information, sorry.
Is it really necessary to have two tables though?

<table width="100%">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
</table>
and use css to format the table.




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.