Developers: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
Markkinchin (talk | contribs) No edit summary |
||
| Line 131: | Line 131: | ||
|- | |- | ||
| hidedesc || yes, no || Do not show the description | | hidedesc || yes, no || Do not show the description | ||
'''External CSS file''' | |||
It is possible to make the booking page use a CSS file that you supply, you must host the CSS file on a secure web server (using https:). | |||
To do this you need to add the &cssfile parameter to the URL for the booking page, or for example the iframe SRC. | |||
You could do this to use different styling per page or site. | |||
For example if your css file is: | |||
https://yoursite/path/your.css | |||
Goto this site and encode it: | |||
http://meyerweb.com/eric/tools/dencoder/ | |||
Add the resulting parameter to the booking page URL like this: | |||
&cssfile=https%3A%2F%2Fyoursite%2Fpath%2Fyour.css | |||
Your CSS file will be included. | |||
Keywords: URL parameter, parameter, language, number of guests, web design, web designer, developer | Keywords: URL parameter, parameter, language, number of guests, web design, web designer, developer | ||