![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Jul 2009 Location: Grand Rapids MICHIGAN
Posts: 476
Thanks: 71
Thanked 39 Times in 35 Posts
|
I am trying to convert a banner to html to put on my website. Here are the problems I'm having. 1. I need one part of my banner to have a button on it that will go to another page. 2. I'm not sure how to save the image file to my cpanel in hostgator. Is this something that I should be able to do pretty simple? I really appreciate the help! Thanks, Jayson |
| | |
| | #2 |
| Who'm I kidding? War Room Member Join Date: May 2006 Location: Easthampton, Massachusetts
Posts: 4,542
Blog Entries: 15 Thanks: 117
Thanked 904 Times in 651 Posts
|
in public_html create a subfolder, if there isn't one alreader called /images When you call www.yoursite.com/images you can see a menu of the images you have in there. Upload your banner to the images folder and the www.yoursite.com/images/banner.jpg will call the banner. Make sure it has an appropriate suffix (like .jpg) for an image. Then the HTML to make the banner clickable is <a href="yourwebsite.com"><img src="www.yoursite.com/images/banner.jpg"></a> This replaces the "link text" with the banner. |
| | |
| | |
| | #3 | |
| HyperActive Warrior Join Date: Jul 2009 Location: Grand Rapids MICHIGAN
Posts: 476
Thanks: 71
Thanked 39 Times in 35 Posts
| Quote:
| |
| | ||
| | |
![]() |
|
| Tags |
| banner, converting, html |
| Thread Tools | |
| |
![]() |