1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4. <head>
5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6. <title>Elliott Smith Fan Club</title>
7.
8. <style type="text/css">
9. body {
10. margin:0px 0px 0px 0px;
11. background: #9F9;
12. }
13. #leftcontent {
14. float:left;
15. width:67%;
16. background:#fff;
17. border-right:2px solid #000;
18. border-bottom:2px solid #000;
19. margin-right:15px;
20. padding-bottom:20px;
21. }
22. p,h1,pre {
23. margin:0px 30px 10px 30px;
24. }
25. h1 {
26. font-size:14px;
27. padding-top:10px;
28. }
29. #rightcontent p {
30. font-size:14px;
31. margin-left:0px;
32. }
33. </style>
34.
35. </head>
36. <body>
37. <div id="leftcontent">
38. <!-- BEGIN CHANGEABLE CONTENT. -->
39.
40. <h1>Welcome to the Elliott Smith Fan Club!</h1>
41. <p>Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. </p>
42. <p>Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. Here's a whole lotta text. </p>
43.
44. <!-- END CHANGEABLE CONTENT. -->
45. </div>
46.
47. <div id="rightcontent">
48. <h1>Navigation</h1>
49. <p><a href="index.php">Home</a><br />
50. <a href="albums.php">Discography</a><br />
51. <a href="login.php">Login</a><br />
52. <a href="register.php">Register</a></p>
53. </div>
54.
55. </body>
56. </html>