Note that there are some explanatory texts on larger screens.

plurals
  1. PODream Weaver Table Width
    primarykey
    data
    text
    <p>I developed a simple PHP web page using Dream Weaver CS5 Version 11.0 Build 4964.</p> <p>My web page consists of a table (TABLE) contains 10 table rows (TR) and each row has only one table cell (TD).</p> <p>Every Table Cell (TD) has a table inside it which contains different Form Elements like Textboxes, RadioButtons, CheckBoxes and so on divided in the table columns and rows.</p> <p>The problem I face is that I put every table width using the Width Property or the Style Property or using the CSS Styling Sheet so that I make the 10 tables has the same width (600 pixels for example) and to show them as they are a one table.</p> <p>My HTML code is like the following:-</p> <pre><code>&lt;html&gt; &lt;body&gt; &lt;table width="600"&gt; &lt;tr&gt; &lt;td&gt; &lt;table width="600"&gt; &lt;tr&gt; &lt;td width="300"&gt; &lt;/td&gt; &lt;td width="300"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;table width="600"&gt; &lt;tr&gt; &lt;td width="200"&gt; &lt;/td&gt; &lt;td width="200"&gt; &lt;/td&gt; &lt;td width="200"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; ... &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>When I browsed my php web page using Live View, the width I put did not apply and Dream Weaver extends some tables and increases the width and the tables borders does not match and some tables appear smaller widthes while others has bigger widthes.</p> <p>I tried to put each table cell width to control that but it did not work too.</p> <p>For example, if the width I put is 600 it becomes 641 and I tried to change it in Design and Code Views but the problem still appears.</p> <p>I welcome any hint to solve that annoying problem.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload