The core module is a great way to manage all your content but there are a few things you need to be aware of. When your copying and pasting in your content it’s easy to not check the source. You could be adding div tags in there.
For example when you copy an article from ezine articles it’s possible that you also pick up a “body div tag”. It looks like this:
<div id=”body”>
There is also a closing one that looks like this:
</div>
Depending on where you copy your article from it’s possible that you could have other div tags as well. It’s good practice to take a look and edit that out if you need to – chances are it won’t co-operate with your blogs style sheets.




