Hello, I have an iframe set up on my site and I was wondering if I could reference a style sheet. If so, where would that code go?
Thanks,
Steve
Hello, I have an iframe set up on my site and I was wondering if I could reference a style sheet. If so, where would that code go?
Thanks,
Steve
Do you mean you’d like to upload a style sheet and link to it? You can only add .js files to the directory tree in public and backend, so you can either upload your file to some other cloud host and link to it in the head, or you can just paste the style sheet into the iframe, as there’s going to be a cross-site reference regardless.
Edit: Maybe you can upload the style sheet to your site’s Media files and copy the URL from there if that type of upload is supported…don’t know - I’ve never tried.