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 19 2005, 05:36 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
she used the edit dates script, replacing the dates, but editing it with a marquee code. Remember, you are allowed to use HTML when using the 'replace any text' code and 'edit entry dates 2' because they're the same but with diff. words.
|
|
|
|
Oct 19 2005, 06:32 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Oct 2005 Member No: 270,546 |
oo thank u. i found the date editing script, but how exactly do u edit it using the marquee code? do u happen to have a code like that already? im sorry. im html dumb.
|
|
|
|
Oct 19 2005, 08:20 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
lol, yeah. make sure you know how to get edit it correctly or else it won't work.
http://www.createblog.com/forums/index.php?showtopic=611 This was in the scripts section, too. So choose your liking. |
|
|
|
Oct 21 2005, 04:20 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Oct 2005 Member No: 270,546 |
thats the thing, i dont know what to edit. like i said, im html dumb. i've seen a lot of ppl with it though, so isn't there already a code like that?
|
|
|
|
Oct 21 2005, 05:58 PM
Post
#6
|
|
![]() 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. |
|
|
|
![]() ![]() |