Extended Network Banner |
![]() ![]() |
Extended Network Banner |
Nov 8 2006, 05:41 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
I want to remove the text in the extended network and put an image that's 300 pixels wide x 72 pixels high.
This Banner Help, please! |
|
|
|
| *WHIMSICAL 0NE* |
Nov 8 2006, 06:23 PM
Post
#2
|
|
Guest |
Check the scripts first:
http://www.createblog.com/scripts/download.php?id=243 CODE <style type="text/css">
table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:hidden !important; background-color:transparent; background-image:url("IMAGE URL"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:WIDTHpx; height:HEIGHTpx; display:block !important; } span.blacktext12 img {display:none;} </style> |
|
|
|
Nov 10 2006, 03:02 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
Alright, I did that, but it still says "xxx is in your extended network" at the top. Is there a way to hide it?
|
|
|
|
| *StanleyThePanda* |
Nov 10 2006, 03:05 PM
Post
#4
|
|
Guest |
Use this instead:
CODE <style type="text/css"> table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:hidden !important; background-color:transparent; background-image:url("IMAGE URL"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:WIDTHpx; height:HEIGHTpx; display:block !important; } span.blacktext12 img {display:none;} .blacktext12{display:none;} </style> If that doesnt work, it may be your browser? idk. |
|
|
|
Nov 10 2006, 03:23 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
This is weird...
I was able to see the image before, but now it's not even showing up. Here's my code: CODE <style type="text/css">
table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:hidden !important; background-color:transparent; background-image:url("http://img526.imageshack.us/img526/2335/eakv6.jpg"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:295px; height:72px; display:block !important; } span.blacktext12 img {display:none;} </style> |
|
|
|
| *Infinite.* |
Nov 10 2006, 03:34 PM
Post
#6
|
|
Guest |
Theres no way to hide the text exactly, the only thing you can do is perhaps change the way the blacktext12 [text in extended network]
looks, can I perhaps see the image you want to put in your extended network? and this code does work: CODE <style type="text/css">
table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("URL FOR BANNER"); background-repeat:no-repeat; background-position:center center; font-size:0px; letter-spacing:-0.5px; width:340px; height:100px; display:block !important; } span.blacktext12 img {display:none;} </style> |
|
|
|
Nov 10 2006, 03:37 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 19 Joined: Aug 2006 Member No: 457,819 |
Alright, I somehow managed to get it to show up again...
The image is in the first post of this topic. This Banner |
|
|
|
![]() ![]() |