View Single Post
  #1 (permalink)  
Old 12-18-2004, 05:32 PM
doomtomb doomtomb is offline
Junior Member
 
Join Date: Nov 2004
Posts: 5
HTML in module not coded properly
Well, I'm using php-nuke 7.4 right now with fiblue3d for the theme. I created a web page using your module creator here at nukemods.com. It worked perfectly except if go to http://www.theshadowlords.com/runesh...e=Skill_Guides

(Thats the one I created) If you scroll down there is a section missing from the left part of the footer.

This is the code for that page:
Code:
<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
include("config.php");
$index = 0;
OpenTable();
echo"<center>"
  . "<table width=\"400\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\">"
  . "<tr>"
  . "<td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"
  . "<tr>"
  . "<td class=\"row1\" width=\"100%\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">"
  . "<tr>"
  . "<td><font class=\"block-title\">Skill Guides</font></td>"
  . "</tr>"
  . "</table></td>"
  . "</tr>"
  . "<tr>"
  . "<td class=\"row1\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"3\">"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"block-title\">RuneScape</font></td>"
  . "<td width=\"50%\"><font class=\"block-title\">RuneScape Classic</font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=agility\">Agility*</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=agility2\">Agility*</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=cooking\">Cooking</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=cooking2\">Cooking</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=combat\">Combat</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=combat2\">Combat</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=crafting\">Crafting</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=crafting2\">Crafting</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=firemaking\">Firemaking</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=firemaking2\">Firemaking</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=fishing\">Fishing</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=fishing2\">Fishing</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=fletching\">Fletching*</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=fletching2\">Fletching*</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=herblore\">Herblore*</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=herblore2\">Herblore*</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=magic\">Magic</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=magic2\">Magic</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=mining\">Mining</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=mining2\">Mining</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=prayer\">Prayer</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=prayer2\">Prayer</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=ranged\">Ranged</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=ranged2\">Ranged</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=runecrafting\">RuneCrafting</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\">N/A in RSC</font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=smithing\">Smithing</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=smithing2\">Smithing</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=theiving\">Theiving*</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=theiving2\">Theiving*</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=woodcutting\">Woodcutting</a></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><a href=\"modules.php?name=woodcutting2\">Woodcutting</a></font></td>"
  . "</tr>"
  . "<tr>"
  . "<td width=\"50%\"><font class=\"content\"><div align=\"right\">* Represents member</div></font></td>"
  . "<td width=\"50%\"><font class=\"content\"><div align=\"left\">only skills</div></font></td>"
  . "</tr>"
  . "</table></td>"
  . "</tr>"
  . "</table>";
CloseTable();
include("footer.php");

?>
Thanks
Reply With Quote