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
Text / Content Wrap Around PHP Content / Wordpress
Moderator: General Moderators
- 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
CSS float. Google it.