Add Download link to bottom center of Window

Page: 1

Author Post
Member
Registered: Oct 2013
Posts: 3
I want to add a download link to the bottom, center of my float box windows when an image pops up. When clicked, the browser will do its thing and download the image that is in view.

How can this be accomplished in Floatbox 6 ?

I've run through the options, and do not see this as an obvious option.

Any help would be appreciated.
Administrator
Registered: Aug 2008
Posts: 3382
The captions can contain HTML code and can be positioned bottom center with "captionPos:bc". You would likely have to move some of the other frame area content from the bottom to the top (or not show it at all) to free up the bottom center slot for the caption.

It would be your job to code the download link and Floatbox's job to display it in the caption field.

See the Captions section of the Instructions for guidance on how to use HTML code as a caption.
Member
Registered: Oct 2013
Posts: 3
Thanks ... read through it and seems I am an idiot ..

Documentation is great at bits and pieces, but not a complete picture.

I'll fiddle away, but it is not obvious to me how to do this at all.

Cheers

Page: 1