This is for anyone using the new Chronicles theme that have viewers that use Netscrape, seems theres the same prob as when I converted it a few months ago. You'll notice the footer background doesn't show up, well it's a real easy fix.
Open up the "theme.php" and find this code
Code:
echo "<center><table width=\"99%\" border=\"0\" cellpadding=\"3\" cellspacing=\"3\" bgcolor=\"5B0B0B\"><td align=\"center\" background=\"themes\Chronicles\images\gen_background.jpg\">\n";
and change it to this code
Code:
echo "<center><table width=\"99%\" border=\"0\" cellpadding=\"3\" cellspacing=\"3\" bgcolor=\"5B0B0B\"><td align=\"center\" background=\"themes/Chronicles/images/gen_background.jpg\">\n";
or you can manually do the three keystrokes
Cheers.. 8)