Announcement

Collapse
No announcement yet.

Adding Images

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

    Adding Images

    Hi

    I wish to add some images to these pages underneath the Items and Value box, could someone tell me what I need to edit please?

    Many thanks
    Alex

    #2
    Open act_primary.html and look for a bit that says:

    <script language="JavaScript">
    document.write("Items&#58;&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
    document.write("Value&#58;&nbsp;" + getCartItem(1));
    </script>

    add a few <br> tags after this to leave some space then add the images there. i.e.

    <img source=imagename.gif alt="text for this image">
    <br><br>

    Adjust the number of <br> tags to space as you'd like.

    Mike
    -----------------------------------------

    First Tackle - Fly Fishing and Game Angling

    -----------------------------------------

    Comment


      #3
      Originally posted by olderscot
      <img source=imagename.gif alt="text for this image">
      That should be:

      <img src="imagename.gif" alt="text for this image">

      if you also add title="text for this image" into the above the image text will also appear in Firefox, Netscape etc


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        All sorted, many thanks!

        Alex

        Comment

        Working...
        X