Hello!
I am working with subSystem for phpNuke v6.0 and using a "header.php" which was converted from "header.html".
I am trying to place a marquee in the header.php.
I attempted to use the code below,
Code:
echo "<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\">\n";
echo "<tr bgcolor=\"#ffffff\"><td height=\"20\" align=\"center\">";
include("themes/subSystem/marquee.php");
echo "</td></tr>\n";
echo "</table>\n";
The area for the marquee is positioned properly below the last table in the "header.php"
(see the white band across the page), however the marquee itself is on the top of the page.
Please look at,
http://members.lycos.co.uk/testmenow/nuke/index.php
What suggestion or suggestions do you have that could get the marquee to display in the same area as the table?
Thanks in advance for your help.
WP1