Display Problems with Publisher Made Web Page

J

JoAnn Paules [MVP]

You will pay a small fortune for Microsoft's help. And you will find help
difficult if you start multiple threads for the same problem. Are you aware
that we don't do personal responses?

I can't help but wonder how much of the problem is that banner ad. I assume
it's free hosting in exchange for that?
 
D

DavidF

JoAnn's guess is correct. If you watch your page load with a dial-up modem,
the page loads correctly, left justified, but then the banner is inserted
which pushes the page the right. It is not a Publisher web page problem...it
is your free webhost. Either go to their support area and look for the
banner issue, and a workaround, or contact your webhost and tell them it
appears that they are framing your site, and that is not supported, and do
they have a fix, or get a paid webhost...or perhaps use the "insert HTML
code fragment" tool in Publisher to insert the following code snippet that
another poster used in a similar situation. It may or may not work, but
would probably be worth the experiment:

<TITLE>Can't be in a frame</TITLE>
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide script from old browsers

if (top.location != self.location) {
top.location = self.location
}
// End hiding script from old browsers -->
</SCRIPT>

Good luck...

DavidF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top