profile marquee |
profile marquee |
Sep 4 2004, 08:38 PM
Post
#1
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
if u go here there profile is in a marquee how do u do that whats the code???
|
|
|
|
![]() |
Sep 4 2004, 08:41 PM
Post
#2
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
Put this code in Interests
Xanga --> Look and Feel --> Basic Profile --> Interests QUOTE <!-- begin code provided by createblog.com --> <marquee behavior=scroll direction="left">Your message here</marquee> <!-- end code provided by createblog.com --> - Tran - |
|
|
|
Sep 4 2004, 08:45 PM
Post
#3
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
it only makes the intrests in a marqee!!
|
|
|
|
Sep 4 2004, 08:46 PM
Post
#4
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Use some common sense here.
Add it to the other spots where you want it to go. -.-u |
|
|
|
Sep 4 2004, 08:48 PM
Post
#5
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
umm...yeah okay but i did how am i gonna make the subjects in a marquee to??
|
|
|
|
Sep 4 2004, 08:50 PM
Post
#6
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
QUOTE <marquee behavior=scroll direction="left">TYPE YOUR MESSAGE HERE</marquee> - Tran - |
|
|
|
Sep 4 2004, 08:50 PM
Post
#7
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Huh?
What's the subjects? Nani? |
|
|
|
Sep 4 2004, 08:52 PM
Post
#8
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
u know like intrests and everything the subjects look at the site
clich here look at the profile marquee.. |
|
|
|
Sep 4 2004, 08:57 PM
Post
#9
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Public Profile ~> Intrests: Input the marquee code. ~> Expertise: Input the marquee code
(That link isn't loading on my comp. ^_^) |
|
|
|
Sep 4 2004, 09:00 PM
Post
#10
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
then go to this site then its the same thing click here look at the profile marquee....
|
|
|
|
Sep 4 2004, 09:02 PM
Post
#11
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
Change the text and then put marquee script *whoa this is hard x___X*
- Tran - |
|
|
|
Sep 4 2004, 09:04 PM
Post
#12
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
lol....i dont get ya what do ya mean by:
[QUOTE]Change the text and then put marquee script *whoa this is hard x___X*[QUOTE] |
|
|
|
Sep 4 2004, 09:04 PM
Post
#13
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Lol.
The link still doesn't work. My computer has problems. ^_^u ~* Edittation *~ Tran means that you replace the text with your own? I think.... |
|
|
|
Sep 4 2004, 09:05 PM
Post
#14
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
lol then try this click here
|
|
|
|
Sep 4 2004, 09:10 PM
Post
#15
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
hahah im confused too *my comp got hacked and im very sad T__T, im using my cousin's comp*
Ok this is what i got in her webstats QUOTE <script type="text/javascript"> // original by EasterEgg, xanga.com/easteregg // modified to reflect xanga's current html schemas // FROM XANGA.COM/HTML_SCRIPTS function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '160px'; var allTables = document.getElementsByTagName('tbody'); for (i=0; i < allTables.length; i++) { if ((allTables[i].innerHTML.indexOf('Sites I Read') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '190px'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <script language="JavaScript"> /* title change from xanga.com/html_scripts */ document.title = "(-ίͺbΛ ώ‘MήtTE-)" </script> <style> /* Scrollbar colors from xanga.com/html_scripts */ BODY{ scrollbar-3dlight-color: #FF99CC; scrollbar-arrow-color: #FF99CC; scrollbar-base-color: #D0DAE9; scrollbar-darkshadow-color: #FF99CC; scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; } </style> <!-- begin code provided by createblog.com --> <style type="text/css"><!-- a:hover {background:url(http://members.asianavenue.com/risa-cute-image/starglow.gif); text-decoration: none;} //--></style> <!-- end code provided by createblog.com --> <!-- Start Free X-Tracker Code http://dotlumpia.com/x-tracker/ --> <script type="text/javascript"> // Enter your X-Tracker user name: xUser = 'shorty143'; function xTrackerLoad(xUser){ document.write('<scr'); var xTracker; document.write('ipt type="text/javascript" src="http://dotlumpia.com/x-tracker/x-tracker.php?xUser='+xUser+'"></scr'); document.write('ipt>'); } xTrackerLoad(xUser); </script> <!-- End Free X-Tracker Code http://dotlumpia.com/x-tracker/ --> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type=text/css> body{cursor:url(http://www.boomspeed.com/lido_tuyet/v_day.ani)} a{cursor:url(http://www.boomspeed.com/lido_tuyet/v_day.ani)}--></style> <!-- end code provided by createblog.com --> <script type="text/javascript"> // // ©2003 EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "Country:", "Female", "Member Since:", "Birthday:", "sign my guestbook", "6/15/2004" ); // *** add the replacing words or fragments below var newWords = new Array( "..:rEpp!ng:..", "b!Tch", "..:cOCkSUck3R since:..", "..:M0m eXpl0d3d:..", "..:fudge b0ok:..", "19 forgotten" ); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0 ; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <script type="text/javascript"> // // ©2003 EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "read my profile", "Industry:", "Entertainment", "Subscriptions", "Get trial subscription", "Posting Calendar" ); // *** add the replacing words or fragments below var newWords = new Array( "Str!p ME doWN", "What I do:", "DANc3", "..:PPl lUved:..", "G3T sum PorN", "..:THinGS dUn:.." ); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0 ; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <script type="text/javascript"> // // ©2003 EasterEgg, http://www.xanga.com/easteregg // // For use at Xanga only. // // This script replaces any given word or text fragment with // whatever you want: new words and fragments, or even HTML! // // Actually it's pretty simple: add the words or fragments you // wish to replace to the array "oldWords" (each word placed // between double quotation marks, and separated by colons as you // can see below) and add their replacements to the array "newWords", // at the same position as the original words in "oldWords". // The example is pretty self-explaining. // // The script is case sensitive, meaning that if you add "something" // to "oldWords" array it will not recognize "SOMETHING", or "SoMetHInG". // // You can adjust the existing arrays in this code as you see fit, // as long as both arrays keep the same size (same amount of words // in both arrays), otherwise a script error will occur. // // Copy this entire code and paste in the webstats box at your // Look and Feel page. // // You're free to use this script as long as this comment remains intact, // and as long you won't use it to cripple the comments of your visitors; // after all, no one likes his/her words getting twisted... // function replaceWords() { // ***add the words or fragments you wish to replace below var oldWords = new Array( "sign out ", "MSN:", "8/23/2001", "Birthday:", "Get trial subscription", "Posting Calendar" ); // *** add the replacing words or fragments below var newWords = new Array( "..:fudge 0ff:..", "ADD m3", "wh0 kn0Ws", "..:b!rTHdaY:..", "G3T sum PorN", "..;THinGS dUn:.." ); allTableData = document.getElementsByTagName('td'); allTableHeaders = document.getElementsByTagName('th'); var collections = new Array(allTableData,allTableHeaders); for (var k = 0 ; k < collections.length ; ++k ) { for (var i = 0 ; i < collections[k].length ; ++i ) { if (collections[k][i].innerHTML.indexOf('TABLE') == -1) { for ( var n = 0 ; n < oldWords.length; ++n ) { var indx = collections[k][i].innerHTML.indexOf(oldWords[n]) while (indx != -1) { var replacement = ''; indx = collections[k][i].innerHTML.indexOf(oldWords[n]); replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]); collections[k][i].innerHTML = replacement; break; } } } } } } replaceWords(); </script> <style type="text/css"><!-- a:link {filter:glow(color:#FF99CC, strength=4);height:0px;width:inherit} a:active {filter:glow(color:#FF99CC, strength=4);height:0px;width:inherit} a:visited {filter:glow(color:#FF99CC, strength=4);height:0px;width:inherit} a:hover {filter:glow(color:#FFFFFF, strength=4);height:0px;width:inherit} --></style> <!-- Start Free X-Tracker Code http://dotlumpia.com/x-tracker/ --> <script type="text/javascript"> // Enter your X-Tracker user name: xUser = 'shorty143'; function xTrackerLoad(xUser){ document.write('<scr'); var xTracker; document.write('ipt type="text/javascript" src="http://dotlumpia.com/x-tracker/x-tracker.php?xUser='+xUser+'"></scr'); document.write('ipt>'); } xTrackerLoad(xUser); </script> <!-- End Free X-Tracker Code http://dotlumpia.com/x-tracker/ --> <script language=javascript> //eprop changer - xanga.com/add_ons //taken from blogring var oldprop = new Array('http://www.xanga.com/Images/eProp.gif'); var newprop = new Array('http://img78.photobucket.com/albums/v293/lhuvhurts/pinkbunny.gif'); for (var i = 0; i < document.images.length; i++) { for (var s = 0; s < oldprop.length; s++){ if (document.images[i].src == oldprop[s]){ neweprop = document.createElement('img'); neweprop.src = newprop[s]; document.images[i].parentNode.replaceChild(neweprop, document.images[i]); break; } } } </script> I see no <marquee> in there. Why dont you ask her? - Tran - |
|
|
|
Sep 4 2004, 09:12 PM
Post
#16
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
i havnt got a clue who she is!!
LOL |
|
|
|
Sep 4 2004, 09:14 PM
Post
#17
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
I GOT IT!!!!!
Put this in Interests QUOTE <marquee behavior=scroll direction="left"> No </marquee> - Tran - |
|
|
|
Sep 4 2004, 09:15 PM
Post
#18
|
|
![]() oh sweet pestilence ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,251 Joined: Jun 2004 Member No: 22,876 |
it never hurts to ask, that is what i would do
|
|
|
|
Sep 4 2004, 09:16 PM
Post
#19
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
OMG IT WORKED THANK YOU SO MUCH U TOTALLY ROCK
|
|
|
|
Sep 4 2004, 09:19 PM
Post
#20
|
|
![]() I never give 4/10 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 627 Joined: Aug 2004 Member No: 45,375 |
whoo hoo!! np
- Tran - |
|
|
|
Sep 5 2004, 12:01 AM
Post
#21
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Yay!
This problem was solved. (Even though it took awhile...) |
|
|
|
Sep 5 2004, 12:49 AM
Post
#22
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
QUOTE(lhuvhurts @ Sep 4 2004, 6:16 PM) OMG IT WORKED THANK YOU SO MUCH U TOTALLY ROCK LOL! yay hehe! i knew someone would be able to help you! |
|
|
|
![]() ![]() |