1 replies
  • WEB DESIGN
  • |
Hi All,

A very happy and prosperous new year to all!


I am building a site with the above theme and want to link a clickable image in the footer to my aweber opt-in box which is in the "top feature" section on the same page.

HTML is not my native tounge! I guess i am asking, 1/ Is this possible and 2/ How?!

Your help would be greatly appreciated.

Regards,

Ronnie
#flexibility #theme
  • Profile picture of the author mrmagos
    OK, let me see if I understand what you want to do: you want to have an image on the bottom of the page (in the footer area), that when you click on it, it will send you back to the top of the page, where your opt-in form is located, correct?

    If this is the case, you can accomplish this with the anchor and image tags. Above your opt-in form, add the following:
    HTML Code:
    <a name="optin">
    Down in the footer, where you want the image to be, add the following:
    HTML Code:
    <a href="#optin"><img src="http://path/to/image.png"></a>
    {{ DiscussionBoard.errors[3115285].message }}

Trending Topics