How to make a clicka ble image
Posted: Tue Mar 15, 2011 8:20 pm
Please help me make the following image clickable. It is currently not clickable. Please advise any change to the php code to make it clickable. Thank you very much.
Code: Select all
<?php
$image = "http://blog.tonerboss.com/wp-content/uploads/2011/03/TB-Banner-600by174banner.jpg";
Echo "<img src=".$image." Style=width:575px;height:230px;>" ?>