<html> <head><title>I see a red door and I want it painted black...</title> <style type="text/css"> <!-- A:link { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#000000 } A:visited { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#000000 } A:active { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#000000 } A:hover { text-decoration: none; font-weight: bold; font-size: 9pt; font-family: sans-serif; color:#ff9966;} body {background-color: #ff9966; font-family: sans-serif; color: #000000 ; font-size: 8pt; margin-top: 50px; margin-left: 100px; margin-right: 0px; margin-bottom: 0px; scrollbar-face-color:#ffffff; scrollbar-track-color:#ffffff; scrollbar-highlight-color:#000000; scrollbar-3dlight-color:#000000; scrollbar-shadow-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-arrow-color:#000000;} span {font-size: 10pt;font-weight: bold;} td {vertical-align: top; align: left; font-family: sans-serif; color: #000000 ; font-size: 8pt;background-color: #ffffff;} td.black1 {align: left; font-family: impact; color: #000000 ; font-size: 22pt;background-color:#ff9966;font-weight: bold;} td.black2 {text-align: right; font-family: impact; color: #000000 ; font-size: 22pt; background-color:#ff9966; font-weight: bold;} --> </style> </head> <body> <table width="624px"> <tr><td class="black1">i see a red door...</td></tr></table> <table height="322px" cellpadding="0px" cellspacing="0px" border="5px" bordercolor="#000000"> <tr> <!-- YOUR IMAGE GOES BELOW THIS --> <td rowspan="2" width="214px" height=322px" background="YOUR IMAGE HERE"> <!-- YOUR IMAGE GOES ABOVE THIS --> <br> </td> <td width="400px"> <div style="padding: 10px; text-align: center;"> <a href="http://%%username%%.diaryland.com/index.html" onMouseOver="window.status='new'; return true" onMouseOut="window.status=' '; return true">new</a> | <a href="http://%%username%%.diaryland.com/older.html" onMouseOver="window.status='old'; return true" onMouseOut="window.status=' '; return true">old</a> | <a href="mailto:%%username%%@diaryland.com" onMouseOver="window.status='mail'; return true" onMouseOut="window.status=' '; return true">mail</a> | <a href="http://%%username%%.signmyguestbook.com" onMouseOver="window.status='book'; return true" onMouseOut="window.status=' '; return true">book</a> | <a href="http://diaryland.com/index.html" onMouseOver="window.status='host'; return true" onMouseOut="window.status=' '; return true">host</a> | <a href="http://my-grain.diaryland.com/index.html" onMouseOver="window.status='migraine designs'; return true" onMouseOut="window.status=' '; return true">design</a> </div> </td></tr> <tr> <td> <div style="padding: 10px;"> <span>Older Entries</span><br><br> <div style="width: 400px; height: 185px; overflow: auto; align: left;"> %%older_entries%% </div> </div> </td></tr></table> <table width="650px"> <tr><td class="black2">...and i want it painted black</td></tr></table> </body> </html>