Can someone turn this code into a http://www. web link please <a href="http://emails4less.com/"><img src="http://img96.imageshack.us/img96/742/yahoopro.jpg" alt="Emails4Less.com"></img></a> so i can place my banner ads at some sites
<a href="http://www.emails4less.com/"><img src="http://img96.imageshack.us/img96/742/yahoopro.jpg" alt="Emails4Less.com"></img></a>
What do you mean by turn this code into web link? otherwise whatever code you have, just need to insert into the html file for webpage to show up your banner / ad.
he doesn't use wrong image code at all, you just added couple of not-so-significant attributes what is wrong is his attitude...
you need to do something like $url = "<a href='http://www.emails4less.com/'><img src='http://img96.imageshack.us/img96/742/yahoopro.jpg' alt='Emails4Less.com'></img></a> "; $short = substr($url, 0, 7); if($short = 'http://'){ $prior = substr($url, 7); $url = "http://www.".$prior; } if($short = 'https:/'){ $prior = substr($url, 8); $url = "https://www.".$prior; } echo "$url";