I want to have a picture link to my list of charactors. I save that file (cast.htm) into the workspacewebsites folder. now I have a problem...
when the site loads it will either make the whole first few words links or, will make no link at all...
here is the HTML code..
<a href="cast.htm"><img src=imagescast.jpg><P>ps. yes I know it's .htm...no L should there be an L...is that why it doesn't work.
Linked images
-
S_K_I_P_P_Y
- Newbie
- Posts: 13
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: woodbridge, VA, USA
- Contact:
What are you using to edit your webpage? Where is your webpage? What's the address of it? Without any sort of info at all, it's hard to help you - I've had that happen before, but I use Dreamweaver, and when you do an image link command, if you don't click off of the image BEFORE you start typing text in, it will extend that link into the text - which can be annoying. Let me know what you're using, and where your page it at, and I can help you more with it. Also make sure that yes, it *IS* named .htm, not .html, also make sure that you upload your cast page to the workspace/webpages folder. <P>------------------
<A HREF="http://xenith.keenspace.com" TARGET=_blank>Xenith</A>: the horizon is here...
<A HREF="http://xenith.keenspace.com" TARGET=_blank>Xenith</A>: the horizon is here...
A couple of things:
1) Don't use MS word, it's auto formatting makes a mess of HTML code.
2) While you don't need the leading slash, having it there is good practise, you'll need it when you start putting links and images on your archive pages. (Putting " around the SRC's is a good idea too.)<P><font color=blue><a href="/cast.htm"><img src="/images/cast.jpg"></a></font>
1) Don't use MS word, it's auto formatting makes a mess of HTML code.
2) While you don't need the leading slash, having it there is good practise, you'll need it when you start putting links and images on your archive pages. (Putting " around the SRC's is a good idea too.)<P><font color=blue><a href="/cast.htm"><img src="/images/cast.jpg"></a></font>
-
S_K_I_P_P_Y
- Newbie
- Posts: 13
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: woodbridge, VA, USA
- Contact:
-
S_K_I_P_P_Y
- Newbie
- Posts: 13
- Joined: Fri Jan 01, 1999 4:00 pm
- Location: woodbridge, VA, USA
- Contact:
hehe...I feel stupid. I'm using a combonation of Notpad and Microsoft word. (I know...I know...I need a better set of programs) the site is...http://drawingablank.keenspace.com/
thnx
thnx
Well, the html scrap you posted:
<hr>
<a href="cast.htm"><img src=imagescast.jpg>
<hr><P>will do what you describe because you have no closing tag.
at the end of the part you want to be a link you need : </a><P>Also, there's a good chance you don't need the leading slash in the url. Just img src=images/cast.jpg <P>------------------
Scott Maddix
<A HREF="http://pdi.keenspace.com" TARGET=_blank>Psychic Dyslexia Institute</A>
<A HREF="http://spoon.keenspace.com" TARGET=_blank>Fire on the Mountain</A>
Freud was wrong!
<hr>
<a href="cast.htm"><img src=imagescast.jpg>
<hr><P>will do what you describe because you have no closing tag.
at the end of the part you want to be a link you need : </a><P>Also, there's a good chance you don't need the leading slash in the url. Just img src=images/cast.jpg <P>------------------
Scott Maddix
<A HREF="http://pdi.keenspace.com" TARGET=_blank>Psychic Dyslexia Institute</A>
<A HREF="http://spoon.keenspace.com" TARGET=_blank>Fire on the Mountain</A>
Freud was wrong!