Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.
On my blog, I want to get my images displayed so they either go around the content, or stand on one line (should be easy to choose if possible).
Also when you go in on posts, I want the first line to start from where all the other lines start, and not a couple of tabs in.
And I've checked there are no tabs in the posts.
My site is WebTipsEveryDay.
2010-03-26 03:59:00
You can also use tables within the html to align things as you want.A short tutorial here:http://www.w3schools.com/html/html_tables.asp
2010-02-02 04:08:00
What you need to do is learn a little HTML.Wrap your images with the <p> tag and they will be separated from the text.Here's an example.Enter text here<p></p>Continue with text