Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
Changing Page Break Nav Appearance

 

 


JamesW
User

Jan 27, 2004, 8:40 AM

Post #1 of 3 (2856 views)
Shortcut
Changing Page Break Nav Appearance Can't Post

I added the page break addon to one of our templates, works fine :-) I was just wondering how to alter the <<1|2>> etc. I am not looking to really alter what it put up just the way it looks. I see at the moment it is just picking up the css class for the contents, but I really want to give it a smaller bold font for the page nav.

Can anyone point to where I would edit to change this?

Thanks

James


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...


Code
  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


JamesW
User

Jan 27, 2004, 12:36 PM

Post #3 of 3 (2851 views)
Shortcut
Re: [Donna] Changing Page Break Nav Appearance [In reply to] Can't Post

Thanks Donna, that worked fine.

Cheers

James