Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jpg. how to transfrer? 1

Status
Not open for further replies.

juandiegomc

Programmer
Apr 25, 2003
60
US
I have received in an e-mail attachment
but I am not sure how you can now put the
Moscow.jpg photo into an html form and put
it on the web site? Any tips sure would

be appreciated.

juandiegomcc@afirmacion.com
 
Do you mean you want to take the picture you have been emailed and put it on a web site somewhere? Well assuming that you have a website somewhere to put it...

Save the image out of your email. Depending on your email program the technicalities of doing this will vary but most should allow you to right click on the image and select "save image as..." or something similar.

Save the image into a folder and in the same folder create a new text file and change the extension from .TXT to .HTML

Into your new .HTML file copy the following:
[tt]
<html>
<head>
<title>Picture of Moscow</title>
</head>
<body>
<h2>Look at this great picture of Moscow!</h2>
<img src=&quot;Moscow.jpg&quot; alt=&quot;Picture of Moscow&quot;>
</body>
</html>
[/tt]

And save the file.

Now all you need to do is upload your html and jpg files to your web server. Again the technicalities will vary so it's probably best to check with your webspace provider.

Hope this helps.
 
How can I get the picture saved as a jpg. saved on my

hard drive? The pictures were sent to me as an e-mail

attachment and there seems no was to get them to the hard drive.

juandiegomcc@afirmacion.com
 
What email program are you using?

Usually, it will be under FILE > SAVE ATTACHMENTS AS or save attachments when you are on the message.

In outlook, while highlighted in the message pane , File >SAVe attachments As

save it to a folder and upload it with your html document.
 
The light suddenly dawns, The 'feature' of OE6 that blocks access to 'dangerous' attachments.

search the email issues forum forum605 you'll find lots of posts in there

like this one thread605-569210

Chris.


Indifference will be the downfall of mankind, but who cares?
 
Dear dwarfthrower,

Thanks and I am making progress plus plus. I have
1.) saved it out of the e-mail attachment...+++,

2.) I am using an HTML builder. I saved the image into a new folder and I did change its extension from .txt to .html. Again, +++.

So far so good. A star for you my fiend.

Now I put in this following code as you said...............

[ Into your new .HTML file copy the following:

<html>
<head>
<title>Picture of a hoped for future new church in Moscow</title>
</head>
<body>
<h2>Look at this great picture of Moscow!</h2>
<img src=&quot;moscowcar.jpg&quot; alt=&quot;Picture of Moscow&quot;>
</body>
</html>


And save the file.


3.) I then uploaded it into my server and into my web site:


Could you see my code in: English news then go to
Russia news. On the Russia news you can click on the Pictures command button. Check out what mistake I must have put into that code why it doesn't bring up the picture.

juandiegomcc@afirmacion.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top