ckoslof & kuroi - respect and thanks for your help

ckoslof - I should have thought about looking at the address bar. The implementation works and interestingly I see you can get two variations by dropping the chapter ID

kuroi - I have see what you mean about the tags - I have seen the FAQ and tried implementing it but I am embarrased to say all attempts were abject failures.

What is frustrating is that I cant seem to find a solution by experiment

I took as my base code this

Quote Originally Posted by MacKinnon View Post
Yay,

I found out how to do this .... <a class="yourClassName" href="<?php echo zen_href_link(FILENAME_EZPAGES, 'id=nnn&chapter=mmm') ?>">Your link text in here</a>

It looks so simple now Thank you GrandmaJ
which seems to be a variation of the FAQ guide eg "zen_ez_pages_link" as opposed to the "zen_href_link" above. Also the use of the "FILENAME_EZPAGES" above.

I have tried implementing both variations without success. EG

Code:
<a href= <?php echo zen_href_link(FILENAME_EZPAGES, 'id=5&chapter=5') ?>"> Your link  text in here</a>

<a href= <php echo zen_ez_pages_link(ID=5, chapter=5, , , ); ?> Your link  text in here </a>
I suspect it is due to incorrect use of " and '.

Any observations would be welcome

Sorry to be so lengthy

Centec2b