Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2017
    Posts
    19

    Default How do you control printing from a Xara Website in detail? (print.css or @media print

    I have been trying to search for suggestions on how to use print.css or "@media print" in Xara Designer Pro+.

    In the online help, I find articles like https://helpandsupport.xara.com/xara...-designer.html which address the challenge. However, that answer is all related to the visible screen presentation - and then I totally agree that it is better to control this directly WYSIWIG-style in the application. But when it comes to printing a page, I do need to strip of a bunch of stuff - and in my case - change the font color as the screen font color is white

    I do see that the generated pages contain some traces of "@media print" in the emitted xr_main.css, like this:
    Code:
    @media print {
     .xr_mvpo {display:none;}
     #xr_xrii{overflow:visible !important; position: relative !important;}
    }
    The question is then, how to add my own stuff into that css-section.

    Any ideas out there?

    Bob

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,826

    Lightbulb Re: How do you control printing from a Xara Website in detail? (print.css or @media p

    Bob, in principle you would add additions of CSS into Web Properties > Website > HTML Code (head) as:
    <style>
    @media print {
    ...
    }
    </style>

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3
    Join Date
    Jan 2017
    Posts
    19

    Default Re: How do you control printing from a Xara Website in detail? (print.css or @media p

    Thanks @Acorn! Just what I needed!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •