I'm a bit confused. I right clicked and chose Inspect element and I see what you are talking about with the anchor being duplicated. However, my actual code looks like this.
<td>
<a class="portfolio_layout" rel="websites" href="PortfolioImages/DDH.jpg" title="Dan's Duck Hunts Website Image">
<div class="boxgrid caption">
<img src="PortfolioImages/thumbnails/ddh.jpg" width="150" height="150" alt="Dan's Duck Hunts website image" /></a>
<div class="cover boxcaption">
</div><!--cover boxcaption-->
</div><!--boxgrid caption-->
</td>
I don't understand where the second anchor is coming from. When I remove the rel="websites" from the a link on the first line above, then the image just opens in a new browser window.
Can you help me understand what's going on here?
Deborah Bulling
DebsWebs LLC