marquee in date header |
marquee in date header |
Oct 19 2005, 01:16 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Oct 2005 Member No: 270,546 |
hey guys. i just want the code on how to insert this marquee into the date title. there's an example of it here ~> http://www.xanga.com/home.aspx?user=Ms_seDuctive_sM i have the marquee code, but how do u insert it into the dates?
|
|
|
|
![]() |
Oct 21 2005, 05:58 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Probably. On some obscure layouts site or whatever.
I suggest you just use 3 or 2 so that it doesn't look too overdone. As for the other script... The directions are pretty much the same as the Replace Any Text script. ---- // 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... ---- So basically, where it says "Saturday,", or whatever you can put "<marquee behavior="alternate">Saturday</marquee>,", or something to the effect. |
|
|
|
RuByRedD marquee in date header Oct 19 2005, 01:16 PM
electric shock she used the edit dates script, replacing the date... Oct 19 2005, 05:36 PM
RuByRedD oo thank u. i found the date editing script, but h... Oct 19 2005, 06:32 PM
electric shock lol, yeah. make sure you know how to get edit it c... Oct 19 2005, 08:20 PM
RuByRedD thats the thing, i dont know what to edit. like i ... Oct 21 2005, 04:20 PM![]() ![]() |