Looks like that car drove right past the stop sign and right off the edge of the world, err, I mean e-mail.
seen from United States
seen from Algeria
seen from United States
seen from China

seen from United States
seen from United States
seen from Türkiye

seen from United States

seen from Türkiye

seen from United States
seen from United States

seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States
Looks like that car drove right past the stop sign and right off the edge of the world, err, I mean e-mail.
OMIGOSH I JUST REALIZED THAT MY PAGES WERE BROKEN IT IS FIXED NOW
Stressed...Depressed...Barely Dressed...
My sensor expired for my monitor for my blood sugars, I was supposed to get more on the 12th, but they were apparently back ordered. The company hasn't addressed the issue and is ignoring myself and other diabetics yet boasting about it being “World Diabetes Day” so instead I decided okay take your mind off of it go ahead and work on some more coding for your Tumblr pages - just for fun to keep yourself busy. Well...I created a subpage and clicked custom layout and it’s all broken, I’ve tried several different layouts and still no avail. So basically, what I was trying to do to destress is also stressing me out. I’m so irritated and I just want to go to bed until everything’s straightened out.
Finally upgrading my tumblr page. Still trying to figure out how to make the header pic what i actually want it, add the icon in the right spot and link to tag page, my writing page, and my edits. but baby steps.... i seriously have no idea what i’m doing!
Do you know what FOB merch they're selling at Monumentour?
Check here for some discussion of it. They’ve since added a windbreaker. I’d also heck the sidestep app if that’s possible.
It's been years and I still don't understand how html works. People who can customize shit amaze me.
HEY I'm pasting the snow code under my
but it won't work, do you know what might be wrong??
Hmmm, I'm not sure. I only know very basic html. It did take me while to get mine to work, but that was because I tried to use other snow codes before and forgot to cut out that part of the code.
...Ooh, I know what the problem is?. Are you using the code I posted? I just realized I accidentally left the last bit of the code out (the ""). Ugh, I fail HTML forever. I'll edit the original post, but here's the proper one again:
var snowcolor=new Array(“#e1e9ff”, “#c10707”, “#0d7f02”)var snowmax=60var snowtype=new Array(“Times”)var snowletter=”❄” var sinkspeed=1.90var snowmaxsize=30var snowminsize=10var snowingzone=1var snow=new Array()var marginbottomvar marginrightvar timervar i_snow=0var x_mv=new Array();var crds=new Array();var lftrght=new Array();var browserinfos=navigator.userAgentvar ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)var ns6=document.getElementById&&!document.allvar opera=browserinfos.match(/Opera/)var browserok=ie5||ns6||operafunction randommaker(range) {rand=Math.floor(range*Math.random())return rand}function initsnow() {if (ie5 || opera) {marginbottom = document.body.scrollHeightmarginright = document.body.clientWidth-15}else if (ns6) {marginbottom = document.body.scrollHeightmarginright = window.innerWidth-15}var snowsizerange=snowmaxsize-snowminsizefor (i=0;i<=snowmax;i++) {crds[i] = 0;lftrght[i] = Math.random()*15;x_mv[i] = 0.03 + Math.random()/10;snow[i]=document.getElementById(“s”+i)snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]snow[i].size=randommaker(snowsizerange)+snowminsizesnow[i].style.fontSize=snow[i].size+’px’;snow[i].style.color=snowcolor[randommaker(snowcolor.length)]snow[i].style.zIndex=1000snow[i].sink=sinkspeed*snow[i].size/5if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)snow[i].style.left=snow[i].posx+’px’;snow[i].style.top=snow[i].posy+’px’;}movesnow()}function movesnow() {for (i=0;i<=snowmax;i++) {crds[i] += x_mv[i];snow[i].posy+=snow[i].sinksnow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i])+’px’;snow[i].style.top=snow[i].posy+’px’;if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}snow[i].posy=0}}var timer=setTimeout(“movesnow()”,50)}for (i=0;i<=snowmax;i++) {document.write(“”+snowletter+””)}if (browserok) {window.onload=initsnow}
HTML Battle
Ok wow. I have just finished with what I can only assume will be one of many battles with using HTML. Making the spur of the moment decision to customise my blog resulted in hours (yes, literally hours) of scrolling through butt loads of HTML changing random things hoping to have a positive effect on my blog. Can anyone assist me with this!? Im attempting to make the text and photo captions larger and the tags smaller. Heeeelp!