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:12 PM
Post
#2
|
|
|
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
#3
|
|
|
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? |
|
|
|
illmatic11 Extended Net. Text Sep 7 2008, 11:19 PM
nikx618 Im not sure how to do that. But you could hide it ... Sep 8 2008, 12:16 AM
fixtatik i don't understand what you mean. the code to ... Sep 8 2008, 09:44 PM
illmatic11 QUOTE(fixtatik @ Sep 8 2008, 10:44 PM) i ... Sep 8 2008, 11:29 PM![]() ![]() |