
Donna
Staff
/ Moderator

Jan 27, 2004, 10:08 AM
Post #2 of 3
(2854 views)
Shortcut
|
|
Re: [JamesW] Changing Page Break Nav Appearance
[In reply to]
|
Can't Post
|
|
Hi James! Good to hear from you. :) This would be modified in the pagebreak.js file itself. The easiest thing to do would just be to add a separate "class" into the <a href> tag. You can find this on line 88. Change this line to something like...
print( '<a class="page-nav" href="', urlinfo.url, '?page=', currpage); ...and you'll have it. :) I hope this helps! Let me know if you have any other questions. :) Donna -- support@interactivetools.com
|