I want to stop text from wrapping around image. Is there any way to do this without using margin
?
As a general rule here are some best practices to improve your css and html skills:
1) Always separate images and texts in the corresponding tags: 2) As a general rule, separate your content (html) and your style (css) as much as possible. 3) To understand how CSS works you have to learn the box model. Here is an excellent article to get you going: http://css-tricks.com/the-css-box-model/ This box model will help you with your problem.
for images and or
for texts.