Hi guys,
I need your help.
I created a snapshot of a website, but upto now it is just an image. How do I get that it becomes a link?? I am getting devasted. Please help.
Thanks very much in advance.
This is actually an HTML question rather than a PHP one since tat the HTML is being echoed from PHP is not relevant.
To convert an image into an image link in HTML you simply wrap the <img> tag inside <a></a> with the href attribute of the <a> tag identifying where the image links to.