Forum How do I...?

How to ignore the first page for side tab placement

dillibabu
Hi,

I am new to this prince XML. I have placed the chapter numbers on tabs on the side of right pages based on the Dictionary prince XML sample file. I want to remove the side tab placement for the first chapter opener page. Anyone please help me.

csant
Check the user guide for "Selecting pages" and for "Named pages", they offer what you are looking for!
newgen
We tried but we can't remove the side tab placement. Please help me
  1. 1side_tab-placement.PNG36.4 kB
dauwhe
To remove the side tab from the first page of the "A" chapter, I made a very few tweaks to the existing CSS:

@page chapter1:first {             
  @right-top {content: normal; }
}

.chapter:nth-child(8n+1) { page: chapter1; prince-page-group: start; }


newgen
Hi Dauwhe,

Thank you so much. It's worked well.

Regards,
Newgen