My light-box code looks like the one below I’m trying to make the the 2 words sentence “see website” to link to an external website but it rather messes up the whole thing.
<li><a href="images/huelarge.png" title="XHTML | Javascript | Jquery | Design | Logo | <a href="siterpie.com">See website"</a>/>
<a href="images/huelarge.png"><img src="images/huethumb.jpg" alt="" width="314" height="157" /></a></a></li>
<li>
The link to the website proper is this
Quote from your website
The problem is because you close twice inside a link.
Here’s the corrected code :