<@URY0CJ734> you can <include> a css file if it's ...
# advancedpdf
m
@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
thanks for the heads up. Is it just like a normal include statement?
e
<link type="stylesheet" src="URL_TO_FILE" />
Make sure the &'s in your URL are replaced with "&"
d
@creece just shared this the ?url built-in that may be useful for escaping characters Thanks Chris!