Announcement

Collapse
No announcement yet.

Link to specific product from root

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

    #31
    Chris D.

    One for the AUG please...

    Comment


      #32
      Originally posted by drounding
      One for the AUG please...

      Instead of posting hacks in the AUG might it be better to develop the software for the future, ironing out the blips:

      At present it would seem that it only converts
      a string occurring after a valid tag that contains a dot followed by no more than four further characters

      i.e. a valid filename (Lee's suggestion of 'looking for .htm or .html' would need expanding to include any possible extension) thereby excluding the the use of an '#a(reference)' anchor


      The software should convert
      anything that comes after a valid opening tag and before the next closing tag

      For example, <A HREF="anything here"> - if the user makes a typo it's their own fault....

      OR, the first scenario needs amending to cover 'three or four characters after the dot but could be followed by '#' ignoring anything after the # and before the next >




      .
      Paul
      Flower-Stands.co.uk - the UK's largest online supplier of Fresh Flower Merchandising Stands

      Using V10.2 with Norman's brilliantly simple TABBER.

      Comment


        #33
        Were it so simple:

        <a id="lookslikeanimage.jpg" ....>
        <img alt="image.gif is an image filename" ...>
        <a href="mailto:me@mydomain.com">
        <a href="javascript:dothis('image.jpg')">
        <img src="generatedimage.php?x=200&y=300">
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X