In firefox, the PostAd.aspx page does not display properly.
To fix it,
Look for the <div id="col_main_right"> and right before the closing </div> statement add the following lines,
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
A CSS fix would be better but this works and is simple.
weiser_98
Member
10 Points
2 Posts
Layout bug
Apr 22, 2006 06:04 PM|LINK
To fix it,
Look for the <div id="col_main_right"> and right before the closing </div> statement add the following lines,
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
A CSS fix would be better but this works and is simple.
-Martin