Quote:
Originally Posted by Stavs16
do u know how to centre the icon? because it leans towards the right side, and i would like it in the centre (PAYPAL LINK).
|
Edit the template called billspp_buttoninsert
change
PHP Code:
<div align="right"><a href="billspaypal.php"><img src="$stylevar[imgdir_misc]/donate.gif" border="0" alt="Make payments with PayPal - it's fast, free and secure!" /></a></div>
to
PHP Code:
<div align="center"><a href="billspaypal.php"><img src="$stylevar[imgdir_misc]/donate.gif" border="0" alt="Make payments with PayPal - it's fast, free and secure!" /></a></div>
(I think that ought to do it, Im at work atm so I cant test it )