Forum Moderators: open

Message Too Old, No Replies

Extra Code

How to remove...

         

fashezee

4:57 pm on Jan 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When using Dreamweaver MX, as much I try to avoid additional code
such as:

<tr>
<td height="2"></td>
<td></td>
<td width="231"></td>
<td width="53"></td>
<td></td>
<td></td>
<td></td>
<td width="9"></td>
<td width="1"></td>
<td></td>
<td></td>
</tr>

There always seems to be unnecessary rows included in my code.
Rows with spacer gif to keep the table from crumbling, I can accept,
but "ghost rows" as I call them - I would like bansished.

Any suggestions?

curlykarl

5:00 pm on Jan 7, 2004 (gmt 0)

10+ Year Member



You could try using Layers?

After you've done run Layer2Style and chuck them in a style sheet, so much easier IMHO

Karl :)

robert adams

5:04 pm on Jan 7, 2004 (gmt 0)

10+ Year Member



I don't know anything about dreamweaver but this:
When using Dreamweaver MX, as much I try to avoid additional code
such as:

<tr>
<td height="2"></td>
<td></td>
<td width="231"></td>
<td width="53"></td>
<td></td>
<td></td>
<td></td>
<td width="9"></td>
<td width="1"></td>
<td></td>
<td></td>
</tr>

is only one row with many cells, not many rows.

luck,
robert

martinibuster

5:11 pm on Jan 7, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



If you draw your tables and td's in layout mode, try as much as possible to draw large blocks. DW also inserts a 1 px spacer for the "liquid" layouts where the table stretches to fit the browser.

Other than that, I go straight into the code and manually correct it.

fashezee

8:59 pm on Jan 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



is only one row with many cells, not many rows.

thx tips!