J
jose
think FrontPage is doing something strange whenever it sees a link.
It wraps the link with a href tag
So
<SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
Becomes
<SCRIPT src="<a href="
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
"></SCRIPT>
So it wraps the http://www.felicite.com/Felicite.js
Inside a href tag
<a href="
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
Is there a setting you can turn off so that Frontpage does not automatically
encapsulate each link it sees in the code?
It wraps the link with a href tag
So
<SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
Becomes
<SCRIPT src="<a href="
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
"></SCRIPT>
So it wraps the http://www.felicite.com/Felicite.js
Inside a href tag
<a href="
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
Is there a setting you can turn off so that Frontpage does not automatically
encapsulate each link it sees in the code?