|
Posted by Louis1 on 09/07/05 12:13
Thanks - I'll check it out. I like your web page, too :)
Part of this is the challenge of it. I would like to know how
to do it, partly because of a desire to help out my employer,
and part because I can see some practical application, especially
with very-small graphics, though I realize I probably cannot
get it to work with all email clients.
Thanks again!
On Mon, 05 Sep 2005 02:17:56 -0400, WD10 <wd10@nospam.invalid> wrote:
>On Sun, 04 Sep 2005 22:19:54 -0500, Louis1 wrote:
>
>> I want to do the same.
>>
>> I am able to write and display the HTML in email,
>> but cannot seem to get the knack for displaying graphics.
>>
>> I have a couple of websites, but when I link to a picture on
>> my webserver, the graphics won't display.
>>
>> Any ideas would be appreciated. In my Google searches,
>> all I get are companies that want to charge me a monthly fee
>> to do it for me, and that is absurd, I just need to know the best
>> way to link to pictures on my web page.
>>
>> Thanks very much,
>> Louis
>
>
>To link to an image on your server:
>
><img src="http://www.your-server-URL-goes-here.com/images/your-image.gif"
>alt="some alt text">
>
>Did you add the http part?
>
>
>----------------------------
>J.Cohen
>http://tips.webdesign10.com
[Back to original message]
|