Hi, I have a relativelt simple question but I have no idea how to do it. Hope you can help. Please see the example below to get an idea of what I am trying to do Image TEXT TEXT TEXT Image I want 2 images either side of some text (it's for a header). Problem is, the way I am doing it it's going like this Image TEXT TEXT TEXT Image Notice the 2nd image has dropped below the text. What is the best way to do this?
Thanks, I didn't really want to do it this way because it was messing with my wordpress theme. In the ned, I couldn't think of a better way so I made a table and split it into 3. You can see the results in the header here http://www.london-2012-olympics.net
[div style="float:left"]image[/div][div style="float:left"]test[/div][div style="float:left"]image[/div]
you could simply place the float property on the image alone too. e.g you would place it on the last image which comes wrapped down to the next line.