HTML

S

Steve Easton

It "normally" only changes it if it senses an error, and then only when you
save the page.

What are you trying to type in in html view??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Thomas A. Rowe

What type of code, can you provide an example?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
C

Charlie davis

Can someone tell me if there is a way to stop Frontpage from changing my
code when I type it in.
I am using Frontpage 2002 on a windows 98 machine. If it matters.
 
A

Andrew Murray

Perhaps it 'autocorrects' the syntax of the code - if for e.g. you type <tod>
instead of <td> then it guesses the correct one and changes it to <td>

Otherwise there is a 'preserve html' option if you're coding by hand, it
preserves the code as you've typed it and Frontpage ignores it for the purpose of
its 'formatting'.
 
Top