 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Dave Harm
Joined: 11 Feb 2008 Posts: 4
|
Posted: Mon Feb 11, 2008 3:05 pm Creating a code for a banner |
|
|
|
I apologize in advance if this has been talked about before. I am extremely ignorant to HTML. I have a website but use the codes rarely.
A site I visited would like to display my banner on their site, but they need it in HTML. I've been battling this for close to three hours (like I said this is very mind boggling to me.)
My website is www.daveharm.com
I am trying to create a code for a large GIF banner on my "linkback page."
This is what I've come up with -
<a href=http://www.daveharm.com/ “ target=”blank”><img
src=http://www.daveharm.com/images/dh_logo1_468x60px.gif”alt=”daveharm.com”/
></a>
I think I'm close, but in all honesty, I really don't know.
If anyone could help me
Thanks,
Dave |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8428 Location: Castle Pines North, CO USA
|
|
Dave Harm
Joined: 11 Feb 2008 Posts: 4
|
Posted: Mon Feb 11, 2008 4:04 pm |
|
|
|
Man... was I close
closer than I thought
Thanks |
|
Dave Harm
Joined: 11 Feb 2008 Posts: 4
|
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8428 Location: Castle Pines North, CO USA
|
Posted: Wed Feb 13, 2008 10:35 am |
|
|
|
You can add the height / width attributes to your HTML code
| Code: |
<a href="http://www.daveharm.com" target="_blank"><img src="http://www.daveharm.com/images/dh_logo1_468x60px.gif" alt="daveharm.com" "width=200px" "height=125px" /></a>
|
If it is a JPG, you would need to change the source code to a jpg extension.
And you can specify height / width in the image
| Code: |
| <a href="http://www.daveharm.com" target="_blank"><img src="http://www.daveharm.com/images/dh_logo1_468x60px.gif" alt="daveharm.com" "height=125px" "height=125px" width="234" height="30" /></a> |
But the examples you posted are GIFs not JPGs which might be the problem
_________________
Corey
Toll Free Fax Solutions | Mile High Merchant Accounts | Expression Web Blog |
|
Dave Harm
Joined: 11 Feb 2008 Posts: 4
|
Posted: Wed Feb 13, 2008 3:21 pm |
|
|
|
I'm scratching my head, trying to figure out how come it works - but it does...
Thanks again,
Dave |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|