Forum Moderators: open

Message Too Old, No Replies

Golive 6 auto-formats my source code

When I do some changes and reopen the file I see that no changes were accep

         

damlag

3:38 pm on Jul 20, 2004 (gmt 0)

10+ Year Member



Hey guys,

Please help me out here.

I have Golive 6 and happy with it. But when I try to code by hand it doesn't accept any changes.

Let's say I have something like this:

<table>
<tr>
<td> bla bla bla</td>
</tr>
</table>

When I change it to:

<table><tr><td>bla bla</td></tr></table>

Save the file and later openit again. It shows the old formatting.

Is it possible somehow to swich off that auto-formatting?

Occupant

1:56 am on Jul 26, 2004 (gmt 0)

10+ Year Member



My experience is with GoLive5, but you might take a look at 'Web Settings' under the 'Edit' menu. Select the 'Global' tab and set the 'Indent with' window to 0 (zero). Otherwise your HTML is automatically formated with whatever tab or space indent is specified in this window. HTH.
Occupant

damlag

3:14 pm on Jul 26, 2004 (gmt 0)

10+ Year Member



Wow Occupant, thanx a lot. I didn't even look there. It's much more comfortable when WYSIWYG doesn't mess Your code up.