When I look at the displayed page it shows three descriptions and three buttons. Which part of this code is the buttons?
Code:<table> <tr> <td width="100px"><font size="3" color="#000000" face="Arial"><u>Amount</u></font></td> <td width="100px"><u><font size="3" color="#000000" face="Arial">Cost</font></u></td> </tr> <tr> <td>[blk1.name;block=tr]</td> <td> <form action="/paypal_start.php" method="post"> <input type="hidden" value="[var.user_id]" name="uid"> <input type="hidden" value="[blk1.cred_amt]" name="cre"> <input type="hidden" value="Account Credits" name="itnm"> <input type="hidden" value="[blk1.value]" name="valu"> <input style="border:1px black solid;width:100px"; type="submit" value="[blk1.value]" name="valu"></font> </form> </td> </tr> </table>







Bookmarks