Widget Code Altering Footer
-
For some odd reason, widget code seems to be affecting the width of the footer – it changes from a fixed width to what seems a fluid width). I put a paypal link along with some options inside the html widget:
<center>Select your preferred currency and donation amount, then click the donate button.
<br><form method="post" target="_blank" action="https://www.paypal.com/cgi-bin/webscr">
<div>
<input type="hidden" value="_xclick" name="cmd">
<input type="hidden" value="evilseph@gmail.com" name="business">
<input type="hidden" value="" name="item_name">
<input type="hidden" value="1" name="no_note">
<input type="hidden" value="Bukkit Forums donation from lukegb" name="item_name">
<input type="hidden" value="0" name="tax">
<select name="currency_code">
<option value="USD">$ - USD</option>
<option value="CAD">$ - CAD</option>
<option value="GBP">£ - GBP</option>
<option value="EUR">€ - EUR</option>
<option value="JPY">Â¥ - JPY</option>
</select>
<input type="text" value="5" name="amount" size="5">
</div>
<br>
<fieldset>
<input type="image" alt="Pay via PayPal" title="Pay via PayPal" src="http://bukkit.org/styles/default/xenforo/gp/donations/btn_donateCC_LG.gif">
</fieldset>
</form>
</div>
</div>
</div></center>It only affects this page since I’m using a plugin that displays certain widgets on certain pages:
http://soicraft.net/information/donations/
Any help?
Admin
That code has far too many closing
</div>
s. Try deleting them one by one until the footer layout works properly again.Admin
I’m actually currently developing a mobile version of the theme, called Graphene Mobile. For sustainable development of the Graphene theme (which will always be free), I’m planning to offer the Graphene Mobile theme at a low price. However, active contributors to the Graphene theme (which includes active beta testers and translators), and those who have donated a certain minimum amount, will be given free access to the Graphene Mobile theme as a token of appreciation from me.
You must be logged in to reply to this topic.