Html script inside a table

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ophir atar
    Master Sergeant

    • Jul 2009
    • 69

    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
  • Collectors-info
    General

    • Feb 2006
    • 8703

    #2
    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
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment

    • navaldesign
      General & Forum Moderator

      • Oct 2005
      • 12080

      #3
      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!

      Comment

      Working...
      X