G
Genious
Guest
On top at left and on right sight wraping text around image or div is very easy in wordpress (single.php file) and there are 100s of demo and helps are available. I want to wrap text or create a table/div in the middle of the wordpress post on the left side. Like in here http://www.nytimes.com/2009/01/24/world/africa/24zimbabwe.html?ref=world you can see some content on left side. I am using this following code
<div style="float:left; display:inline-block; margin:300px 10px 0px 0px;">
<h4 class="boxtitle">Related Items</h4>
<a href="http://who.town9.com" title="Town9! Who">Town9 Who</a>
</div>
how can we wrap in wordpress single.php file in the middle of the post like example given above any body help me please.
<div style="float:left; display:inline-block; margin:300px 10px 0px 0px;">
<h4 class="boxtitle">Related Items</h4>
<a href="http://who.town9.com" title="Town9! Who">Town9 Who</a>
</div>
how can we wrap in wordpress single.php file in the middle of the post like example given above any body help me please.