Extended network with image and no text? |
![]() ![]() |
Extended network with image and no text? |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Jun 2006 Member No: 427,490 ![]() |
How can I add an image to my extended network (plus be able to size it), and remove the extended network text?
|
|
|
*The Markster* |
![]()
Post
#2
|
Guest ![]() |
|
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Jun 2006 Member No: 427,490 ![]() |
I've used that, and for some reason the text still displays (despite the font being set at 0.) Any ideas?
|
|
|
*Insurmountable* |
![]()
Post
#4
|
Guest ![]() |
is the image your going to use like a solid color? If so you could always customize the blacktext perhaps and make it the same color?
CODE .blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; }
|
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Jun 2006 Member No: 427,490 ![]() |
Answering my own question:
This code seems to work, to remove text but display the image banner. CODE <style type="text/css">
table table table td {vertical-align:center ! important;} span.blacktext12 {background-color:transparent; background-image:url('http://www.imagehereyo.com'); background-position:center center; font-size:0.0em; letter-spacing:-1000px; width:xxxpx; height:xxxpx; display:block; } span.blacktext12 img {display:none;} </style> |
|
|
*IVIike* |
![]()
Post
#6
|
Guest ![]() |
this hides the extended network as well as the blogs
CODE <style type="text/css">
table td table tr td.text table {visibility:hidden;} table td table tr td.text table table, table td table tr td.text table table td.text {visibility:visible;} </style> |
|
|
![]() ![]() |