Browse By Tags

  • Editing Report Styles

    In this article I want to consider how report styles can be edited. Consider this report which lays its list out with grid lines. And this report which lays its list out without grid lines. The choice of whether the report should be displayed…
  • How to customize reports through CSS in PDF format

    Today I'm going to present a simple trick "How to customize reports through CSS in PDF format". But first of all, all files mentioned in this article have to be backed-up before editing. When run a report we can choose 3 modes: Screen (HTML) …
  • Sage CRM 2021 and Cascading Stylesheet Support

    Sage CRM only has a browser based interface. The system screens that a user see as they navigate around the product are rendered in HTML. HTML tags are used to define the structure and content of a document. They say "This is a header", "This is a paragraph…
  • styling fields

    hi dear community , how can I apply custom css properties to fields ?
  • Ergonomic Theme visited link color FIX

    The Ergonomic theme in 7.3 + is missing a css bit for changing the color of the visited links. This was immediately noticed by our users. To correct this you can insert this section of Css into the Ergonomic.css file found at //install dir/install name…
  • 7.3a - Merge Template - Page break not working

    Trying out the new merge to PDF functionality in 7.3 (and have patch A installed in TST). The page break is not working. I've tried before and after page breaks. Doesn't work to PDF or Word <div style="margin-left: -75px; page-break-before: always;…