View Single Post
  #1 (permalink)  
Old 05-14-2008, 01:10 AM
phpforfun's Avatar   
phpforfun phpforfun is offline
Programming God
 
Join Date: Feb 2008
Posts: 741
Last Blog:
Programming "Just a ...
Rep Power: 8
phpforfun will become famous soon enoughphpforfun will become famous soon enough
Default My code being defaced by another site

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 {
    
width100%;
    
height100%;
    
margin-top0margin-left0margin-right0margin-bottom0;
    
font-familyGenevaArialHelveticasans-serif !important ;
    
font-size12px !important ;

PHP Code:
<table id="myTable" style="width:100%; height:100%; position:absolute; top:0px; left:0px; right:0px; bottom:0px;">
Data
</table
__________________
Free Proxy || Reliable Hosting
Reply With Quote

Sponsored Links