simple
-
A Simple Mobile Landing Page Template
Here’s a quick design template which is very flexible for mobile app / pin submit type offers. You can view the page at: http://jamesbachini.com/misc/simplemobile.htm And download it from: http://jamesbachini.com/misc/simplemobile.zip Obviously be careful that your button is above the fold on old and new phones. Big image + long headers can push it below which wouldn’t…
-
Simple HTML Cheat Sheet
Rich’s Simple HTML Cheat Sheet <h1>This is a heading</h1> <b>This is bold</b> <i>This is itallic</i> <br /> = New line = Extra Space <a href=”contacts.htm”>Contact Form</a> = Link <img src=”images/picture.jpg” /> = image <font size=”3″>hello world</font> = changes font size Lists <ul> <li>List item1</li> <li>List item2</li> </ul> Tables <table> <tr> <td>top left</td> <td>top…