Hi Mish! I have a quick question that I hope you don't mind answering. How did you get the moving words up in the tab when you open your blog? The ones that say Dear Cas...? Thank you sweetie :)
Hey c: oh it's easy just copy this code
function tb8_makeArray(n){this.length = n;return this.length;}tb8_messages = new tb8_makeArray(3);tb8_messages[0] = "Dear Cas, ...";tb8_messages[1] = "Dear Cas, ...";tb8_messages[2] = "Dear Cas, ...";tb8_rptType = 'infinite';tb8_rptNbr = 5;tb8_speed = 800;tb8_delay = 2000;var tb8_counter=1;var tb8_currMsg=0;var tb8_tekst ="";var tb8_i=0;var tb8_TID = null;function tb8_pisi(){tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);document.title = tb8_tekst;tb8_sp=tb8_speed;tb8_i++;if (tb8_i==tb8_messages[tb8_currMsg].length){tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;}if (tb8_currMsg == tb8_messages.length){if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){clearTimeout(tb8_TID);return;}tb8_counter++;tb8_currMsg = 0;}tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}tb8_pisi()
and paste it right after
(on top of your html) ! (:Instead of 'Dear Cas, ...' you can type whatever you want to appear on your tab now (: You can write 3 times the same mssg/title like I did or you can write 3 different mssgs/titles
I hope you don't mind me publishing it in case others want to know it too (: Hope I could help you and if it isn't working or if you need anymore help just mssg me again ! c:
Oh and maybe you need to delete a part where it says '{Title}' you may find it right below or next to Make sure you delete it before (:











