Html editor preview and visual tabs...

User 487322 Photo


Registered User
19 posts

I've been using html 2008 registered version for over 6 months and it worked well.

Then for no reason that I can see (and believe me I've looked) the text I code or insert in visual editor appears smaller in the vis.ed. window and preview window than it does when viewed on my web site.
Any Ideas? (I bet its something really simple)

Pictures show Visual editor window, then I uploaded the page and took a screenshot of it on my site.

Attachments:
User 463058 Photo


Ambassador
1,073 posts

Do you have a url we can look at? It's impossible to know what's wrong with the code without being able to see it.
User 487322 Photo


Registered User
19 posts

url is www.bookmykennels.com
Thanks in advance
User 463058 Photo


Ambassador
1,073 posts

I can't see what might be causing your rendering problems yet. The page looks the same in my Visual Editor tab as it does on the web and in the preview.

However, this javascript isn't right. There are two opening and two closing script tags:

<script language="JavaScript" type="Text/JavaScript">
<!-- Hide script from older browsers
var urlAddress = "http://www.bookmykennels.com";
var pageName = "Book my Kennels . com";
<SCRIPT LANGUAGE=JavaScript>
function addToFavorites()
{
if (window.external)
{
window.external.AddFavorite(urlAddress,pageName)
}
else
{
alert("Sorry! Your browser doesn't support this function.");
}
}

<\/script>

// -->
</script>

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.