Placing image to the left of a blog post |
Placing image to the left of a blog post |
May 13 2009, 10:00 AM
Post
#1
|
|
![]() talent on another level ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 746 Joined: Oct 2006 Member No: 475,735 |
I am trying to achieve this image placement in Wordpress on my post as shown on this website:
http://giant.blackplanet.com/ How can I do this? |
|
|
|
![]() |
May 26 2009, 03:16 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Official Designer Posts: 10 Joined: Oct 2008 Member No: 692,614 |
either use
CODE <img src="URL" style="float:left" /> or CODE <style type="text/css"> img.left { float:left; } </style> CODE <img src="URL" class="left" />
|
|
|
|
bigtrey90 Placing image to the left of a blog post May 13 2009, 10:00 AM
fixtatik oh, the power of floating.
CODE.alignleft { float... May 13 2009, 12:01 PM
bigtrey90 its not working right May 24 2009, 12:14 PM
fixtatik QUOTE(bigtrey90 @ May 24 2009, 01:14 PM) ... May 28 2009, 01:14 AM![]() ![]() |