link issue

Page: 1

Author Post
nycpicasso
Guest
After adding fb to my clients page for some reason I now have a link on my footer text that is not suppose to be there. Any ideas on how this can happen? Here is the link to the site http://www.previti-artinfurniture.com/gallery.html and this is the portion of text that now is a link to image 14, ?2008 Previti - Art In Furniture copyright all rights reserved. | Designed by

Thanks
Administrator
Registered: Aug 2008
Posts: 3382
None of your furniture gallery anchors have closing tags, so all bets are off as to how browsers will handle them. For example:
<div class="thumbnail"><a href="gallery/image-2.jpg" rel="floatbox.pix" title="Image 2"><img src="gallery/image-2-thmb.jpg" border="0"alt="" width="74" height="54"><br></div>

Close all these anchors with </a> before closing the containing div and I'm sure all will be fine.
nycpicasso
Guest
That was it, thank you very much!

Page: 1