View Full Version : Extended Network


myk489
09-04-2005, 04:03 AM
How do you change that Extended Newtwork box and replace it with an image inside?? I only found codes for removing it along with your blog entries but i don't want to do that. I just want to insert an image into the extended network box

Arabiankidd
09-05-2005, 04:00 AM
Well to what I see it is possible to do so but the thing is you might have to replace the image with the exact size of the border is to what im guessing but maybe not it is possible to remove the border in the extended network area but don't know the code for it but here is the code for adding the image

<style type="text/css">

/* .blacktext12 = Controls the text in your extended network area visibility is away to hide the text */

.blacktext12 {
background-image: url(http:// enter the url of the website thats hosting your image);
visibility: hidden }

/* body, table, td can remove all the borders you have on your page and can also color your background page, and plenty others */

body, table, td {
border-style: none }

</style>

URL = The website hosting your image for example imageshack has free image hosting after you upload the image at imageshack or any other place get the link for it and paste it into the background-image code where the symbol ( paste right into there make sure it is a direct link to the image

Arabiankidd
09-05-2005, 04:08 AM
Hopefully you read this message above my other one I made a mistake you can't add an image while using the .blacktext12 code my bad but there is away to do it i've seen other people but has to do with div overlays and css im guessing sorry

myk489
09-11-2005, 03:51 AM
Its ok, thanks for trying at least.... does anyone know how to do this?