Inline CSS code in one post – how do I remove it?
-
I recently made a post on my blog (http://www.echenique.com/index.php/2009/08/25/palm-beach-photographic-centre-to-host-leica-store/) and for some reason, some inline css has appeared in the posting making it look different from the blog theme. It’s only in this one post. I tried deleting and re-entering the content but the inline css persists. I can see the inline css if view source on the page:
[code]
<style>
body {
background-color: #E2EAED;
margin: 0px; padding: 0px;
color: #000;
font: 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#errormain {
border: 1px solid #889EAA;
background: url(http://s3.amazonaws.com/nambu/assets/misc/banana.jpg) no-repeat #fff;
width: 849px;
margin: 20px auto;
min-height: 400px;
padding: 0px;
position: relative;
}
#logo { position: absolute; top: 5px; right: 10px; }
#errorheader { margin-top: 0px; }
#errortextbox {
opacity: .8;
-moz-opacity: .8;
filter: alpha(opacity=80);
background-color: #265871;
margin: 0px;
min-height: 400px;
width: 450px;
padding: 10px;
}
#errortext { margin: 10px; color: #fff; }
h1 { font-size: 48px; margin: 5px 0px; }
h2 { font-size: 24px; margin: 5px 0px; }
h3 { font-size: 16px; margin: 5px 0px; }
p { font-size: 1.2em; line-height: 120%; margin-bottom: 20px; }
</style>[/code]
It’s not on any other pages. How do I go about excising it?The blog I need help with is: (visible only to logged in users)
-
The blog you specified at http://www.echenique.com does not appear to be hosted at WordPress.com.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Inline CSS code in one post – how do I remove it?’ is closed to new replies.