Site: http://www.geekette.co.uk
As you can see, the large images spill over the post border. How can I add lots of space to my text to fix this? I tried added in "br" and "p" but WP just seems to delete these out.
Any ideas? Thanks
Site: http://www.geekette.co.uk
As you can see, the large images spill over the post border. How can I add lots of space to my text to fix this? I tried added in "br" and "p" but WP just seems to delete these out.
Any ideas? Thanks
br and p doesn't help: WP "eats" them :)
Try to add a clearing element.
Like:
<br class="clearer" />
and add to your stylesheet:
.clearer {clear: both;}
Thank you very much, you are a lifesaver! :)
This topic has been closed to new replies.