How do I hyperlink it so when it's clicked it goes to my site? How would I get it to dispaly on my site, and which file (images, data etc) would I upload it to?
~Naomi
I just made my first animated banner & I have some quest
-
ZOMBIE USER 7904
- Newbie
- Posts: 8
- Joined: Sun Feb 27, 2005 2:26 am
Just wrap the img tag in a "link" tag. For example:
<a href="http://mycomic.keenspace.com"><img src="http://mycomic.keenspace.com/images/mybaner.gif" /></a>
As for displaying it, the img tag handles that (this is basic html stuff). Just upload the banner to workspace/images/ and put the html linking and displaying it anywhere in your pages.
It sounds like you could use help with creating web pages, too. I'm not going to get into how to use the many what-you-see-is-what-you-get editors. There are a lot of good tutorials out there about html, here's one. Use your favorite search engine to find more.
<a href="http://mycomic.keenspace.com"><img src="http://mycomic.keenspace.com/images/mybaner.gif" /></a>
As for displaying it, the img tag handles that (this is basic html stuff). Just upload the banner to workspace/images/ and put the html linking and displaying it anywhere in your pages.
It sounds like you could use help with creating web pages, too. I'm not going to get into how to use the many what-you-see-is-what-you-get editors. There are a lot of good tutorials out there about html, here's one. Use your favorite search engine to find more.