Stefan
Sat Jul 17 03:32:40 CDT 2004
Could be because your html on your home page is malformed at
http://www.felicite.com/
Move the tag at the top
<link href="/global.css" rel="stylesheet" type="text/css">
into the HEAD section
Move the whole embedded style you have below the </head>
Starting with <STYLE TYPE="text/css">... into the HEAD section
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"jose" <jose@felcite.com> wrote in message news:%231dAQE1aEHA.3664@TK2MSFTNGP12.phx.gbl...
| copy and paste from another prgrammer and we typed them in....but it still
| puts a "href" around it.
|
|
| "jose" <jose@felcite.com> wrote in message
| news:OlqEqk0aEHA.3404@TK2MSFTNGP10.phx.gbl...
| > 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?
| >
| >
|
|