How can I position my 'return to homepage' logo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • balancedview
    Blueparker
    • Sep 2011
    • 96

    #1

    How can I position my 'return to homepage' logo

    Hi,

    I'm trying to have a clickable logo to return to my homepage from any page. I used the advice from an old post on the forum to place html into the
    Header Content (optional) box in the template editor. This was the code I used:

    <img alt="internetspecs.co.uk - discount prescription glasses with free 1.6 lenses" src="/user/templates/clean-blue[1]/internetspecs-logo.gif" />

    The problem I have is that I don't know how to position it. My logo was placed along the navigation bar. I want it to be higher up on the header (ideally in the position my (unclickable) logo is now - internetspecs.co.uk

    Thanks for reading,

    Regards,

    Iain
    Iain
    http://www.internetspecs.co.uk
  • Dave
    Senior Blueparker
    • Dec 2007
    • 3981

    #2
    The above code will not make the logo clickable anyway because there is no link back to the homepage

    Its needs to be something like

    <a href="/index.html"> <IMG STYLE="position:absolute; TOP:14px; LEFT:10px" src="/user/templates/clean-blue[1]/internetspecs-logo.gif" alt="internetspecs.co.uk - discount prescription glasses with free 1.6 lenses"></a>

    The 14px & 10px is just padding and it really depends on your image so you will need to play around with these to suit.
    Regards,

    Dave

    Comment

    • balancedview
      Blueparker
      • Sep 2011
      • 96

      #3
      Thanks again Dave!

      Have a great day,

      Iain
      Iain
      http://www.internetspecs.co.uk

      Comment

      • Dave
        Senior Blueparker
        • Dec 2007
        • 3981

        #4
        No problem, let us know if you need any further help.
        Regards,

        Dave

        Comment

        Working...