Hi there,
I am wondering
how to use this css in a screen so it reflects the A4 landscape size?
@page {
size: A4 landscape;
}
thanks
the @page rule primary purpose is for print styling. If you need to display content on the screen in A4 landscape dimensions, you might want to consider using standard CSS for layout, such as setting the width and height properties for a container element. The @page rule will be more effective when printing the document