Something like this - change width/colour etc to suit
Code:<head> <style type="text/css"> #yourDiv{border:1px solid red; padding:20px;width:300px; overflow:auto;} #yourDiv img{float:left;margin:0 20px 0 0; } </style> </head> <body> <div id="yourDiv"><img src="YourImage.jpg" /><p>some text here</p></div> </body>


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks