How can I:
1)Display links to form pages (Page 1, 2, 3, etc.) across the bottom of the form?
2) Replace "1,2,3,etc" with the actual names of the pages?
Thanks.
1)Display links to form pages (Page 1, 2, 3, etc.) across the bottom of the form?
2) Replace "1,2,3,etc" with the actual names of the pages?
Thanks.
Hi gemseeker,
The simplest way is probably just to use a Custom Element element in the Preview box with a series of links in it.
Bob
The simplest way is probably just to use a Custom Element element in the Preview box with a series of links in it.
Bob
This works for my situation, thanks. However, the list is currently Vertical. I've tried using <ul><li> with "display:inline" to get it Horizontal without success.
Any suggestions?
Thanks.
Any suggestions?
Thanks.
Problem Solved using <ul><li> with "display-inline". This works fine for my needs, however is there a way to write the code once and have it appear on each page vs. copying and pasting onto each page?
Thanks.
Thanks.
Hi gemseeker,
Usually CSS will do it, sometimes with the help of a little JavaScript to apply it in the right place.
Bob
Usually CSS will do it, sometimes with the help of a little JavaScript to apply it in the right place.
Bob
This topic is locked and no more replies can be posted.