Little , annoying squares where there...

User 396425 Photo


Registered User
8 posts

Is there a way to get around those little annoying squares that pop up sometimes after having adjusted spacing 2 or 3 paragraphs down the page? I'm still using HTML editor 2007 (that's another issue) and from time to time I'll be adding content like crazy, adjusting spacing here and there using either the paragraph button or a hard break, upload my content to the server and "Bam!", there's a bunch of little squares everywhere. Sometimes I have to go remove spaces with the deleted key then put them right back for each space I need. Sometimes I just adjust one space out and they all go away. I think that comes from starting at the top usually and everything adjusts up. It's not a dependable approach though. I've even seen other websites lately that have the same issue I think. Anyway, not a HUGE deal; just annoying. :(
User 122279 Photo


Senior Advisor
14,649 posts

This could have been caused by not having the correct doctype or charset declaration, but to be sure it would be better if we could have an url to your site and see for ourselves.

I also strongly advise you to update your Editor to the newest version.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 353800 Photo


Registered User
2 posts

I am seeing the same thing and it is more than annoying. When I bring it up in the Coffeecup preview pane, all is well. But once I load it to the website the squares pop-up.

Here is the url:

http://www.oldwoodenmarket.com/owmindex.html

Any help is appreciated.

Ed
User 463058 Photo


Ambassador
1,086 posts

On the third line of your html you have this:
<meta content="text/html; charset=unicode" http-equiv="Content-Type">


Change it to this, which is the Western European character set.
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
User 345577 Photo


Registered User
373 posts

Edward Bondarchuk wrote:
I am seeing the same thing and it is more than annoying.


It appears that you're editing a page that was created with a Microsoft product of some sort. The source shows that the space characters at those locations have an incorrect code. I'd think that you could easily fix this in the HTML Editor by noting the precise locations of these characters and then deleting them, replacing each one with the proper space character.

Edit: each of the 'splats' in your file actually consists of three characters: � They're very easy to find and correct in the editor. You can even do a search & replace to make it easier!

A representative line looks like this:

<br>We open�early for Breakfast�with a variety of hot sandwiches
User 463058 Photo


Ambassador
1,086 posts

cbrillow wrote:
It appears that you're editing a page that was created with a Microsoft product of some sort.


That would be the HTML Editor's visual mode.
User 345577 Photo


Registered User
373 posts

Cary wrote:
cbrillow wrote:
It appears that you're editing a page that was created with a Microsoft product of some sort.


That would be the HTML Editor's visual mode.

Oh - saw the MSxxx and guessed that it was a Microsoft thing. Thanks for the correction...
User 353800 Photo


Registered User
2 posts

Thanks very much for the fix!

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.