site is http://www.pirateutv.com
Works fine in IE, but in Firefox it seems like the ads are not put in the proper container.
site is http://www.pirateutv.com
Works fine in IE, but in Firefox it seems like the ads are not put in the proper container.
Open /wp-content/plugins/wp125/wp125.php and search for line 167. It should look like
echo "</div>\n";
(There are two lines like this, you're looking for the second one.)
Change it to something like this:
echo "<br style=\"clear:both\" /></div>\n";
That works perfect! Thank you.
Need to make this change in the base code.....
This topic has been closed to new replies.