View Your Hard Drive Space With WinDirStat
A great tool for visualizing what is taking up all of your disk space is WinDirStat. It displays all of your hard drive’s files in a visual form allowing you …
A great tool for visualizing what is taking up all of your disk space is WinDirStat. It displays all of your hard drive’s files in a visual form allowing you …
New to Twitter? Don’t even know what it is? well then this post is for you. Well lets start with what it is, it’s mainly a way to stay connected …
Centering something with CSS isn’t very easy. Here is the simple code to center a div in the middle of a page. text-align: left; margin-top: 0; margin-right: auto; margin-bottom: 0; …
Ok so you want to add a image to a HTML document, heres how you do it. <img src=”URL OF IMAGE”> <img src=”http://www.google.com/intl/en_ALL/images/logo.gif”> This would produce this: More advanced things …
Ok well you want to link your pages to each other here’s what you need to do. <a href=”/page.html”>Name of the Link</a> Here is the code you use, the href …
Ok say you have a title like this: “This is a long title for a story this is a title wow.” And you want to have a excerpt from it. …