hey.
i am currently twisting and edging the theme Clean Home, and i already changed alot of things, it is now becoming better and better for this new website.
Do you have any idea how i can wrap the text around the thumbnails ?
thank you.
hey.
i am currently twisting and edging the theme Clean Home, and i already changed alot of things, it is now becoming better and better for this new website.
Do you have any idea how i can wrap the text around the thumbnails ?
thank you.
Are you editing your code in HTML mode?
Take one of your tags like this:
<img src="http://sensoprojekt.com/wp-content/uploads/2010/03/DSCN8638-100x100.jpg" />
and make it
<img align="left" src="http://sensoprojekt.com/wp-content/uploads/2010/03/DSCN8638-100x100.jpg" />
If you are using the Visual editor, click the image, then click the little icon that lets you edit the image, and try setting the alignment to Left there.
ahhh thank you !
solved it using another solution tho: this wonderful THUMBNAIL FOR EXCERPT PLUGIN :)
This topic has been closed to new replies.