How to Put Graphic Buttons on a Web Page
Putting graphic buttons on your website will give it a more appealing and professional look. Plus, it only takes a few minutes, and is rather simple.
Things You'll Need
- Graphics program like Publisher, Adobe Design
- Website
- Computer
- Internet Connection
Instructions
-
How to Put Graphic Buttons on a Web Page
-
1
Open a graphics program like Microsoft Publisher to a blank page to create your button. Simply draw a rectangle using the basic shapes button, choose one with rounded corners for a more appealing button.
-
2
Open up the text box feature and type in the words you want on your button, then center this on the rectangle. Fill in the rectangle with the color of your choice, and add a border, shading, or fill effects using Publisher functions in the tool bar.
-
-
3
Save the button as a JPG image and give it a name, button1.jpg. Then store it in your images file, on your web server. Be sure the button is sized properly, by checking the pixel size in the properties box (right click on the image while it is in the folder to bring this up).
-
4
Open up your web page in notepad or another HTML text editor program and locate where you want the button to appear on the page.
-
5
Type in <img src="../images/button1.jpg">. Your button will now appear on this page, when uploaded to your web server.
-
6
Type the hyperlink to where you want your visitor to go when they click this button, just like linking to another page: <a href="www.yourwebsite.com/button-leads-to-this-page.html"><img src="../images/button1.jpg"></a>
-
1
Tips & Warnings
To resize your button open paint, and click Image, then resize/skew and adjust the size. Scaling or sizing the button right in Publisher or your graphics program gives you a much clearer and higher quality button.