utrikesperspektiv
Member
Posted 3 years ago #
I have recently been experiencing this weird problem on my website, http://www.utrikesperspektiv.se. The thing is, all of the text on the front page has for some reason been converted to bold text. And I mean <i>all</i> the text, sidebar, post, footer, everything. If you click to see a post in its entirety, the problem disappears (http://www.utrikesperspektiv.se/2008/10/08/stat-och-samhalle/fighting-fire-with-fire-the-sri-lankan-conflict/). What is even more disturbing is that no changes to the design files -- style.css, index.php and the like -- have been made. The only thing I did was to edit a post (where I, inter alia, added some "bold" formatting); the problem seems to have appeared after that.
Any ideas?
mojorob
Member
Posted 3 years ago #
You have the following appearing in your source code:
<p><!--[if gte mso 9]><xml> 72 </xml><![endif]--><!--[if gte mso 9]><xml> Normal 0 21 false false false SV X-NONE X-NONE </xml><![endif]--><!--[if gte mso 9]><xml> </xml><![endif]--> <!--[if gte mso 10]></p>
<style>
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Normal tabell";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}
</style>
<p><![endif]--></p>
This indicates that you've copied & pasted from MS Word - don't do this. If you need to copy & paste get the text into Notepad (a plain text editor) first.
utrikesperspektiv
Member
Posted 3 years ago #
WP 2.5.1 has a function to paste directly from word, which I have been using (can't say the same about my contributors, though). Regardless, my question is -- how do I get rid of this? Do you suggest I repost the incorrectly posted data?
Thx!