Converting Banner to HTML

by 3 replies
4
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
#website design #banner #converting #html
  • 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.
    • [ 1 ] Thanks
    • [1] reply
    • I appreciate the help. I don't want the whole banner to be clickable, just the Get Quotes Now button within the banner. How do I do this?

Next Topics on Trending Feed

  • 4

    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.