Where abouts would i put the styling in this php script?
I want to take off the border around the linked image, but where abouts would i put the border="0" in this code>?
PHP Code:
//Outputs the image and other data Echo "<a href=images/".$info['photo'] ."><img src=images/thumbs/".$info['photo'] ."> <br>";
|