this is my first time using html and im already stuck..
this is my code generated by the program
<form id="form1" name="form1" method="post" action="">
    <label><span class="creamcustom">..</span> 
      <input type="submit" name="btnReadAles" id="btnReadAles" value="Read" />
    <span class="creamcustom">...... </span></label>
    <input type="submit" name="btnBuyAles" id="btnBuyAles" value="Buy Now" />
  </form>
now I want btn "btnReadAles" to link and open this page "read.html"
how do I do that, remember, I am still new so I do not know when to use eg. (btw, I dont even know what it means...
thnx
 
     
    