@Rick Goodrow you can include a css file if it's public (e.g. in file cabinet available without login) via url, or I think using internal id of the file it may even work if it's private
r
Rick Goodrow
03/05/2021, 5:45 AM
thanks for the heads up. Is it just like a normal include statement?
e
ericbirdsall
03/05/2021, 6:45 PM
<link type="stylesheet" src="URL_TO_FILE" />
Make sure the &'s in your URL are replaced with "&"
d
David B
03/08/2021, 8:53 PM
@creece just shared this the ?url built-in that may be useful for escaping characters
Thanks Chris!