Advertisement
Guest User

Untitled

a guest
Aug 12th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.     <title>example</title>
  5. </head>
  6. <body>
  7. <style type="text/css">
  8.     .image_container{
  9.         border:1px solid black;
  10.         float:left;
  11.         margin-left:15px;
  12.     }
  13. </style>
  14.     <div style="width:800px;">
  15.         <div class="image_container">
  16.             <img src="https://dl.dropbox.com/u/11204765/Tyrael-avatarnew.jpg"><br />
  17.             <span>image text</span>
  18.         </div>
  19.        
  20.         <div class="image_container">
  21.             <img src="https://dl.dropbox.com/u/11204765/Tyrael-avatarnew.jpg"><br />
  22.             <span>image text</span>
  23.         </div>
  24.  
  25.         <div class="image_container">
  26.             <img src="https://dl.dropbox.com/u/11204765/Tyrael-avatarnew.jpg"><br />
  27.             <span>image text</span>
  28.         </div>
  29.  
  30.     </div>
  31. </body>
  32. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement