how do i do this with HTML?

dannyboy9780

New member
http://www.jamielynnspears.com/

notice how her Site Has Like A Welcome theme and than A button that people can click on that will take to the website how do i make something like that
 
Try it out.
<div class="mybutton">
<a href="http://www.w3schools.com/html/default.asp">
<button style="width:220; height:24; background-image:url(mybackground.png)">
</button>

You can change the style of the button
 
Back
Top