View Single Post
Old 11-13-2012, 05:35 AM   PM User | #2
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,678
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Like
Code:
div.myclass{
padding:5px;
}

div.myclass img{
float:left;
margin:0 5px 5px 0;
}
Code:
<div class="myclass">
<img src="" .....>
<p>Paragraph 1</p>
<p>Paragraph 2...</p>
</div>
?
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote