ushtabalakh
Programmer
- Jun 4, 2007
- 132
Hi there,
I used to have a static website with bunch of html files in it, and now I have upgraded to a content management program.
The program that I'm using now, has its own set of styles in css files and in the page itself.
My html files also had their own set of styles defined in each individual html file.
I have entered the contents of those html files into my program, and now the styles of the content management program are preferred over the styles of my html files and that makes my pages look weird.
I'm looking for a tag or something that could tell the browser that it should ignore all the styles that are defined prior to a line, a tag that would look like <nostyle> </nostyle> and would let the elements inside the tag have their own independent set of styles regardless of what other styles defined out of the tag.
Does such magical tag exist? any ideas on how to avoid this problem?
The program is written in php so any related features of php language would also be useful.
Thanks
I used to have a static website with bunch of html files in it, and now I have upgraded to a content management program.
The program that I'm using now, has its own set of styles in css files and in the page itself.
My html files also had their own set of styles defined in each individual html file.
I have entered the contents of those html files into my program, and now the styles of the content management program are preferred over the styles of my html files and that makes my pages look weird.
I'm looking for a tag or something that could tell the browser that it should ignore all the styles that are defined prior to a line, a tag that would look like <nostyle> </nostyle> and would let the elements inside the tag have their own independent set of styles regardless of what other styles defined out of the tag.
Does such magical tag exist? any ideas on how to avoid this problem?
The program is written in php so any related features of php language would also be useful.
Thanks