A cell with an explicit pixel width either as a value of the width attribute
or as the style of a CSS rule will only expand beyond that width under the
following conditions:
1. It's not possible to draw the table using that width - an example would
be a 500px wide table with a single cell that is set to 300px width
2. You have placed something within that cell that is wider than the
specified cell width - an example would be an image that is 500px in a 300px
wide cell, or a line of type that contains no spaces so that a line break
can occur
For this reason, cell widths are regarded as a) minimum values only, and b)
suggested values only.
--
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
==================
"MeadowRyan" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I have a 2 column x 1 row table, and what I want is to restrict the left
cell(column) so that it doesn't expand in width as the page gets wider,
do I need to insert a new table into this cell? |