Socal. Myspace Banner but no linkage :(

TurboJared

Overstimulated
Joined
Dec 15, 2005
Messages
852
Reaction score
0
Location
Rancho Belago
Well after working with George I found out that we can't hyperlink the image :mad: But not to fear we can still show our support. So if you have a myspace page and want the sticker on your page let me know which design you wanted and I'll email you the code!
 
IntenseKipp said:
I put the logo on my Myspace just by attaching it with PhotoBucket.

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=30292815

I still cant figure out how to put the logo in the 'extended network' area.
You attach it via the CSS ID #blacktext12 with CSS. Here is the code that Jared used.
Code:
<style type="text/css">
table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url(http://img118.imageshack.us/img118/7617/sticker6dy.jpg);
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important; }
span.blacktext12 img {display:none;}
</style>

There actually are some pseudo selectors in CSS (:before and :after) and an attribute called "content" which might be able to inject a link in there although even if that works it will only show up on 'good' browsers which correctly display CSS (basically any browser except for IE).
 
Thats a good idea guys, I'll do that same thing to my page as well. I finalized the Sticker #4, so, we are good to go as soon as wednesday rolls around. :bang:
 

Members online

No members online now.

Latest posts

Forum statistics

Threads
63,933
Messages
979,886
Members
16,231
Latest member
SteveL
Back
Top