Add A Button To A Website Using HTML or CSS?

Maureen T

New member
Hey everyone,

I am not html savvy and paid someone from the past to build a website for me.

I have an "order now" button already created on a different page of my website. I want to "size down" the button (it's too big) and put it in a box that I have created on a different page of my website.

May someone give me the simplest advice on how to do this? If you need more information, please let me know. And I will rate.
 
try this:
1. locate the button's image file from images folder of your website
2. open the file in any graphics software tool i.e. Photoshop.
3. resize the button to desire size.
4. save the new sized button to a new file name i.e. new_button.gif
5. place this line of code into html document:
<a href="next-page.html"> <img src="new_button.gif" /></a>

Hoping this will help u.
 
try this:
1. locate the button's image file from images folder of your website
2. open the file in any graphics software tool i.e. Photoshop.
3. resize the button to desire size.
4. save the new sized button to a new file name i.e. new_button.gif
5. place this line of code into html document:
<a href="next-page.html"> <img src="new_button.gif" /></a>

Hoping this will help u.
 
We need the code you used. We don't know if you used a default html code, an image code, or what the size was from the beginning which the code you used can tell us.
If no one else answers you can email me from my profile.
 
Back
Top