copying paypal logo
-
copying paypal logo
Hi I am having problems copying a paypal logo onto my site.When copying html code I get a load of text not the paypal logo.Anybody got any ideas.
-
Hi welcome to D-A-L. Post your code here so we can see please.
-
also, what editor are you using?
are you copying it to the HTML section (some editors have design mode)
also, have you tried <img src="http://web_adress_of_image.html"> ??
do you want to link the image to a website?
if so try this:
<a href="http://website_you_are_linking_to.html" target="_blank"><img src="http://web_adress_of_image.html" </a>
the target="_blank" opens the page in a new window
-
first (this is easy) save the image as a .jpeg, .gif, etc.
Then just insert the image into your html document