ohk so this is my website. please critique as much as you like, i was going for a simple idea. with not to many colours apart from the pieces of art work.
http://brod.comoj.com
http://brod.comoj.com
Name: <br /> <input type="text" name="visitor" size="35" /> <br /> Email:<br /> <input type="text" name="visitormail" size="35" /> <br /> Subject:<br /> <input type="text" name="sub" size="35" /> <br /> Message: <br /> <textarea name="notes" rows="4" cols="40"></textarea> <br /> <input type="submit" value="Send Mail" />
<ol> <li> <label for="visitor">Name:</label> <input type="text" name="visitor" id="visitor" maxlength="35" /> </li> <li> <label for="visitormail">Email:</label> <input type="text" name="visitormail" id="visitormail" maxlength="35" /> </li> <li> <label for="sub">Subject:</label> <input type="text" name="sub" id="sub" maxlength="35" /> </li> <li> <label for="notes">Message:</label> <textarea name="notes" id="notes" rows="4" cols="40"></textarea> </li> </ol>
<style type="text/css"> body{ color: #333; font: 13px 'Lucida Grande', Verdana, sans-serif; } </style>

Comment