Advertisement
Advertisement
| 05.16.2008 at 04:42PM PDT, ID: 23410012 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<style>
body { font: verdana 11px }
.blue { background-color:#CC33FF; color:#ffffff; font-weight:bold; height:25px; width:500px;}
.gray { background-color:#e2e2e2; color:#000000; width:500px;height:300px;border:1px solid #ccc;}
</style>
</HEAD>
<BODY>
<div class="blue">Header</div>
<div class="gray">Content here ...</div>
</BODY>
</HTML>
|