Show incorrect html on page that doesn't influence the rest of the page

erinandpez

New Member
I have got some detail content pages on my site where I don't have the complete control over the html content that is displayed in a certain div. Now when the content of the external resource contains invalid html, like having no ending my navigation in the right-bar is also italic. I don't want to use iframes, like ebay, and there is probably other ways to fix this. Hope on an answer.\[code\]<html><body><div id="page"><div id="content">[content of external resource]</div><div id="right-bar">[My navigation]</div></div></body></html>\[/code\]A simplified structure of my page is above.
 
Top