- Joined
- Jun 6, 2006
- Messages
- 10,661
- Reaction score
- 101
As you probably noticed, I've screwed up the forum. In my attempt to add a donate now button to the header, the logo is no longer left justified and the button that I want on the right is on the left and there is this screwy "href="index.php> thing above it.
Here is the code as it is now (wrong) for the header:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar
Here is the code as it is now (wrong) for the header:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar
">
</td>
</tr>
</table>
<!-- /logo -->
<td align="$stylevar
</td>
</tr>
</table>
<!-- /logo -->
<td align="$stylevar
">
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="Slippertalk Forum Fund">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="PP-DonationsBF">
<input type="hidden" name="amount" value="0.00">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<!-- content table -->
$spacer_open
$_phpinclude_output
-------------------------------
What is wrong with it and how do I fix this?
<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="Slippertalk Forum Fund">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="PP-DonationsBF">
<input type="hidden" name="amount" value="0.00">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"></form>
<!-- content table -->
$spacer_open
$_phpinclude_output
-------------------------------
What is wrong with it and how do I fix this?