my css for w3schools
|
|
hi smk, didnt install your script, but this css seems to work nicely for me., maybe you could use it:
/* CENTERING hack */
.topnav,
table[style="background-color: rgb(128, 128, 128);"],
table[style="background: transparent url(http://www.w3schools.com/images/logo_back.jpg) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"],
TABLE[style="margin-left: 1px;"]
{
width:1000px !important;
margin-left:auto !important;
margin-right:auto !important;
}
/* Adblocking stuff */
td[align="center"],
iframe:not([src^="tryit_view.asp"])
{
display:none!important;
}
|
|
|
it works well
though css is faster, i'll try to use it |