Log In · Register

 
Replacing 'latest blog entry' text with an image
eb2000
post Feb 20 2009, 11:51 PM
Post #1


Member
**

Group: Member
Posts: 25
Joined: Feb 2009
Member No: 715,788



Hi everyone.
I redoing my myspace www.myspace.com/snapnight and I need to replace the latest blog entry text with an image so the I can make my site look nicer. (Im going to put a 'BLOG' graphic image in its place like the about and coming up images) Does anyone know how to go about this?

Also I wanna do the same thing with the friends and comments sections.

With the friends section I want to replace the SNAP!'s Friend Space (Top 7) or the SNAP! has 25 friends text with an image

And with the comments I want to replace the Friends Commentswith an image also.

If anyone can help me that would be awesome biggrin.gif I've been surfing tutorial sites all day but haven't really found what I've been looking for
 
 
Start new topic
Replies
Mickey
post Feb 21 2009, 05:41 AM
Post #2


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Try this:

CODE
<style>
.latestBlogEntry .btext {
background-image:url("URL");
background-repeat:repeat;
background-position:center;
height:70px;
display:block;
font-size:0px;
line-height:1px;
color:ffffff;
}
.friendSpace .orangetext15 {
background-image:url("URL");
background-repeat:repeat;
background-position:center;
height:15px;
display:block;
font-size:0px;
line-height:1px;
color:ffffff;
}
.friendsComments .orangetext15 {
background-image:url("URL");
background-repeat:repeat;
background-position:center;
height:15px;
display:block;
font-size:0px;
line-height:1px;
color:ffffff;
}
table, td {
background-color:transparent!important;
border:0px;
}
</style>

Replace the first URL with the url of the image you want to use for the Latest Blog Entry section. Replace 70px with a different value if it isn't big enough for the image's height. Do the same for the second and third URLs. The second one is for the Friends section and the third is for the Comments section.
 

Posts in this topic


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