Forum Moderators: not2easy
In case you haven't heard this yet, "Welcome to WW"
Here's what I do to show a button and text.
<style>
.d2a{
position: relative; width: 710px; border-top:0px; border-bottom:0px; border-left:0px; border-right:0px; margin: 0px; padding: 0px;
}
.GoCart{
width: 60px; height: 40px; border-width: 0px;
}
.f3{
font-family: Arial; font-size: 9pt; font-weight: bolder;
background-color: #808080; position: relative; width: 710px; margin: 0px; padding: 5px 0px 2px 0px;
}
</style>
<div class=d2a>
<form method=post action=h*tp://www.mycart.net/cgi-bin/cart.cgi>
<input type=hidden name=ViewCart value=nnnn>
<p class=f3>
<input class=GoCart src=h*tp://www.mysite.com/image/Cart.gif type=image>View Shopping Cart/Check Out</p>
</form>
</div>
HTH
grandpa