Announcement

Collapse
No announcement yet.

Making Company logo a link to homepage (but without link features)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Making Company logo a link to homepage (but without link features)

    Hi guys,

    I'm sure I am being dumb here - but can someone please tell me how to make my company logo a link to my home page without having a blue or purple border appear around the outside of the logo.

    I know this is being caused by it being a link and the colours are specifying whether it has been prevoiusly selected or not - and have tried adding a new class to the css file and using that for the logo - but to no avail.

    I've just spent the last hour and a half fiddling with this and have lost the will to play with it any more! Someone please help me before I go mad!

    (I'm thinking there must be a CSS style assigned to it already that I can't override..?)

    Thanks,

    Greg.

    #2
    Add border="0" to the link tag.

    Comment


      #3
      Thanks Duncan.

      Still not working though - argggh!

      Do you mean add this to the "a:link", "a:visited" etc parts of the CSS file or do you mean in the HTML side?

      Sorry Iknow I'm probably just doing something really stupid - annoyingly, the site is still local and not hosted yet so can't point you to the page.

      Thanks,

      Greg.

      Comment


        #4
        Add border="0" to the link tag.
        Hi Duncan - I think you mean the 'img' tag

        Greg

        Simply switch to the 'Design' tab and click on the company logo in the design. Add border="0" into the <img> tag shown in the layout code window at the bottom of the Design tab.

        To add in your <a> links, click the 'Navigate to parent layout button' (yellow spiral with up arrow at the bottom left of the layout code editor) and you should see a pink 'layout selector' called 'CompanyLogoImage'. This is the thing that inserts the company logo into the design. Add your <a> tags around this layout selector.

        Comment


          #5
          Chris,

          Spot on - thank you!

          I knew it would be something simple - think I have burnt my eyes and brain out too much.

          Thanks again.

          Comment

          Working...
          X