Sad Code Monkey

Sad, yes, but also brilliant.

 

Sad Code Monkey is a place where we document new-found techniques and code snippets, and share our knowledge with other code monkeys.

Archive for the 'HTML' Category

IE6 alert message

Wednesday, July 8th, 2009

A handy message for people with IE6 browsers. Place below the <body> tag. From bringdownie6.com <!–[if lt IE 7]> <div id=”ie6Warning”> <h2>Time to upgrade your browser</h2>

Read the rest of this entry »

mailto code with subject

Saturday, June 27th, 2009

Whenever someone asks could you have this link open an email with the subject “blah blah blah” I always have to look up how to do it. So I am putting the code in here for safe keeping.

Read the rest of this entry »

Dynamic date for HTML pages

Friday, May 29th, 2009

More and more web sites are being built in PHP where you can have includes… adding a dynamic date in the footer is an easy task with basic PHP code… but what about that site built in simple HTML?

Read the rest of this entry »