culturalelite
Member
Posted 3 years ago #
I'm currently hacking the kubrick theme to pieces (hence all the coloured lines round everything, so I can see what i'm doing)
here:
http://216.70.103.109/wordpress/
how do I get the text to wrap around the image? all I can get is one line sat at the bottom of the image, i'm using the image upload plugin, is that the problem? because i'm inserting the image when I'm writing the article. I read the codex help, but i still can't see what i'm going wrong...
anyone help me?
please??...
you need to set the image to float (with css) either to the right or left, ex:
<img style="float:right;" src="" alt="" />
or in your stylesheet, something like this:
.post img {float:left;}
Well, good luck with hacking the K. theme...
For wrapping text - we really cannot say more than what is in the Codex: Wrapping_Text_Around_Images
culturalelite
Member
Posted 3 years ago #
ahhh thanks so much, I knew it was something simple. thanks again
CE
culturalelite
Member
Posted 3 years ago #
yeah you're right aswell.... the answer was in the codex, my mistake.
noob-mistake. apologies.
CE