Example 1
 ACME Searchtub |
Monster Truck 4x4 Tracker
This wonderful little tub loves running around with the big boys.
|
The code used to create this page can be found below.
Portions in bold are required by the cart, while the rest is for page layout only.
|
<table border=10 cellspacing=0 cellpadding=6 width="100%">
<tr bgcolor="lightblue">
<td align=center>
<font face="Verdana" size=-1><img src="../images2/searchtub.jpg" height=150 width=120><br>
ACME Searchtub</font>
</td>
<td align="left">
Monster Truck 4x4 Tracker<br><br>
This wonderful little tub loves running around with the big boys.<br><br><br><br>
<form method=POST action=http://www.cartmanager.net/cgi-bin/cart.cgi>
<input type=hidden name=AddItem value="demo|Monster Truck 4x4 Tracker|900.00|1|ST01||UPS Ground -- Residential|80">
<input type=submit value="Add To Cart">
</form>
</td>
</tr>
</table>
|
|
|