1
Ok I need to edit my theme.html file to put some HTML in for my host. I have edited it to my liking and it gives me a dumb error. The error is as follows:
Quote:
This page cannot be displayed due to an internal error.
If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.
I am simply adding this code to my theme.html file. This i add to the header section:
<link rel="stylesheet" type="text/css" href="http://www.nettendo.com/nav/nBar.css">
And this i am adding bellow the body tag:
<table width="100%" height="18" cellpadding="0" cellspacing="0"><tr><td>
<script language="JavaScript" src="http://www.nettendo.com/nav/nBar.js">script>
<script language="JavaScript">
/* MAIN */
var Home = new nbItem ("Home", "http://www.nettendo.com");
var neTTendoMenu = new nbInitMenu ("neTTendoMenu", Home);
var neTTendo = new nbMenuButton ('neTTendo', neTTendoMenu);
/* HOSTED SITES */
var ACTK = new nbItem ("Animal Crossing Textures Kiosk", "http://www.nintendocubed.com/~actk");
var ACUK = new nbItem ("Animal Crossing UK", "http://www.animal-crossing.co.uk");
var CODF = new nbItem ("Call Of Duty Files", "http://www.cod-files.co.uk");
var FFUK = new nbItem ("Final Fantasy UK", "http://ffuk.nettendo.com");
var HD = new nbItem ("Hutch-Designs", "http://www.nintendocubed.com/~hutch-designs");
var moc = new nbItem ("Masters of Camping", "http://moc.nettendo.com");
var MGC = new nbItem ("Mega GameCube", "http://www.nintendocubed.com/~mgcube");
var nCubed = new nbItem ("nCubed", "http://www.nintendocubed.com");
var ndiff = new nbItem ("The Nintendo Difference", "http://n-difference.nettendo.com");
var NetworkMenu = new nbInitMenu ("NetworkMenu", ACTK, ACUK, CODF, FFUK, HD, moc, MGC, nCubed, ndiff);
var Network = new nbMenuButton ('The Nintendo Network', NetworkMenu);
// Affiliates
var DesignAlpha = new nbItem ("Design Alpha", "http://www.designalpha.com");
var AffiliatesMenu = new nbInitMenu ("AffiliatesMenu", DesignAlpha);
var Affiliates = new nbMenuButton ('Network Affiliates', AffiliatesMenu);
// Display
var navBar = new nbBody (neTTendo, Network, Affiliates);
nbInit (navBar);script>
<img src="http://www.nettendo.com/nav/images/hr.jpg" width="100%">td>tr>table>
I am using the blueish theme. I have XOOPS 2.0.5. Am I doing anything wrong? I go to say to upadte the theme.html and such and it gets all mad at me.