Results 1 to 9 of 9

Thread: Linking PDFs to Albums via Theme?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    The forum replaces ": p" with a smiley icon, so in the below code, replace the icon with : p (no space between : and p).

    Replace
    <a href='<daxath/>'>View Files</a>
    and
    <a href='<daxath/>\Notes.pdf'><dax:condition/></a>

    with
    <a href="<daxath/>">View Files</a>
    and
    <a href="<daxath/>\Notes.pdf"><dax:condition/></a>

    and it will work with paths that include an apostrophe. Not sure why.
    Last edited by Charles_Litton; 05-27-2014 at 03:05 AM.

  2. #2
    Join Date
    Oct 2006
    Location
    Posts
    304

    Default

    Thanks, Charles. That works.

Posting Permissions

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