Click to See Complete Forum and Search --> : help needed!


parev
04-08-2007, 09:22 PM
Hi,
How can I make a code for my images,that someone can copy and paste to another page or their website and the image will appear there,I am working for some picture-art groups in a site so I want to make a logo and to give its code that other members can copy and paste it when they they write comments to each other.
thanks
Shakeh

KDLA
04-09-2007, 08:52 AM
You can provide a link to the original on your website:
<a href="http://www.yourdomain.com"><img src="http://www.yourdomain.com/images/logo.gif" alt="Your Domain's Website Name" /></a>
You'll need to fill the addresses with your website's address and/or logo information. They will need to cut and paste this code into their webpage's coding.

KDLA

parev
04-09-2007, 09:22 AM
Thanks so much KDLA,im going to try this Know!!