Advertisement
Guest User

Untitled

a guest
Aug 12th, 2012
72
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.  
  6.     <style type="text/css">
  7.         .image_container{
  8.             border:1px solid black;
  9.             float:left;
  10.             margin-left:15px;
  11.         }
  12.         .container{
  13.             margin:0 auto;
  14.             width:370px; height:auto;
  15.         }
  16.     </style>
  17. </head>
  18. <body>
  19.  
  20.     <div class="container">
  21.         <div class="image_container">
  22.             <img src="https://dl.dropbox.com/u/11204765/Tyrael-avatarnew.jpg"><br />
  23.             <span>image text</span>
  24.         </div>
  25.  
  26.         <div class="image_container">
  27.             <img src="https://dl.dropbox.com/u/11204765/Tyrael-avatarnew.jpg"><br />
  28.             <span>image text</span>
  29.         </div>
  30.  
  31.         <div class="image_container">
  32.             <img src="https://dl.dropbox.com/u/11204765/Tyrael-avatarnew.jpg"><br />
  33.             <span>image text</span>
  34.         </div>
  35.     </div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement