I 've put a Paypal logo on my site but I don't like the size of it; It's too big. I thought trimming it down would be easy.
The code is:
but altering the 'width' and 'height' makes no difference. Anyone know why this is?
(I have done a search on 'Paypal Logo Elephantiasis' and there wasn't a single hit)
The code is:
PHP Code:
<!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
<tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_GB/i/bnr/vertical_solution_PP.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->
(I have done a search on 'Paypal Logo Elephantiasis' and there wasn't a single hit)
Comment