Saturday, November 19, 2011

I have a html code for a banner...what is the code to link it to my website?

I added my business banner to outgoing emails. I have html code for it but would like people to be able to visit my website via a link off the banner. What code can I use to do this? The code I already have is:





%26lt;HTML%26gt;


%26lt;HEAD%26gt;


%26lt;STYLE%26gt;


BODY {


font-family: Century Gothic;


font-size: 12pt;


color: 000000;


font-weight: bold;


background-position: bottom center;


background-repeat: no-repeat;


}


%26lt;/STYLE%26gt;


%26lt;/HEAD%26gt;


%26lt;BODY id="ridBody" background="Red-Dog-Banner-Final.jpg"%26gt;


%26lt;/BODY%26gt;


%26lt;/HTML%26gt;





Where do I put the link code and what is the code to be? I don't know html at all.


Thanks|||then learn.





http://htmldog.com/|||You will need to change your HTML code and put an Anchor (%26lt;A%26gt;) tag where you want the link to be. I suggest the following (btw replace 'http://www.link.com' with your website url):





%26lt;HTML%26gt;


%26lt;HEAD%26gt;


%26lt;STYLE%26gt;


BODY {


font-family: Century Gothic;


font-size: 12pt;


color: 000000;


font-weight: bold;


}


%26lt;/STYLE%26gt;


%26lt;/HEAD%26gt;


%26lt;BODY%26gt;


%26lt;A HREF = "http://www.link.com"%26gt;%26lt;IMG SRC="Red-Dog-Banner-Final.jpg"%26gt;%26lt;/A%26gt;


%26lt;/BODY%26gt;


%26lt;/HTML%26gt;

No comments:

Post a Comment