Search:
Type: Posts; User: mjjtt
Search :
Search took 0.01 seconds.
OK the problem's in the style command I used
style="width: 150px; height: 40px;
font-size:20px; font-weight:bold; color:black;background-color:white;"
when I take that out and put in the...
Hi
Yes I agree you'd expect a </form> closing and I originally coded it that way
but when I put it in, it disables the button completely
(When you click on it, nothing happens)
when I take it...
Thanks a lot for your replies
This is my code - want to send viewer to 3 different web sites depending on which button they click.
But with this code all buttons lead to first option (one.html)...
I have used the
<FORM METHOD="LINK" ACTION="page1.htm">
<INPUT TYPE="submit" VALUE="Clickable Button">
</FORM>
structure detailed in this thread, but having couple of problems creating...