I have an HTML page with an iFrame. The source for the iFrame is on a different domain. I would like the contents of the iFrame to use a local CSS file i.e. the CSS for the contents of the iFrame would on the same server as my HTML page.
I have access to the source of the page the iFrame is referencing.
How do I do this?
Thanks!Put the full URL for the "local" external CSS file into the link href in the "remote" page.Put the full URL for the "local" external CSS file into the link href in the "remote" page.
Hmm... Good idea, but there will be multiple people accessing this page, all of whom will be using their own CSS...
I have access to the source of the page the iFrame is referencing.
How do I do this?
Thanks!Put the full URL for the "local" external CSS file into the link href in the "remote" page.Put the full URL for the "local" external CSS file into the link href in the "remote" page.
Hmm... Good idea, but there will be multiple people accessing this page, all of whom will be using their own CSS...