HighDots Forums  

Layout cells

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Layout cells in the Macromedia Dreamweaver forum.



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

Default Layout cells - 11-09-2004 , 11:14 AM






Hi Everytime I go to draw a new cell within the table on my home page, it will
create itself within a brand new table right next to the existing one. I cant
seem to find anything in any preferences that would stop it from doing this.
Please help! Im sure the solution is something simple! Lou


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

Default Re: Layout cells - 11-09-2004 , 11:18 AM






Can you post your code and show exactly where the problem is?

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

Default Re: Layout cells - 11-09-2004 , 11:24 AM



this is what the code looks like once Ive tried to create a cell but its placed
it elsewhere: <tr> <td width='72' height='470'></td> <td
width='28'>&amp;nbsp;</td> </tr> <tr> <td height='3'></td> <td
valign='top'><!--DWLayoutEmptyCell-->&amp;nbsp;</td> </tr> <tr> <td
height='25'></td> <td></td> </tr> </table> <table width='175' border='0'
cellpadding='0' cellspacing='0'> <!--DWLayoutDefaultTable--> <tr> <td
width='23' height='434'>&amp;nbsp;</td> <td width='152'>&amp;nbsp;</td>
</tr> <tr> <td height='69'>&amp;nbsp;</td> <td
valign='top'><!--DWLayoutEmptyCell-->&amp;nbsp;</td> </tr> </table> </body>
</html>


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 11:28 AM



Get out of Layout mode. Never go back.

Generally, Layout mode will do more harm than good since the code that it
writes will come back to bite you later. You will be well rewarded by
spending an hour learning how to work with HTML tables from Standard mode,
and then never go back to Layout mode again. Check the table tutorials at
the DW FAQ link in my sig to get started on this....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

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

Quote:
Hi Everytime I go to draw a new cell within the table on my home page, it
will
create itself within a brand new table right next to the existing one. I
cant
seem to find anything in any preferences that would stop it from doing
this.
Please help! Im sure the solution is something simple! Lou




Reply With Quote
  #5  
Old   
darrel
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 12:13 PM



Quote:
Hi Everytime I go to draw a new cell within the table on my home page, it
will
create itself within a brand new table right next to the existing one. I
cant
seem to find anything in any preferences that would stop it from doing
this.

The simple answer is 'learn HTML'.

DW in layout mode attempts to make DW more of a traditional page-layout
program. That makes it easy for the print-designer trying to make a web
site, but produces untold amounts of messy, bloated HTML that can be a
nightmare do maintain.

So, I'd suggest getting the hang of how tables work and go from there. It'll
save you a ton of frustration as you go forward.

-Darrel




Reply With Quote
  #6  
Old   
stine96
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 12:50 PM



so by saying layout mode do you mean , design view vs code view ?

Reply With Quote
  #7  
Old   
darrel
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 12:55 PM



Quote:
so by saying layout mode do you mean , design view vs code view ?
No, DW has a 'mode' called 'layoutmode' that let's you 'draw' tables
anywhere on the 'page'. Note all the quotes ;o)

Regular design view vs. code view isn't a big deal, though I do encourage
folks to spend as much time as they can in code view to get the hang of
things.

-Darrel




Reply With Quote
  #8  
Old   
stine96
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 01:06 PM



what about making a basic html document then switching to design view and drawing the table ? and where is this layout mode located so i can avoid it

Reply With Quote
  #9  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 01:10 PM



VIEW | Table Mode > Layout Mode.

Quote:
then switching to design view and drawing the table
The key here is your mental image of drawing a table. You don't do that.
You just insert one. Define how many rows and how many columns, as well as
spacing, padding and border, and you have one on the page.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

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

Quote:
what about making a basic html document then switching to design view and
drawing the table ? and where is this layout mode located so i can avoid
it



Reply With Quote
  #10  
Old   
stine96
 
Posts: n/a

Default Re: Layout cells - 11-09-2004 , 01:49 PM



sorry, im just trying to clarify more, another question. if you go to insert
table denfine the tables rows, columns, etc. then once it is placed into the
page, is it bad to take that table in design view and stretch it out and resize
it according to what you want your layout to be ? will this write the code bad
? thanks


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.