named anchor stops Floatbox

Page: 1

Author Post
optisonics
Guest
Named anchors such as <a name="anchor name"> which are used to mark locations on a page that are referenced from links on other pages or on the same page cause Floatbox to stop recognizing images located below this point on the page. I added a rel="nofloatbox" into the anchor code and still no luck. I am using the code to floatbox all images on the page. I have not tried it using grouped images. I need to have these anchors so what can be done?
Administrator
Registered: Aug 2008
Posts: 3382
The floatbox code is expecting to find an href attribute on all anchors. Add href="#" to those named ones and it should work fine. I'll fix the next version code so that it handles href-less anchors. Thanks for letting me know.
optisonics
Guest
I tried this and it works great. Thanks

Page: 1