Advertisement
Advertisement
| 09.01.2008 at 09:55AM PDT, ID: 23694077 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.ContentBox_right {
border-left:1px #c2d2e3 solid;
}
.ContentBox_left {
border-right:1px #c2d2e3 solid;
}
.ContentBox_top {
border-bottom:1px #c2d2e3 solid;
}
.ContentBox_content {
background-position:bottom right;
background-repeat:no-repeat;
padding:10px;
position:relative;
background-image:url(images/content_box_content.gif);
}
.ContentBox_br {
border-top:1px solid #c2d2e3;
min-width:200px;
}
.ContentnBox_dropShadow {
background-position:bottom right;
background-repeat:no-repeat;
width:177px;
background-image:url(images/content_box_dropshadow.gif);
}
</style>
</head>
<body>
<table width="950" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4" class="ContentBox_left"></td>
<td colspan="2" class="ContentBox_top"></td>
<td rowspan="2" class="ContentBox_right"></td>
</tr>
<tr>
<td colspan="2" rowspan="2" class="ContentBox_content" valign="top">
<p>this</p>
<p>is</p>
<p>a</p>
<p>test</p>
</td>
</tr>
<tr>
<td rowspan="3"></td>
<td height="5px;"></td>
</tr>
<tr>
<td class="ContentBox_br"></td>
<td width="5px"></td>
</tr>
<tr>
<td colspan="3" class="ContentnBox_dropShadow"></td>
<td height="9"></td>
</tr>
</table>
</body>
</html>
|