I wanted to know if I can lock CSS to a specific location.
See the following:
I have created a system where each user will define his own Header
and Footer
(consequently his own css). However I would like that when reading the CSSs my client's file would have no effect on mine. Example, If it copies some HTML element and you want to change, it could not.
I know this is possible, because in Wordpress you can do it. But I do not know how to do this.
Note: I have tried to use iframe
, but it is not feasible, because our system is responsive, I can not make iframe
track the size of header
or footer
which decreases every time you give resize
to the screen.
Thank you