|
Posted by Paul Martin on 03/24/07 20:24
I would be gratefull if someone could help me adjust some code as I don't
know enough about HTML. I'll confess that I use FrontPage for my website, do
most of it through the design view and only occasionally try stuff directly
in HTML.
My website has some shopping cart stuff in it and there is a button that it
supplies which I paste in and edit as required. My editing only goes as far
as changing the text and the money values. I would like to alter two things
in the appearance but I dont know if it possible or how to do it.
The two items i want to change are: -
1. reduce the distant between the title line, 0N30 FLEXI TRACK, and the
first line of stock in this case, "0n30 Code 100 Flex Track per yard
<b>Price: £4.50</b>"
2. reduce the size or the button that appears at the bottom with the text
ORDER NOW in it.
I dont understand what it controlling these aspects of the display so dont
know what to try changing.
Grateful for any help, but talk to me in simple terms
Paul Martin
-----------------------------------------------------------------------------------------
<!--webbot bot="HTMLMarkup" startspan --><html>
<head>
<title>Example 5</title>
</head>
<body>
<h3><b><font face="Arial,Helvetica,adobe-helvetica,Arial Narrow"
color="#339900" size="3">0N30 FLEXI TRACK</b></font></h3>
<form action="http://ww4.aitsafe.com/cf/addmulti.cfm" method="post">
<input type="hidden" name="userid" value="6030586">
<input type="hidden" name="return" value="www.ngtrains.com/track.htmm">
<table width="100%" border="0" bgcolor="#CCFFFF">
<tr><td width="80%"> </td><td>Quantity</td></tr>
<tr>
<td width="80%"align=left>
0n30 Code 100 Flex Track per yard <b>Price: £4.50</b>
</td>
<td>
<input type="text" name="qty1" size="2">
<input type="hidden" name="product1" value="0n30 Code 100 Flex Track -
1yd">
<input type="hidden" name="price1" value="4.50">
</td>
<tr>
<td width="80%"align=left>
0n30 Code 83 Flex Track per yard <b>Price: £4.50</b>
</td>
<td>
<input type="text" name="qty2" size="2">
<input type="hidden" name="product2" value="0n30 Code 83 Flex Track -
1yd">
<input type="hidden" name="price2" value="4.50">
</td>
<tr>
<td width="80%"align=left>
0n30 Code 70 Flex Track per yard <b>Price: £4.50</b>
</td>
<td>
<input type="text" name="qty3" size="2">
<input type="hidden" name="product3" value="0n30 Code 70 Flex Track -
1yd">
<input type="hidden" name="price3" value="4.50">
</tr>
<tr><td colspan="2" align="right">
<input type="submit" value="Order Now!">
</td></tr>
</table>
</form>
</body>
</html><!--webbot bot="HTMLMarkup" endspan --></td>
[Back to original message]
|