Announcement

Collapse
No announcement yet.

Help with html link:)

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

    Help with html link:)

    Hi there
    Right I have limited knowledge of HTML, as im sure your about to find out.
    Basically I havejust signed up for 'skype'
    Id like to add it to my contact us page.

    For each different method of contacting us I have a new fragment page opened e.g email, phone, address.

    I want to add a new fragment page for skype, and add the html link image for them to be able to ring me, when I try putting the link into the html page it appears on all of the fragment pages!, this is the html link for the skype...

    <!--
    Skype 'Call me!' button
    http://www.skype.com/go/skypebuttons
    -->
    <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
    <a href="skype:helbentdesigns?call"><img src="http://download.skype.com/share/skypebuttons/buttons/call_green_transparent_70x23.png" style="border: none;" width="70" height="23" alt="Call me!" /></a>

    Do I need to add something to it or could you tell me how I access that individual page, I am clicking through from fragment page, edit.

    I hope you can help

    Helz
    xx

    #2
    you can add this to every page, if you'd like.

    find your site1 folder, and a file called act_primary.htm

    this is your main template. inserting this code into the page, will cause every page to contain this script.

    beware however, that its in html, and if your not very strong with such things, i suggest finding someone in the know to help you.

    breaking this page will break your site.

    Comment


      #3
      this will also work, for a fragment, i think

      !!<<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
      <a href="skype:helbentdesigns?call"><img src="http://download.skype.com/share/skypebuttons/buttons/call_green_transparent_70x23.png" style="border: none;" width="70" height="23" alt="Call me!" /></a>>!!

      the exclamation marks mean, 'this is html code'

      Comment

      Working...
      X