Closed Thread Icon

Topic awaiting preservation: Help with buttons!! (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=8508" title="Pages that link to Topic awaiting preservation: Help with buttons!! (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Help with buttons!! <span class="small">(Page 1 of 1)</span>\

 
TanGoZ
Nervous Wreck (II) Inmate

From: UK
Insane since: Jan 2003

posted posted 01-30-2003 22:39

Hi,

Can somebody please tell me how to create a text button (not one like the code below) I want the text to be the button.

<input onClick=AddToCart(this.form) type=button value=" Add to Cart " name=button2>

Thanks

Pain is weakness leaving the body!

Bugimus
Maniac (V) Mad Scientist

From: New California
Insane since: Mar 2000

posted posted 01-30-2003 23:03

You can't possibly be talking about and anchor tag I hope. My first inclination is to just tell you to make it:

<a href=""> text </a>

But perhaps what you mean is to make the input tag button look like just text. In that case you will need to set the style properties of the button to eliminate the 3d look.

<input onClick=AddToCart(this.form) type=button value=" Add to Cart " name=button2 style="border: 0px; background-color: transparent; color: black;">

That would make your button look like text.


. . : slicePuzzle

« BackwardsOnwards »

Show Forum Drop Down Menu