I am having a problem that's really getting on my nerves and I think apache is doing it. I have looked at the index.html file and the extra crap is not in there. It happens in both IE and Firefox which rules out me accidentally changing a browser setting, so I'm stumped (and annoyed).
I've done this a million times. I use Netobjects Fusion to do my web design. I create an empty text box, click on the HTML tab, and put in whatever HTML I want to appear - whether that be links to tracking sites or whatever code that references external stuff - like a YouTube video or whatever. It gets published and shows up.
The last couple of things I've done have had issues with the base site URL being prepended to the external reference.
For example, the website I'm working on is and on the main page (which has been reverted) I want to display a flash animation thingy from another site. Lets assume that everything site and browserwise supports what I want to do - I have all the plugins, etc.
My main page shows up with a cute little box on it with an X or something in it, and when I hover the cursor over the box (which is supposed to embed content from an external site) the data shown on the status bar is:
This of course is an invalid reference, and the browser doesn't know what to do with it so it ignores it.
What is making the extra get prepended onto the source link - EVEN THOUGH that data is not present in the index.html file??
The data I'm embedding in the site is real basic. I know it is valid because I pasted it into notepad, named it crap.html and opened it in firefox with no problem.
I've done this a million times. I use Netobjects Fusion to do my web design. I create an empty text box, click on the HTML tab, and put in whatever HTML I want to appear - whether that be links to tracking sites or whatever code that references external stuff - like a YouTube video or whatever. It gets published and shows up.
The last couple of things I've done have had issues with the base site URL being prepended to the external reference.
For example, the website I'm working on is and on the main page (which has been reverted) I want to display a flash animation thingy from another site. Lets assume that everything site and browserwise supports what I want to do - I have all the plugins, etc.
My main page shows up with a cute little box on it with an X or something in it, and when I hover the cursor over the box (which is supposed to embed content from an external site) the data shown on the status bar is:
This of course is an invalid reference, and the browser doesn't know what to do with it so it ignores it.
What is making the extra get prepended onto the source link - EVEN THOUGH that data is not present in the index.html file??
The data I'm embedding in the site is real basic. I know it is valid because I pasted it into notepad, named it crap.html and opened it in firefox with no problem.