extended network bar/scroll box |
![]() ![]() |
extended network bar/scroll box |
Jun 12 2006, 08:24 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
2 questions:
1. i have my own premade extended network bar... where can i get the code to put in on my myspace? and 2. i have a picture w/a link attached to it, similar to the band banners... and i would like to pass the code along, but there's no way it can be just text- the picture always comes up. i tried looking for scroll boxes to put the code in, but the code doesn't show up, just the banner. help! thanks!!!! |
|
|
|
| *This Confession* |
Jun 12 2006, 08:26 PM
Post
#2
|
|
Guest |
|
|
|
|
Jun 12 2006, 08:40 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
ah, thanks much.
but about the extended network... i have it up there, but "cara is in your extended network" is still there in like really really small letters. how can i fix that?? or at least make the font the same color as the background? |
|
|
|
| *This Confession* |
Jun 12 2006, 08:43 PM
Post
#4
|
|
Guest |
link?
CODE .blacktext12{font-family: arial; color: ######; font-weight: bold; font-size: 20px; letter-spacing: -2px; } thats to change that font color |
|
|
|
Jun 12 2006, 08:46 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
wait... where do you put that code?
|
|
|
|
| *This Confession* |
Jun 12 2006, 08:48 PM
Post
#6
|
|
Guest |
in your about me between style tags.
or you can just put it in your about me and put <style> at the beggining of it and put </style> at the end of it |
|
|
|
Jun 12 2006, 08:56 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
if i want white, wouldn't it be FFFFFF ...? maybe not because its not working. :[
|
|
|
|
| *This Confession* |
Jun 12 2006, 08:58 PM
Post
#8
|
|
Guest |
myspace link please?
i asked for it a while ago |
|
|
|
Jun 12 2006, 08:59 PM
Post
#9
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
<style type="text/css">
.blacktext12{font-family: arial; color:FFFFFF; font-weight: bold; font-size: 20px; letter-spacing: -2px; } </style> <style> .blacktext12{font-family: arial; color:FFFFFF; font-weight: bold; font-size: 20px; letter-spacing: -2px; } </style> neither of those work? |
|
|
|
Jun 12 2006, 09:03 PM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
ah, sorry.
http://www.myspace.com/xbereftofdignityx nope... i just tried both. added them in my about me section.... nothing. [separate, of course] |
|
|
|
Jun 12 2006, 09:03 PM
Post
#11
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Your background is white so ofcourse your not going to see it... For me atleast your extended network is gone, all that shows on the left is your comments.
|
|
|
|
Jun 12 2006, 09:20 PM
Post
#12
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
whaaaat.... my comments are the only thing that shows up?
and on the left??? |
|
|
|
Jun 12 2006, 09:27 PM
Post
#13
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
No the left side shows and only your comments. http://mozilla.com I'm not looking in IE I'm looking in firefox. So just post your coding instead. Link doesn't really help .
|
|
|
|
Jun 12 2006, 09:33 PM
Post
#14
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
i looked at it through firefox... so weird.
codes= . . . and then like just words in "who id like to meet" and just words in "music" nothing anywhere else. |
|
|
|
Jun 12 2006, 09:46 PM
Post
#15
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
This part of your code is making it black:
QUOTE body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:000000; font-size:7pt; font-weight:normal; font-style:normal; font-family:Verdana, verdana, arial, sans-serif; } To make it white change it to : CODE body, div, p, strong, td, .text, .blacktext10, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:000000; font-size:7pt; font-weight:normal; font-style:normal; font-family:Verdana, verdana, arial, sans-serif; }
.blacktext12{ color:FFFFFF; font-size:7pt; font-weight:normal; font-style:normal; font-family:Verdana, verdana, arial, sans-serif; } |
|
|
|
Jun 12 2006, 09:52 PM
Post
#16
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
ARRRRRRR... ok i changed, it and when i went to "preview" it, the right thing came up for like a split second and then when back to that plain white.... that you are seeing. [and i]. THIS IS INSANE. |
|
|
|
Jun 12 2006, 09:55 PM
Post
#17
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
<style type="text/css">
table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://img144.imageshack.us/img144/1333/hope3ll.png"); 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></a> The font size is set to 0 , if you want it to show you would have to make it bigger. |
|
|
|
Jun 12 2006, 10:00 PM
Post
#18
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
WAIT WAIT!
ok... i went ahead and pressed accept changes and it works now... i think. i changed it to 8 and it didn't work. but see that particular code is for the extended network bar. ok what the heck... it came up correctly, and now its gone. |
|
|
|
Jun 13 2006, 10:37 AM
Post
#19
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
so i tried taking everything out of all of the boxes..... all html... and still, nothing appears until down to the comments.
what is up with this?? well... wait. nevermind. i think i found the problem... on firefox, all of my blogs/about me stuff is pushed way over to the right side because a really long comment. but for some reason, on my regular browser, it comes up correctly. which leads me to my last and final question. how can i delete a comment. |
|
|
|
Jun 13 2006, 10:49 AM
Post
#20
|
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: May 2006 Member No: 406,496 |
--------------------------------------
i got it figured out! thanks for everything else though!! |
|
|
|
![]() ![]() |