Announcement

Collapse
No announcement yet.

Company Logo Link

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

    Company Logo Link

    I have followed these instructions...

    "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."

    ...to make my company image clickable. Now, the link works but I cannot get rid of the blue border around it. Can someone advise me where exactly I am supposed to put the border="0" in my coding?

    <img
    src="<actinic:variable name="CompanyLogoFileName" />"
    width="<actinic:variable name="CompanyLogoWidth" />"
    height="<actinic:variable name="CompanyLogoHeight" />"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage" />

    Thanks for the help

    #2
    <img border="0"
    src="<actinic:variable name="CompanyLogoFileName" />"
    width="<actinic:variable name="CompanyLogoWidth" />"
    height="<actinic:variable name="CompanyLogoHeight" />"
    alt="<actinic:variable name="StoreName" />"
    class="logoimage" />
    Tracey

    Comment


      #3
      You star Tracey!

      Thanks everso

      xx

      Comment


        #4
        Originally posted by absolute-audio
        xx
        Watch it! You'll get some people jealous around here with that.

        Comment


          #5
          Originally posted by drounding
          Watch it! You'll get some people jealous around here with that.
          They can dish them out to The Good Lady as much as they like Dunc after all, she does deserve some sometimes. *whistles*


          But The Goat Club are monitoring who she gives them back to.


          Erm, apparently.
          Football Heaven

          For all kinds of football souvenirs and memorabilia.

          Comment

          Working...
          X