Back To The Top

Back To The Top 1.0.3b

No permission to download
Hope you can help me with this, it was what i had on my vb site. Can you tell me how to get this image centered in the box instead of text?

Screen Shot 2013-10-02 at 9.54.47 PM.webp

Aiga_escalator_up.gif
 
Hope you can help me with this, it was what i had on my vb site. Can you tell me how to get this image centered in the box instead of text?

View attachment 58003

View attachment 58004
OK, so to use the GIF you attached, in the back_to_top template, change:
Code:
<a href="#top" id="top-link">{$xenOptions.back_to_top_text}</a>
to
Code:
<a href="#top" id="top-link"><img src="YOURLOCATION/Aiga_escalator_up.gif"></a>
Obviously change YOURLOCATION to the link to the file on your server

image.webp
 
I'll update the resource again tomorrow, as I can use xen:raw with the option and that will allow you to put the HTML for the IMG into the option form, rather than having to edit the template.
Code:
<a href="#top" id="top-link">{xen:raw $xenOptions.back_to_top_text}</a>
 
I'll update the resource again tomorrow, as I can use xen:raw with the option and that will allow you to put the HTML for the IMG into the option form, rather than having to edit the template.
Code:
<a href="#top" id="top-link">{xen:raw $xenOptions.back_to_top_text}</a>
Ok - thank you - appreciate it!
 
I am adjusting the size with the padding in the css. Is that the proper way to size this? I actually want it like, 65x65px

Screen Shot 2013-10-03 at 5.37.46 AM.webp
 
How about those little side arrows you sometimes see on websites on the left and right sides that will go to the next page/thread/post? It's like a hover link that allows you to navigate forward or back. Seems like a good idea which is similar to this one. Same concept.
 
Top Bottom