How do I make a table that is unedited by the code of another site? im working on a proxy, and the menu, seems to be disturbed by the code of some random sites, code call, myspace, etc.
Go to
Welcome
and go to google.com, look at the menu, (menu is whats on top, its a firefox lookalike, it opens in a modeless window if you go to
test), after you see how it should look, go to myspace.com, in the same window using the proxy, see how it makes it all bold? How do I stop that, here is my code now.
PHP Code:
#myTable {
width: 100%;
height: 100%;
margin-top: 0; margin-left: 0; margin-right: 0; margin-bottom: 0;
font-family: Geneva, Arial, Helvetica, sans-serif !important ;
font-size: 12px !important ;
}
PHP Code:
<table id="myTable" style="width:100%; height:100%; position:absolute; top:0px; left:0px; right:0px; bottom:0px;">
Data
</table>