I figure it might be easier to helpme if you can see my current template, the code i am trying to add into this template is this:
----
<table width="30%" cellspacing="0" cellpadding="2" align="left">
<tr><script src="alliancexml.php"></script>
</tr></table>
----
I've tried changing the table width from 10%-30% with no luck ..
here is my current template without the above code .. my goal is to call the alliancexml.php and have the results displayed in a table on the left hand side of every page ..
-----
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
Dragon Maw
</title>
<!-- Begin ParaChat Button-->
<form>
<input type="image" src="
http://freepop.parachat.com/images/pc_button_logo.gif" border="0" onClick="window.open('
http://freepop.parachat.com/freepop/freechathost.html?room=Dragon_Maw', 'parachat', 'width=600,height=490,location=no,menubar=no')" >
</form>
<!-- End ParaChat Button-->
<style type="text/css">
<!--
A:link {text-decoration: none; color: 800000;}
A:visited {text-decoration: none; color: 800000;}
A:hover {text-decoration: none; color: 000000; font-style: normal; text-decoration: underline}}
BODY {font-family: Verdana, Arial, helvetica;font-size: 10px}
.windowbg {background-color: FFFFE4;font-size: 12px; font-family: Verdana, Arial, helvetica;}
.windowbg2 {background-color: F5F3E4;font-size: 12px; font-family: Verdana, Arial, helvetica;}
.windowbg3 {background-color: FFFFFF;font-size: 12px; font-family: Verdana, Arial, helvetica;}
.titlebg {background-color: D5D1B3;}
.text1 {font-style: normal; font-weight: bold; font-size: 10px; color: 000000;}
.catbg {background-color: F5F3E4; color: 000000; font-weight: bold; font-size: 10px;}
.bordercolor {background-color: bordr;}
.quote {font-size: 11px; font-family: Arial; color: 000000; background-color: catbg;}
.code {font-size: 11px; font-family: Courier New; color: 000000; background-color: D5D1B3;}
TD {font-family: Verdana, Arial, helvetica; color: 000000}
input {background-color: FFFFFF; font-family: Verdana, Arial, helvetica; font-size: 10px; color: 000000;}
textarea {background-color: FFFFFF; font-family: Verdana, Arial, helvetica; font-size: 10px; color: 000000;}
select {background-color: FFFFFF; font-family: Verdana, Arial, helvetica; font-size: 10px; color: 000000;}
-->
</style>
</head>
<body text="000000" bgcolor="F5F3E4">
<!--#echo banner=""-->
<table width="90%" cellspacing="1" cellpadding="2" border="0" align="CENTER" bgcolor="800080">
<tr bgcolor="F5F3E4">
<td>
<table border="0" width="100%" cellpadding="1" cellspacing="0">
<tr>
<td valign="middle" align="LEFT">
<yabb title>
</td>
<td>
<font size="2" color="000000">
<yabb uname> <yabb im>
<BR><yabb time>
</font><BR><BR>
</td>
</tr>
</table>
</td>
</tr><tr align="center" valign="middle" bgcolor="FFFFE4" >
<td><font size="2">
<yabb menu>
</tr>
</table>
<table width="90%" cellspacing="0" cellpadding="2" align="center">
<yabb main>
</table>
</font></td>
</tr><tr>
<td align="CENTER" valign="BOTTOM">
<font face="Verdana, Arial, helvetica" size="2"><BR><BR>
<yabb copyright>.
<BR><BR>
</font>
</td>
</tr>
</table>
</body>
</html>