Announcement

Collapse
No announcement yet.

HTML help -- image link

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

    HTML help -- image link

    I have this in the main page as opposed to a NavigationBar,

    Code:
    <img src="images/home_button.gif" width="175" height="43" alt=""><a href="HomePageURL" target="_self"></a>
    Why won't this work!?! Am I missing something out?
    Simon Williams
    Actinic Designer v.8.5.2.0.0.0.HMVA


    #2
    Its ok guys ..... Duhhhhh!

    <a href="<actinic:variable name="HomePageURL" />" target="_self"><img src="images/home_button.gif" width="175" height="43" alt=""></a>
    Simon Williams
    Actinic Designer v.8.5.2.0.0.0.HMVA

    Comment


      #3
      Would be worth adding the alt text in there rather than leaving null .. either hard code or use the variable name


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X