Ok, I need to get some pictures to show up in an email. My html guy is out of town, and this needs to be done yesterday. i have been reading up online all sorts of tutorials, but still cannot get these images to show up. I need to create an absolute path to the images on my server.
Currently, the coding looks like this.........
<img border="0" src="episode_20.gif"
and i need it to look like this, or so i have read.....
<img border="0" src="http://myservername.com/directory/episode_20.gif"
now, my server name should be my domain, right??
and the directory should be the directory on my server that the pictures are in, right?
The pictures are at http://perverthaven.com/nlsample.htm
On my server, the folder they are in is perverthaven.com/images
someone please help me fast!!!
Currently, the coding looks like this.........
<img border="0" src="episode_20.gif"
and i need it to look like this, or so i have read.....
<img border="0" src="http://myservername.com/directory/episode_20.gif"
now, my server name should be my domain, right??
and the directory should be the directory on my server that the pictures are in, right?
The pictures are at http://perverthaven.com/nlsample.htm
On my server, the folder they are in is perverthaven.com/images
someone please help me fast!!!


Comment