If life's a bitch then what does that make death?
A lovely girl. I know her well. A bit dull though.
If life's a bitch then what does that make death?
Probably but I don't do it too often. My edits usually require obliterating my original statement for spelling errors alone.i guess jgs fake edits wrong
This. Blame space is doing it wrong.CHEEZMO;38363686 said:JGS = fake edit
Blame Space = stealth edit
Now you know.
Thank you for the answers.
I have also learned what "stealth edit" means. I'm not sure I've seen the term yet though.
There's this image from a movie or TV show I'm trying to remember. It's a character who has a recurring quirk of flipping open a lighter, snapping his fingers on it to light it, then snapping it shut, and repeat. It's like his "thinking" move. Where have I seen this?
I have a transaction pending on my PayPal account for a $1.07 that will go through in a week. The actual balance of my PayPal account is $1.00. What happens if I'm 7 cents short when that payment goes through?
Negative balance. You'll owe PayPal money.
I think? Heh I should probably try to verify this at least a little bit.
If you have a CC/bank account attached to your account it might just take the extra money instantly.
But no real monetary penalty? Because I don't mind it being negative 7 cents until the next time I add money to PayPal.![]()
Yeah it looks like you're okay. Maybe you won't be able to make any more transactions if you let the debt go too long.. but yeah. It's 7 cents. Don't sweat it.
https://www.paypal.com/webapps/helpcenter/article/?articleID=94045&topicID=11500013&m=TKB
Compressed air, maybe? I know they sell cans of it for getting dust out of computers.
I was wondering if there was a term for armour that forms around the person?
Iron man, helmet in dead space, ect...
I`m trying to hunt down pics or videos from games, movies , tv or books that show different armour transforming around the person? Any help would be greatly appreciated thanks.
CHEEZMO™;38363686 said:JGS = fake edit
Blame Space = stealth edit
Now you know.
Work with divs and unnumbered lists.Couldn't find an HTML help thread, so I'll just ask here.
http://min.us/meeRHelJc
I've been teaching myself basic html stuff to help a friend with his twitch.tv channel, but I can't figure out how to make it so the image on the bottom goes under the "special thanks" image. I put the code for the bottom image right under the "special thanks" image code, so I thought that would work. Any help is appreciated.
<div id="centercontent">
<ul id="leftbigrightsmall">
<li>
<div id="bigpic"><img src="big.png"></div>
</li>
<li>
<div id="smallpics">
<ul id="smallpiclist">
<li><img src="sp1.png"></li>
<li><img src="sp2.png"></li>
</ul>
</div>
</li>
</ul>
</div>
ul {
list-style: none;
}
ul#leftbigrightsmall li {
display: inline;
float: left;
}
ul#smallpiclist li {
float: none;
display: block;
}
What's a good tool or product to get dust build up in small crevices?
I've got some things from storage that have dust all up in them and normal dusting with a cloth (plus probably scratches delicate surfaces like cd cases) just isn't cutting it. Dust is in places I just can't get to.
What's a good tool or product to get dust build up in small crevices?
I've got some things from storage that have dust all up in them and normal dusting with a cloth (plus probably scratches delicate surfaces like cd cases) just isn't cutting it. Dust is in places I just can't get to.
Stealth edits are also called ninja edits sometimes.
Work with divs and unnumbered lists.
HTML:
Code:<div id="centercontent"> <ul id="leftbigrightsmall"> <li> <div id="bigpic"><img src="big.png"></div> </li> <li> <div id="smallpics"> <ul id="smallpiclist"> <li><img src="sp1.png"></li> <li><img src="sp2.png"></li> </ul> </div> </li> </ul> </div>
CSS:
Code:ul { list-style: none; } ul#leftbigrightsmall li { display: inline; float: left; } ul#smallpiclist li { float: none; display: block; }
Edit: You don't HAVE to be as excessive as I am with divs though, of course![]()
<div align="center">
<img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/MayorPandaDonationsframed.png">
</div>
<div align="right">
<img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SpecialThanksBamooPiece-1.png"></li>
</div>
<div align="right">
<img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SparhawkGamingBamooPiece.png"></li>
</div>
<center>
<img
src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/MayorPandaDonationsframed.png" alt="Panda Says Donate" />
</center>
<center><img
src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SpecialThanks2.png" alt="Special Thanks To:"/>
</center>
<center>
<img src=" http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SparhawkGamingBamooPiece2.png" /></a>
</center>
stuff
Thanks for the info. I tried this and don't think I can allign the 2 small images so they are stacked and adjacent to the top right of the big one.
Code:<div align="center"> <img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/MayorPandaDonationsframed.png"> </div> <div align="right"> <img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SpecialThanksBamooPiece-1.png"></li> </div> <div align="right"> <img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SparhawkGamingBamooPiece.png"></li> </div>
So I just made a simpler design like this.
Code:<center> <img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/MayorPandaDonationsframed.png" alt="Panda Says Donate" /> </center> <center><img src="http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SpecialThanks2.png" alt="Special Thanks To:"/> </center> <center> <img src=" http://i1200.photobucket.com/albums/bb324/TheCheese00/Random/BamboHouse/SparhawkGamingBamooPiece2.png" /></a> </center>
Seemed to be the simpler solution. The bulk of my HTML experience comes from designing my old Myspace page, mind you.
The alignment should be done with margin adjustments (and padding adjustments as well) in the CSS. (Even negative values for these attributes are legal, so you can do whatevs.)
The idea behind this approach is that you have the structure in the HTML, and the styling in the CSS. Fine adjustments, horizontal vs vertical, color -- all styling.
Just in case you want to come on board regarding modern site structuring
Center is a deprecated tag (has been since HTML4, I think). The replacement is a div with the align attribute set to a value of "center". If it works anyway, that's probably either a weirdness of your browser, or you have not specified a doctype, which would instruct browsers to display your page in quirks mode. Which is not awesome if you want to get more intricate with it.
You have a rogue closing anchor there. If it started in a different tag and thus goes across tags, that is invalid HTML.
Is there an English word for when you're really drunk, fall asleep quickly and are done for the evening?
The best translations for "däcka" are probably "pass out" or possibly "hit the floor".Is there an English word for when you're really drunk, fall asleep quickly and are done for the evening?
It's just a generic progression. It could be in a million things.CHEEZMO;38443020 said:Kind of a weird question, but the piano that starts around 40 seconds into this sounds incredibly familiar.
http://www.youtube.com/watch?v=cQt4Js2u7uw
I'm convinced there's a song or piece from a sountrack or something that is the same, but I cant figure it out and it's driving me mad.
Any help?
this is what i assumed a fake edit wasWhen I do it it's because I'm still in the original response but learned something new while typing. The stuff I said otherwise is so awesome, I can't bring myself to edit it, so I add a fake edit as a footnote or addendum.
If you can't get to it with a tweezer, visit a health care center and let them do it for you. You don't want to risk getting an infection.Anyone ever cut into their skin to get to a ingrown hair?
CHEEZMO;38443020 said:Kind of a weird question, but the piano that starts around 40 seconds into this sounds incredibly familiar.
http://www.youtube.com/watch?v=cQt4Js2u7uw
I'm convinced there's a song or piece from a sountrack or something that is the same, but I cant figure it out and it's driving me mad.
Any help?
Why is everyone putting a block (💜at the end of their twitter posts now?
I use twitter on the web browser - srware iron. Is it just a stupid smiley sent from the persons phone?