Earn Cash For Your Old Electronic Devices.

On one hand, it's too bad that technology is changing every day. 


Every time you turn around, ya have to upgrade this or update that.

It's nice that our lives (technology wise) are getting better and better, but man, it costs money every time we turn around!!!

There is one way to help offset some of this expense and that is to sell your used electronoc equipment for cash.

There are hundreds, if not thousands, of places listed online to sell your stuff, and of course, some is worth more than others. My LGL35 G  apparently isn't worth anything now -maybe because it's 2 1/2 years old, or maybe because it's from WalMart's (Strait Talk) plans, I don't know.

Anyway, it only takes a few clicks to find out what your stuff is worth. Here is one placed I checked when I was looking.

Gazelle.com
.

How to "Center" things in html.

Often times when building a website, something gets installed and it is aligned to the LEFT. (Like the Amazon ad I placed below right)

I like to have things centered, so many times I have to add the following html code in order to make that happen. - (There are a few times when it doesn't work, like maybe with HTML5 - but 9 out of 10 times it will work.)
 
Now, you have to do this in the "text" editor (On Blogger, it;s the HTML editor)  not the wysiwyg (Or Compose) editor., but, here it is:

<center> PUT YOUR TEXT, IMAGE OR OTHER STUFF HERE - THEN PUT CLOSING TAG </center>

That's all there is to it.