Guest Management Styling: Difference between revisions

From Beds24 Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Guest Management]]
[[Category:Guest Management]]
[[Category:Invoice]]
[[Category:Invoice]]
<div class="heading">Styles for Invoices and Booking Templates</div>
This page is about the menu {{#fas:cog}} (SETTINGS)  GUEST MANAGEMENT > STYLING
''' CSS''': Here you can enter CSS (Cascading Style Sheet) commands to apply to your printable invoice and print template. These commands allow customisation of many aspects of the way the HTML page appears in a web browser and is printed. Your CSS commands will be included in the head section of the HTML invoice.


This page is about the menu SETTINGS->GUEST MANAGEMENT->STYLING
Disallowed characters for security reasons: &, <, > and "
''' CSS''': Here you can enter CSS (Cascading Style Sheet) commands to apply to your printable invoice and print template. These commands allow customisation of many aspects of the way the HTML page appears in a web browser and is printed.Your CSS commands will be included in the head section of the HTML invoice.


The following example CSS centers the invoice on the screen and changes many of the text sizes.
<br>To find examples of what can be done go to this document: [[Custom_CSS#Multiple_Booking_page|Custom CSS]].
 
body {text-align: center; font-size: 16px;} #invoicepropname{font-size: 24px;} #invoiceaddress{font-size: 18px; padding-bottom: 50px;} #invoicetable{margin-left:auto; margin-right:auto;} #invoiceprinttime{font-size: 12px;}

Latest revision as of 10:26, 28 November 2025

Styles for Invoices and Booking Templates
This page is about the menu  (SETTINGS)  GUEST MANAGEMENT > STYLING

CSS: Here you can enter CSS (Cascading Style Sheet) commands to apply to your printable invoice and print template. These commands allow customisation of many aspects of the way the HTML page appears in a web browser and is printed. Your CSS commands will be included in the head section of the HTML invoice.

Disallowed characters for security reasons: &, <, > and "


To find examples of what can be done go to this document: Custom CSS.