We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you had an external CSS for this app-package where would you place it?
I've tried the following without success
www
tags$link(rel = "stylesheet", type = "text/css", href = "custom.css")
tags$link(rel = "stylesheet", type = "text/css", href = "www/custom.css")
inst/www
This book you recommended suggests using golem https://engineering-shiny.org/css.html#including-external-files
The text was updated successfully, but these errors were encountered:
Similar to Federico, I have images in a folder named www and a CSS file in a folder named styling. What's the solution?
Sorry, something went wrong.
No branches or pull requests
If you had an external CSS for this app-package where would you place it?
I've tried the following without success
www
folder +tags$link(rel = "stylesheet", type = "text/css", href = "custom.css")
www
folder +tags$link(rel = "stylesheet", type = "text/css", href = "www/custom.css")
inst/www
folder +tags$link(rel = "stylesheet", type = "text/css", href = "custom.css")
inst/www
folder +tags$link(rel = "stylesheet", type = "text/css", href = "www/custom.css")
This book you recommended suggests using golem
https://engineering-shiny.org/css.html#including-external-files
The text was updated successfully, but these errors were encountered: