ItsMods

Full Version: Button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
at time we have the theme "create a html site" but i dont get my button to work! The button should send you to another site my code is yet

Code:
    <div>
     <button name="Klickmich" type="button"

       <p>
        <img src="" width="106" height="109" alt="Gstebuch"><br>
       </p>
     </button>
    </div>
line 2

PHP Code
  1. <button type="button">Klickmich</button>


Edit: If you want it to redirect to another page
Code:
<button type="button" onclick="window.location = 'otherfile.html'">Klickmich</button>

More info:
http://www.w3schools.com/tags/tag_button.asp
Thanks
rep me Awesome




i r repwhore