my HTML page contains a div with an id called "main", and i am including another HTML page in to my HTML page, which contains a div with the same id("main"). i need to append a name space to the id("main") of my HTML page.
I am including header,footer from another site and including content from my site to that HTML page. If that other sites uses the same id as my site is using, here the conflict is occurring.
In this HTML page two css files are including. If both of them containing same class with a different style here there is a problem.
I need to apply my css file to my code and another one to remaining code. can any body solve my problem?