justAnoob Posted June 15, 2009 Share Posted June 15, 2009 I can't seem to get this right. I'm pretty sure everything is ok, except the quotes. Is there an easier to form this line? <a href="<img src='images/001dragonfly.jpg' onClick="window.open('<img src="images/001dragonfly.jpg", width=700); return false'> <img src="images/001dragonfly.jpg" alt="001dragonfly" width="100" height="132" border="3" class="simpleborder" /></a> Link to comment https://forums.phpfreaks.com/topic/162294-solved-could-someone-help-me-out-with-these-quotes/ Share on other sites More sharing options...
haku Posted June 16, 2009 Share Posted June 16, 2009 You can't use HTML in the href of a link like that. You have to put the img tag between the <a> and </a> tags. Link to comment https://forums.phpfreaks.com/topic/162294-solved-could-someone-help-me-out-with-these-quotes/#findComment-856725 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.