|
Rick_E -> RE: Need to stop Frontpage (Server Extensions) from altering my HTML code (3/27/2008 7:51:09 PM)
|
Surround your code with the following tags and FrontPage will not reformat it. <!--webbot bot="HTMLMarkup" startspan --> your code here <!--webbot bot="HTMLMarkup" endspan --> In FrontPage 2003, this feature may also be accessed by selecting the Insert menu and choosing Web Component... Advanced Controls... HTML. NOTES: The HTMLMarkup Web component should be located between the <BODY> and </BODY> tags. The HTML Markup component does not rely on the FrontPage server extensions. My guess is that the mischief is taking place during the FrontPage authoring process and has nothing to do with the FrontPage server extensions. If your product generates all of the code for the slideshow, another solution may be to simply keep the slideshow in its own folder separate from the FrontPage site. Then FTP the folder to the web site. FrontPage will not know about it. This is often used for example, to install the SMF forum, WordPress, or any other self-contained set of files to a folder on the server. The important thing is to not integrate the folder with the FrontPage web on the editing box.
|
|
|
|