cefisher 0 Report post Posted December 30, 2010 Hello. I am trying to move a line of text down the page. I want the next line to start after the image. I am using the tag, but it is not working. What am I doing wrong? Here is a screenshot of the code: And here is a link to the page: http://66.147.244.194/~goeliteo/2010/12/november-19-20-tad-cadaver-course-live-blog/ Thank You for your help. Coleman Share this post Link to post Share on other sites
pcgs 0 Report post Posted December 30, 2010 Saying you want the "next line" isn't specific enough. What do you want to appear below the image? Judging from all the elements it looks like perhaps you want the text after the first paragraph that reads, "8:00 AM- We meet in the lobby as a group. Dr. Jack Fisher is always excited to meet the course attendees." If that is the case insert this div in the HTML view on a line just after the paragraph. <div style="clear: both;> Share this post Link to post Share on other sites
pcgs 0 Report post Posted December 30, 2010 Ooops typo! Use this instead. <div style="clear: both;"> Sorry. Share this post Link to post Share on other sites
cmunns 16 Report post Posted December 30, 2010 You could also try this plugin: TinyMCE Advanced It helps to combat the auto-stripping of tags by WP Share this post Link to post Share on other sites