Forum How do I...?

Different header/footer content for odd and even pages

AndyBlack
Hello,

How does one get different header or footer content for odd versus even pages?

For example, we'd like the header of an even page to have the first tagged item on the page on the left (outside) and the page number on the right (inside). The header for an odd page would have the page number on the left (inside) and the last tagged item on the page on the right (outside). (This is for a dictionary.)

Thanks,

--Andy
mikeday
Use @page:left { ... } and @page:right { ... }.
AndyBlack
Thanks! That works great.

--Andy