I there, I am trying to create a link to open in a new browser window with specific sizes, below is my code!
<a href="view_topic2.php?id=<? echo $rows['id']; ?>"><? echo "<img height='97' width='100' Alt='Click to view more info' src=http://localhost/images/".$info['pic']."><br>"; ?></a>
It links from a picture path that is called from a database and the link works but I want it opening in a new browser!
Liz