Text / Content Wrap Around PHP Content / Wordpress

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tua06930
Forum Newbie
Posts: 1
Joined: Fri Dec 10, 2010 1:51 pm

Text / Content Wrap Around PHP Content / Wordpress

Post by tua06930 »

Hello everyone--couple weeks new to PHP coding on a Wordpress (ver. 3.0.1) blog.

I inserted a table of ratings from WP Review Site into my single-post php page. Problem is that it's above and pushing down my post content.

Do I have to modify the PHP to make this work?

Photo of my problem here:
http://i200.photobucket.com/albums/aa13 ... roblem.jpg

I want my table to the right and my post content to wrap around it just as this site does:
http://www.awardwinninghosts.com/review/host-gator
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Text / Content Wrap Around PHP Content / Wordpress

Post by Jonah Bron »

CSS float. Google it.
Post Reply