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> Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.