Replacing 'latest blog entry' text with an image |
![]() ![]() |
Replacing 'latest blog entry' text with an image |
![]()
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 ![]() |
|
|
![]()
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. |
|
|
![]()
Post
#3
|
|
![]() Senior Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 1,507 Joined: Sep 2007 Member No: 571,541 ![]() |
umm that looks to me like you already have it done on your PAGE...?
|
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Topic closed & moved.
|
|
|
![]() ![]() |