|
Date: 5/11/2008 3:10 pm · Subject: Position of page navigation in articles · Rating: 0
I very much like to break long articles into several pages. However, I have not been able to find out how to position the page navigation bar. It always appears at the bottom left. I tried
<div style="text-align: right">
</div>
but since the closing tag is chopped off it does not work and, in addition, the next page is corrupted due to the single </div>.
Next, I wanted to modify the page break "macro" but could not find it. I assume it is not truly a macro but only a tag for the article wobject?
What I would like to do is embrace the html code for the navigation bar by
<span class="articlePageNavigation">...</span>
That way I can use CSS to position the bar. Does anyone have a clue where to make this change?
-- Trying to build a non-profit community portal for free-climbers around Magdeburg/Germany. Check out http://kletterfreunde-md.kashyyyk.de (under construction).
--- (Edited on 11.05.2008 22:10 [GMT+0200] by bernd) ---
|