PDA

Click to See Complete Forum and Search --> : Need help with web banner...


Kesh
08-21-2006, 03:17 AM
I'm helping a friend make a web banner for his business. I'll copy and paste what he wrote...


here is what I am trying to do.
Have a banner with my company name on it and a picture of the logo. When some one clicks the logo it takes them to my site.

Underneath the banner I want a contact table with the code listed so people can cut and paste it and add it to their site.


So, basically I have all the design part down. It's the technical stuff I'm new too.

-First, how to make it link to his site (where you click on it and it takes you there)
-Second, how can I make some html code that people can link this banner from thier site (i.e. blogs, etc.) I don't know what he means by below it. Maybe like something you'd see on Myspace to add it to your site.

Can anyone help or point me to a link that describes this? I tried to Google search but didn't come up with anything.

tZ
08-21-2006, 03:26 AM
well first you would need to know the hosting location of the banner.

then you would connect code like this:


<a href = "this is the link to the banner">banner</a>


For the banner itself to be a link you would do something like this:


<a href="link to my web site"><img src="image.gif" width="x" height="y" alt="toshowif audienceisblind" /></a>


hope that helps.

Kesh
08-21-2006, 03:28 AM
Awesome, thanks for the quick reply!