Credit Cards | Mortgage | Credit Card | Personal Loans | Song Lyrics
HTML and getting newsletter images to appear [Archive] - PCMech Forums

PDA

View Full Version : HTML and getting newsletter images to appear


scooby
02-03-2003, 11:52 AM
I'm new to this. I have a newsletter already in HTML format. I've made the link reference to the page but the graphic files do not load. What command do i need for the "_files" folder containing all the images to be accessed.

Thanks

piasabird
02-12-2003, 11:43 PM
This is an Anchor tag with HREF which is a link and an image tag that displays the image. You have to FTP the files to your space on the web server. You provider usually gives you a user name and a directory to put your file in. WS Ftp is a good program to use.


<A HREF="mailto:ceh4702@charter.net">
<IMG SRC="MAILBOXDEVIL.gif"></A>

piasabird
02-12-2003, 11:50 PM
hopefully you can see this:
<tw>
<!--
<A
HREF="mailto:ceh4702@charter.net">
<IMG SRC="MAILBOXDEVIL.gif"></A>
--!>
</tw>