image – text align
-
Ok, i’ve contacted support but with no luck so far, so i just thought more eyes will be of help in this problem.
I’m testing the service and all works perfectly so far.
Just can’t figure one thing thou, how to properly left align text with the image below it.
I think the image posted after a text should be left aligned by default, on the same vertical line as text, not in my case.
I’ve tried with ‘align’ tag and without it, no luck, maybe it’s my k2 theme?
And it has this strange gray border around the picture.
http://braum.wordpress.com/thanks in advance
-
yes, that’s specific to the k2 theme. you can set the border to ‘0’ when you insert the image, and that should get rid of the gray line.
k2 will still add a 5 pixel margin to the image, so it won’t line up with the text.
when you are posting, after you insert the image, switch to the code tab of editor, and inside the img tag, add class=”alignleft”, like so:
<img src="someimage.jpg" border="0" alt="" class="alignleft" />that should make it align.
-
thanks for reply sunburn
i did <img src=”http://braum.files.wordpress.com/2007/03/rossijeva-kuca.jpg” alt=”rossijeva-kuca.jpg” class=”alignleft” border=”0″ />no luck, strange thing that k2 adds this by default
-
-
yes i have tried all that, in editor it looks perfectly aligned and with no border, but when i publish or save it 5px gray border is there, i really don’t like this k2 behavior.
Is there some way to overwrite this in css source?
- The topic ‘image – text align’ is closed to new replies.