I need to format this html shopping cart script code so it blends in with my website theme / colours. Having formatted the code with class= (for Netobjects software), what tags do I need to use for Xara?

Also, my current website structure is www.domain.com/html/pagename.html
I have tried to add /html/newpagename.html to Xara but it does not accept / .
Can this be done to emulate my original website structure?

<form action=http://www.romancart.com/cart.asp method=post>
<input type=hidden name=itemcode value='SN099'>
<input type=hidden name=storeid value=29016>
<input type=hidden name=mustbuy value=no>
<input type=hidden name=include value=on>

<TR ALIGN="left" VALIGN="middle">
<TH class="Prices1">1 tub: £<SCRIPT LANGUAGE="JavaScript" SRC="http://remote.romancart.com/data.asp?storeid=29016&itemcode=SN099&type=1"></script>
<br>2+ tubs: £<SCRIPT LANGUAGE="JavaScript">document.write(roc_rdd_qp1_S N099);</SCRIPT> each</TH>
<TH class="Prices1"><CENTER><select size="1" name="quantity" class="PricesDropDown">
<option value="0">Select Qty</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select></CENTER></TH>
<TH class="Prices1"><CENTER><span class="OutOfStock"><SCRIPT LANGUAGE="JavaScript" SRC="http://remote.romancart.com/data.asp?storeid=29016&itemcode=SN099&type=2"></script></span></CENTER></TH>
<TH class="Prices1"><CENTER><input type="submit" value="Buy Now"><br><script language="JavaScript">document.write(roc_rdd_email me_SN099);</script></CENTER></TH>
</TR>


</form></table>