Advertisement
PayneLess_Designs

PayneLess Designs: Text - Image - Left, Right & Center (

Mar 15th, 2011
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.98 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html><head>
  3.   <title>Image - Left, Right &amp; Center (Inline CSS)</title>
  4.   <meta name="created" content="Mon, 12 Oct 2009 17:26:55 GMT">
  5.   <meta http-equiv="content-type" content="text/html;charset=utf-8">
  6.   <meta name="description" content="">
  7.   <meta name="keywords" content="">
  8. </head>
  9. <body>
  10. <div style="width: 800px; height: 120px; margin: 0 auto; border: 1px solid #f00;">
  11.  
  12. <img style="float: left; width: 160px; height: 120px; border: 0;" src="http://imgcash3.imageshack.us/img510/5555/usa1a27b716tp5.png" alt="US of A!">
  13.  
  14. <img style="float: right; width: 160px; height: 120px; border: 0;" src="http://imgcash3.imageshack.us/img510/5555/usa1a27b716tp5.png" alt="US of A!">
  15.  
  16. <div style="width: 160px; margin: 0 auto;"><img style="width: 160px; height: 120px; border: 0;" src="http://imgcash3.imageshack.us/img510/5555/usa1a27b716tp5.png" alt="US of A!"></div>
  17.  
  18. </div>
  19. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement