Fancast stub page


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <head>
  5. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  6. <title>index</title>
  7. <style type="text/css" media="screen">
  8. *{
  9. padding:0;
  10. margin:0;
  11.  
  12. }
  13. #fancast-base{
  14. width:100%;
  15. height:100%;
  16. }
  17. #menubar{
  18. width:100%;
  19. height:20px;
  20. background:black;
  21. }
  22. #fancast-header{
  23. width:100%;
  24. height:50px;
  25. background:white;
  26.  
  27. }
  28.  
  29. #fancast-subheader{
  30. width:100%;
  31. height:40px;
  32. background:#dfdfdf;
  33. }
  34.  
  35. #fancast-body{
  36. width:960px;
  37. margin:0 auto;
  38.  
  39. }
  40.  
  41. </style>
  42. </head>
  43. <body id="index" onload="">
  44. <div id="fancast-base">
  45. <div id="menubar"></div>
  46. <div id="fancast-header">
  47. </div>
  48. <div id="fancast-subheader">
  49. </div>
  50. <div id="fancast-body">
  51.  
  52. </div>
  53. </div>
  54. </body>
  55. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.