Results 1 to 3 of 3

Thread: Html script inside a table
      
   

  1. #1
    ophir atar is offline Master Sergeant
    Join Date
    Jul 2009
    Posts
    69

    Default Html script inside a table

    Hi,

    I have a page that ofer download PDF files.
    I track statistics with statcounter.

    They told me to put an html script as a link.
    This way they will be able to track it.

    Example with one of my files:
    <a href="http://www.icanpiano.net/standard/Bach_Invention1-231.pdf">standard</a>

    It is working but...
    How do i get the html into a table.
    I do have many downloads and the links are insde a table.

    Thanks
    Ophir

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Html script inside a table

    Right click on the table cell & select cell HTML, place your link/code in the inside tab area & press OK. You might have to leave off the last chevron of the link so it looks like this. <a href="http://www.icanpiano.net/standard/Bach_Invention1-231.pdf">standard</a

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Html script inside a table

    You don't need to put that code in a table, unless you need to do this for your own purposes.

    In that case not only you need to leave off the last chevron, BUT you need to add one at the start, (or, simply said, move it to the start):

    ><a href="http://www.icanpiano.net/standard/Bach_Invention1-231.pdf">standard</a


    The code must go in the Inside Cell tag of the cell HTML
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49