View Full Version : Extended network??


Panda_88
01-17-2006, 03:26 AM
hey does anyone know how to either block my extended network box or put my own words or pic in it??

ReztriKted
01-17-2006, 01:28 PM
To put your own picture in:

<style type="text/css">
table tale table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("YOUR PICTURE URL");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:210px; display:block !important; }
span.blacktext12 img {display:none;}
</style>

Remember to change the height and width that are in red to the size of your image.

To remove the extended network: -Works in Mozilla not sure about IE-

<style type="text/css">
.blacktext12 {visibility:hidden; display:none;}
table table table[height="75"]{visibility:hidden; display:none;}
</style>

Lissa
01-17-2006, 05:31 PM
To remove the extended network: -Works in Mozilla not sure about IE-

In Mozilla, the box completely disappears, however in IE the box shows up, just with nothing inside. Your best bet is to just put an image inside the box, like the first code Rez posted :)