Hi Captainkewl,
I made four small changes to your code and it looks close to what you want.
I attached the working example called new.txt. You can run it in a browser. It looks good in Firefox and IE7.
First, I moved the block of code "edubodytext2" to be at the same level as "edubodytext". It now looks like this:
HTML Code:
<div id="navsection">
<div idbodysection">
<div id="edubodytext">
<div id="edubodytext2">
Next if changed some CSS to look like this: You were missing the "2" in "edubodytext".
Code:
} #edubodytext2 {
float: right;
width: 380px;
} #edubodytext2 .phead2 {
margin: 0px;
width: 380px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
color: #fef9e6;
text-align: center;
text-decoration: underline;
font-style: italic;
} #edubodytext2 .psubhead2 {
margin: 0px;
width: 380px;
text-align: center;
} #edubodytext2 .psubsubhead2 {
width: 380px;
margin: 0px;
text-align: center;
font-size: 0.9em;
color: #CCC;
}
Good luck...
Snagler
Bookmarks