Log In · Register

 
 
Closed TopicStart new topic
Extended network with image and no text?
crystalp138
post Jul 31 2007, 10:00 PM
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 Jul 31 2007, 10:01 PM
Post #2





Guest






You can try this tutorial:

http://www.createblog.com/scripts/script.php?id=243
 
crystalp138
post Jul 31 2007, 10:08 PM
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 Jul 31 2007, 11:43 PM
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; }
 
crystalp138
post Aug 1 2007, 12:09 AM
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 Aug 1 2007, 06:52 AM
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>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: