Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.82 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. another CSS headcrashing problem [closed]
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  3. <style type="text/css">
  4.     html{width:100%}
  5.     html body div{margin-left:auto;margin-right:auto;width:800px;}
  6.     div#desc{margin-top:100px;background-color:white;width:500px;font-size:24px;}
  7.     #photo{width:10px;height:10px}
  8. </style>
  9. <html>
  10.  
  11.   <head>
  12.     <title></title>
  13.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  14.   </head>
  15.  
  16.  
  17.   <body>
  18.       <div>
  19.     <div style="background-color: silver">
  20.         <div id="desc">
  21.         CSS<br/>
  22.         IS<br/>
  23.         THE<br/>
  24.         HARDEST<br/>
  25.         LANGUAGE<br/>
  26.         EVER<br/>
  27.         </div>
  28.     </div>
  29.  
  30.  
  31.      </div>
  32.   </body>
  33.  
  34. </html>
  35.        
  36. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  37.  "http://www.w3.org/TR/html4/loose.dtd">