css file not recognizing outputclass
Posted: Fri Aug 04, 2023 7:11 pm
I am trying to remove my footer on just my cover page. it isn't a traditional cover page, it is just a .dita file (cover.dita)
i have attached a picture of the cover.dita page and the pdf output is ignoring this:
and still putting the footer on this page.
this is frustrating because it did work once but i can't find the version of the css where it worked.
All other options are working on the output so I have linked the correct file
here is the entire CSS
i have attached a picture of the cover.dita page and the pdf output is ignoring this:
Code: Select all
@page cover-page{
@bottom-left {
content: "";
}
}
this is frustrating because it did work once but i can't find the version of the css where it worked.
All other options are working on the output so I have linked the correct file
here is the entire CSS
Code: Select all
@page cover-page{
@bottom-left {
content: "";
}
}