|
Posted by Froefel on 08/30/07 12:51
For those who wanted the entire content. Below is the entire page:
Richard and others, please forgive me for not being able to provide a
link. I'm on a corporate network that doesn't allow FTP out so I can't
upload anything to my test server at home. Does anyone have a
suggestion on where I could upload test pages for free, so I could
refer to them in my posts?
-- Hans
<!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>
<title>Untitled Page</title>
</head>
<body>
<div id="Level1_left" style="float:left; background-color:gray;">
<table id="Level1_table" style="border:2px solid red">
<tr>
<td>1, 1</td>
<td>1, 2</td>
</tr>
<tr>
<td>2, 1</td>
<td>2, 2</td>
</tr>
</table>
</div>
<div id="Level1_right" style="float:right; background-
color:ButtonFace;">
<div id="Level2_left" style="float:left; border:2px solid yellow;">
Personalized Email
</div>
<div id="Level2_right" style="float:right; border:2px solid yellow">
Links go here
</div>
<div id="Level2_bottom" style="clear:both; border:2px solid green">
This goes underneath both Level2 panels
</div>
</div>
</body>
</html>
Navigation:
[Reply to this message]
|