[thelist] "Hand Coding" in DWMX2004
Jono
ox4dboy at comcast.net
Mon Aug 23 15:19:57 CDT 2004
On 8/23/04 1:08 PM, "David Siedband" <technique at oceanicsky.com> wrote:
> preferences --> code formating
>
> Do you have the 'indent' box checked?
>
> I haven't had this happen...
Here are my settings, which I think may be different than a few of you.
Preferences< Code Formatting:
Indent: [] checked with 1 Tabs
Tab size: 4
Automatic Wrapping: [] checked After Column: 1
Line break type: CR LF (Windows)
Default tag case: <lowercase>
Default attribute case: lowercase="value"
Override case of: unchecked
No Break After TD: [] checked
Here's another example of a strange broken code situation:
While in WYSIWYG mode I edit the <h2> text in the following:
<table>
<tr>
<td><h2>Edit TSIG</h2><td>
<td> <td>
<td> <td>
<td> <td>
<td> <td>
</tr>
</table>
In the Code View, after editing in WYSIWYG, Dreamweaver MX 2004 displays the
code from above as:
<table>
<tr>
<td><h2>Edit
TSGG
</h2>
<td>
<td> <td>
<td> <td>
<td> <td>
<td> <td>
</tr>
</table>
It adds a whole lot of extra spacing?
More information about the thelist
mailing list