Hello,
My website is now in HTML 5, using the new HTML 5 tags like <header>, <footer> or <article>.
In my print CSS, I have
header { display: none; }
and this works perfectly (except a warning message: prince: http://xxxx:45: error: Tag header invalid)
However, this does not work with the HTML 5 <menu> tag.
I have:
<menu id="actionbuttons">
Using:
menu { display: none; }
or
#actionbuttons { display: none; }
the menu content gets printed.
Can this be fixed?
Best regards,
Marc-Etienne Vargenau
My website is now in HTML 5, using the new HTML 5 tags like <header>, <footer> or <article>.
In my print CSS, I have
header { display: none; }
and this works perfectly (except a warning message: prince: http://xxxx:45: error: Tag header invalid)
However, this does not work with the HTML 5 <menu> tag.
I have:
<menu id="actionbuttons">
Using:
menu { display: none; }
or
#actionbuttons { display: none; }
the menu content gets printed.
Can this be fixed?
Best regards,
Marc-Etienne Vargenau