G
Guest
Is there an option to turn off the FrontPage "Auto Reformat" for HTML code?
I have many people who use FrontPage to edit pages and everytime they Just
open it up it changes my code so I have to open it back up in Notepad to fix
it from the server. Even if I make the change in HTML view and try to save
it, it changes the code back right before my eyes! Here is an example:
here is MY CODE:
<TD valign="bottom" style="background-image: url( <%= Session("ThemeDir")
%>Lower_Left.png );background-repeat: no-repeat;height:
3px;width:4px;font-size:6pt;background-position: bottom;"></TD>
here is what FrontPage changes it to:
<TD valign="bottom" style="background-image: url(url\(%20<%=\
Session\(\"ThemeDir\"\)\ %>Lower_Mid.png%20\));background-repeat:
repeat-x;height: 3px;font-size:6pt;background-position-y:50%"></TD>
You can note the change before the SESSION with the addition of a %20. This
is driving me absolutly mad.
Thanks in Advance
Jason
I have many people who use FrontPage to edit pages and everytime they Just
open it up it changes my code so I have to open it back up in Notepad to fix
it from the server. Even if I make the change in HTML view and try to save
it, it changes the code back right before my eyes! Here is an example:
here is MY CODE:
<TD valign="bottom" style="background-image: url( <%= Session("ThemeDir")
%>Lower_Left.png );background-repeat: no-repeat;height:
3px;width:4px;font-size:6pt;background-position: bottom;"></TD>
here is what FrontPage changes it to:
<TD valign="bottom" style="background-image: url(url\(%20<%=\
Session\(\"ThemeDir\"\)\ %>Lower_Mid.png%20\));background-repeat:
repeat-x;height: 3px;font-size:6pt;background-position-y:50%"></TD>
You can note the change before the SESSION with the addition of a %20. This
is driving me absolutly mad.
Thanks in Advance
Jason