Extended Net. Text |
![]() ![]() |
Extended Net. Text |
Sep 7 2008, 11:19 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
Can you change the extended network text to your own words without using the status update??
|
|
|
|
Sep 8 2008, 12:16 AM
Post
#2
|
|
![]() asdfghjkl; ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,121 Joined: Jul 2008 Member No: 665,416 |
Im not sure how to do that. But you could hide it &add a scroll box there with a border of '1px solid black' &give the appearance of the extended network box, just dont put too much text so that the scroll bars would show up. That's how i would solve that, just cause im not sure if you could even do what you are trying to do. lol
|
|
|
|
Sep 8 2008, 12:12 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
you could use the CSS pseudo-element ":after"...although it'll work in every browser except internet explorer.
CODE .blacktext12 { font-size:0; } .blacktext12:after { font:bold 18px verdana; content:"YOUR EXTENDED NETWORK MESSAGE"; } you can adjust the font properties to your liking of course (i just put in myspace's default). if you want your name to appear before your extended network message, you'll also have to include that after content: |
|
|
|
Sep 8 2008, 09:05 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
you could use the CSS pseudo-element ":after"...although it'll work in every browser except internet explorer. CODE .blacktext12 { font-size:0; } .blacktext12:after { font:bold 18px verdana; content:"YOUR EXTENDED NETWORK MESSAGE"; } you can adjust the font properties to your liking of course (i just put in myspace's default). if you want your name to appear before your extended network message, you'll also have to include that after content: Couldn't I just hide the text and use the code to change the last login and position it to where the extended network text used to be? |
|
|
|
Sep 8 2008, 09:44 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
i don't understand what you mean. the code to change the last log in? to add text to that would be the same thing as adding text to the extended network banner; using the pseudo-element :after.
|
|
|
|
Sep 8 2008, 11:29 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 93 Joined: May 2007 Member No: 521,079 |
i don't understand what you mean. the code to change the last log in? to add text to that would be the same thing as adding text to the extended network banner; using the pseudo-element :after. well i've change my last login before and it still showed up in IE... but if it's the same thing I'll try it |
|
|
|
![]() ![]() |