I want the h2 heading on this page: http://berkshirespas.com/wordpress/about/ to wrap around the image (video) to the right. I floated the image.
The CSS is
The HTML isCode:#content-rightbox { display: block; float: right; padding-left: 5px; margin: 0px 0px 0px 10px; }
What am I missing?HTML Code:<div id="content-rightbox"><iframe width="400" height="225" src="http://www.youtube.com/embed/A97WaKNwvso?rel=0" frameborder="0" allowfullscreen></iframe></div> <h2>Lorem ipsum dolor sit amet</h2>



Reply With Quote






Bookmarks