4
I'm going to start with the theme.html file first and I'll look into the .css file second. I'm not sure I follow which line to edit, sooooo I'm begging mercy here. I've copied the "start of header" section below and I'm hoping you can tell me which line to change.
<! -------------------------Start of Header ------------------------->
<div align="center"><center>
<table border="0" width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="205" height="16" nowrap="nowrap"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>home.jpg" width="41" height="16" alt="Home" ></a><a href="<{$xoops_url}>/modules/newbb"><img src="<{$xoops_imageurl}>forum.jpg" width="41" height="16"alt="Forums" ></a><a href="<{$xoops_url}>/register.php"><img src="<{$xoops_imageurl}>join.jpg" width="41" height="16" alt="Join"></a><a href="<{$xoops_url}>/modules/mydownloads/"><img src="<{$xoops_imageurl}>file.jpg" width="41" height="16"alt="Downloads"></a><a href="<{$xoops_url}>/modules/xoopsfaq/"><img src="<{$xoops_imageurl}>about.jpg" width="41" height="16"alt="About" ></a></td>
<td width="347"><img src="<{$xoops_imageurl}>butto2.jpg" width="347" height="16"></td>
<td width="340%" align="left"><img src="<{$xoops_imageurl}>button3.jpg" width="347" height="16"></td>
</tr>
</table>
</center></div><div align="center"><center>
<table border="0" width="900" cellspacing="0" cellpadding="0">
<tr>
<td width="530" height="80"><img src="<{$xoops_imageurl}>pagelogo.jpg" width="530" height="80"></td>
<td width="370" height="80" background="<{$xoops_imageurl}>pagebg.jpg" valign="middle" align="center"><br><form style="margin-top: 0px;" action="<{$xoops_url}>/user.php" method="post"><{$block.lang_username}><input type="text" name="uname" size="12" value="<{$block.unamevalue}>" style="font-family: Tahoma; font-size: 11pt; background-color: rgb(18,140,55); color: rgb(0,0,0); border: 1px solid rgb(0,0,0)" /><{$block.lang_password}><input type="password" name="pass" size="12" style="font-family: Tahoma; font-size: 11pt; background-color: rgb(18,140,55); color: rgb(0,0,0); border: 1px solid rgb(0,0,0)" /><input type="hidden" name="op" value="login" /><input type="submit" value="Login" style="font-family: Tahoma; background-color: rgb(6,84,36); color: rgb(0,0,0); border: 1px groove rgb(0,0,0)"/><br> <center><font face="Tahoma" size="2">Username / Password </center>
</form></td>
</tr>
</table>
</center></div><div align="center"><center>
<! ------------------------- Start Edit for custom placed banner ------------------------->
I've got some idea as what to change but I dont want to risk my website being screwed up so I would really appreciate your help, or should I say literally holding my hand thru this. I want to change the line that reads
table border="0" width="900" cellspacing="0" cellpadding="0">
But I'm not sure this is it.
Thanks again.