Urgent HTML question needed?

Mike

New member
Urgent HTML help needed - please help - very simple?
I'm kinda dumb with HTML and I need to know how to make side-by-side buttons.

Whenever I try to do it, It works but ALL buttons only lead to the first link.

I need to get side-by-side buttons, all having separate links. I try to make them separate and side by side but then they go up and down.

"<h1 align="center">

<FORM METHOD="LINK" ACTION="p2s_html.html">
<INPUT TYPE="submit" VALUE="Home">
</form>

<FORM METHOD="LINK" ACTION="points3.html">
<INPUT TYPE="submit" VALUE="Signing Up Process"></form>


<FORM METHOD="LINK" ACTION="points2.html">
<INPUT TYPE="submit" VALUE="The Point System and How to earn points">
</form>


<FORM METHOD="LINK" ACTION="points.html">
<INPUT TYPE="submit" VALUE="Rewards/Stats">
</form>


<FORM METHOD="LINK" ACTION="mailto:[email protected]">
<INPUT TYPE="submit" VALUE="Feedback"></form>

</h1>"

The code above shows up as: http://img704.imageshack.us/i/number1o.png/
I don't want this.

Please help people.

As you can see, this is very very basic HTML.

Please answer, you'll get best answer in 59 minutes and 59 seconds
 
Back
Top