| View previous topic :: View next topic |
| Author |
Message |
Freejoy
Joined: 14 Apr 2008 Posts: 1 Location: Sterling,CO
|
Posted: Mon Apr 14, 2008 5:26 am Post subject: img src=? |
|
|
Hi Everyone,
I was wondering if someone could show me what I'm missing with is problem?
When placing a picture inside a web page everything I've read so far says to do it this way:
<img src="happy.gif" alt="happy" /> ect...
This does not work for me.
I seem to always have to write the complete file path, example:
<img src="file///C:/.../.../.../happy.gif" />
Something like that.
Anyway, I realize this won't work when I upload my pages as the file paths will all change. I have one folder I keep all my web stuff in.
Thanks |
|
| Back to top |
|
 |
|
|
dflynn 250+ Club

Joined: 03 Oct 2007 Posts: 310 Location: Guelph, Canada
|
Posted: Tue Apr 15, 2008 1:52 am Post subject: Re: img src=? |
|
|
| make sure all of your files are in one folder preferably on your desktop. if you have to write the whole path then there's something wrong with the way you are saving it. |
|
| Back to top |
|
 |
|