|
Post by Rage of Thor on May 15, 2004 1:41:23 GMT
I am having trouble getting my Saybox to stay in its table. If you are confused about what I mean, check my forum to see for yourself: rotx.proboards21.com/index.cgiPlease help me to fix it and put it back where it belongs.
|
|
|
Post by Tau Online on May 16, 2004 8:52:10 GMT
Why have you put the table script into a script and then echod all of the HTML markup? It's much easier just to put the markup, instead of complicating things....Try using just a simple table script to display the shoutbox: <table width="15%" border="0" cellspacing="0" cellpadding="3"> <tr> <th scope="col"><img src="http://www.webpost.net/da/darkrage/saybox.gif"></th> </tr> <tr> <td><div align="center"><script type='text/javascript' src='http://www.saybox.co.uk/output.php?user=rageofthor'></script></div></td> </tr> </table>
And then a simple code for displaying the links: <table width="18%" border="0" cellspacing="0" cellpadding="3"> <tr> <th scope="col"><img src="http://www.webpost.net/da/darkrage/links.gif"></th> </tr> <tr> <td><div align="center"><a href="http://goldursaring.proboards20.com/index.cgi" target="_blank">Gold Ursaring's Lair</a><br /> <a href="http://ssdesigns.proboards17.com/index.cgi" target="_blank">Solid Snake Designs</a><br /> etc...</div></td> </tr> </table>
You'll still need to edit parts of it especially the 2nd table script because I couldn't be bothered to put in all the links! But this way is much easier than having: <script type="text/javascript"> function sidetablebottom(){ document.write("</center></td><td valign='top' align='right' width='177'><B" + "R/><B" + "R/><table style='border: black 1px solid' border='0' bordercolor='000000' width='162' cellspacing='0' cellpadding='0' align='center' valign='top'><tr><td class='titlebg' height='25' valign='middle' align='center' onmouseover=\"return overlib('This is our Saybox. Even if you are not a registered member of this forum, you can still tell us what you think here!', CAPTION, 'Saybox', LEFT);\" onmouseout=\"nd();\"><img src='http://www.webpost.net/da/darkrage/saybox.gif'></td></tr><tr><td height='372px' align='center' valign='top' class='windowbg'><center><script type='text/javascript' src='http://www.saybox.co.uk/output.php?user=rageofthor'></scr" + "ipt></center></td></tr></table> <table align='center' valign='top' border='0' bordercolor='000000' style='border: black 1px solid' cellpadding='2' cellspacing='0' width='162'><tr><td class='titlebg' align='center' valign='middle' style='border-bottom: 1px #000000 solid' onmouseover=\"return overlib('Please support us by supporting these great sites!', CAPTION, 'Links', LEFT);\" onmouseout=\"nd();\"><img src='http://www.webpost.net/da/darkrage/links.gif'></td></tr><tr><td class='windowbg' align='center' valign='middle' id='choice1' style='background-color:\'272A2F\'; cursor:hand' onmouseover=\"movein(this,'GUL: Stratus')\" onmouseout=\"moveout(this)\"><a href='http://goldursaring.proboards20.com/index.cgi'>Gold Ursaring\'s Lair</a></td></tr><tr><td class='windowbg2' align='center' valign='middle' id='choice2' style='background-color:\'272A2F\'; cursor:hand' onmouseover=\"movein(this,'SSD: Solid when it comes to help!')\" onmouseout=\"moveout(this)\"><a href='http://ssdesigns.proboards17.com/index.cgi'>Solid Snake Designs</a></td></tr><tr><td class='windowbg' align='center' valign='middle' id='choice3' style='background-color:\'272A2F\'; cursor:hand' onmouseover=\"movein(this,'A Serious Forum for a Serious World.')\" onmouseout=\"moveout(this)\"><a href='http://nido.proboards30.com/index.cgi'>The Dragon Realm</a></td></tr><tr><td class='windowbg2' align='center' valign='middle' id='choice4' style='background-color:\'272A2F\'; cursor:hand' onmouseover=\"movein(this,'Awesome new message board - Very slick')\" onmouseout=\"moveout(this)\"><a href='http://zdesign.proboards3.com/index.cgi'>Zanmato Design</a></td></tr><tr><td class='windowbg2' align='center' valign='middle' id='choice5' style='background-color:\'272A2F\'; cursor:hand' onmouseover=\"movein(this,'Free Remotely Hosted Message Boards!')\" onmouseout=\"moveout(this)\"><a href='http://www.proboards.com'>Proboards</a></td></tr><tr><td class='windowbg' align='center' valign='middle' id='choice6' style='border-bottom: 1px #000000 solid; background-color:\'272A2F\'; cursor:hand' onmouseover=\"movein(this,'Free Remotely Hosted Shoutboxes!')\" onmouseout=\"moveout(this)\"><a href='http://saybox.co.uk'>Saybox</a></td></tr><tr style='border-top: 1px #000000 solid'><td align='center' valign='middle' class='windowbg2' height='40'><font id='boxdescription' face='Verdana, Tahoma, Arial, Serif' size='2' color='757A84'></font></td></tr></table><b" + "r><b" + "r></td></tr></table></td></tr></table>") }
if(location.href.indexOf("action=")==-1){ sidetablebottom() } else { if(location.href.indexOf("action=logout")!=-1 || location.href.indexOf("action=login2")!=-1){ sidetablebottom() }} </script> I hope this helps, Tau Online
|
|
|
Post by Rage of Thor on May 16, 2004 14:23:24 GMT
Actually, the script is necessary. It is the only way to get RPG Inferno to work. Inferno has a stupid error on the profile page if it is before my right side table, and if it is after the table, the profile appears WAY at the bottom of the screen, after all of my tables.
|
|
|
Post by Tau Online on May 16, 2004 14:48:23 GMT
Actually, the script is necessary. It is the only way to get RPG Inferno to work. Inferno has a stupid error on the profile page if it is before my right side table, and if it is after the table, the profile appears WAY at the bottom of the screen, after all of my tables. Oh right! Sorry then....
|
|
|
Post by Rage of Thor on May 16, 2004 18:56:41 GMT
The way I want it is for the script to only work on the main page, and this is the only way I can think of to get everything to work..... except right now, everything isn't working. So, you can see why I need help!
|
|