Results 1 to 7 of 7

Thread: Fotos in Html

  1. #1
    Member
    Join Date
    Sep 2002
    Location
    Buenos Aires
    Posts
    62

    Question Fotos in Html

    Hey Guys

    probably a stupid question, but I will try anayway:

    I do use word 2000 on my win2k system and at times I need to send word docs with some pictures in it. To reduce size I would like to send them as html, but when sending it with Becky! mail it seems as if I am sending without the fotos. How can I tell word to embedd or whatever when being sent in html, or any other idea of reducing size but sending the pictures??

    Ruben

  2. #2
    Titanium Member efc's Avatar
    Join Date
    Sep 2002
    Location
    North Central Arkansas
    Posts
    2,103
    Images do not reside in a HTML file. It contains coding that points to the image so that it can be displayed on the page. The image is a separate file.

    example - [img]imagefilename.jpg[/img]

    My suggestion is to copy and paste the doc file into your email. If the image file is too large, reduce the size of the image using Photo Shop, Paint Shop Pro, Photo Impact or other photo processing software that will optimize images for display on a monitor. Swap the optimized image for the original then copy and paste the word file to your email client.
    Linux Mint Debian Edition

  3. #3
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    the code for inserting an Image in HTML is <img src="filename.jpg" alt="Photo of me">Any comments</img>

    But if you are using word, you might be able to copy & paste the image into the document, then save as webpage, then email all files word creates

    --- 0wN3D by 3gG ---

  4. #4
    Titanium Member efc's Avatar
    Join Date
    Sep 2002
    Location
    North Central Arkansas
    Posts
    2,103
    Cash is absolutely right. Please disregard my previous post. It is wrong, wrong, wrong. Now excuse me while I go back to sleep.
    Linux Mint Debian Edition

  5. #5
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    Its OK efc, your code is correct for adding an image to this thread

    --- 0wN3D by 3gG ---

  6. #6
    Member
    Join Date
    Sep 2002
    Location
    Buenos Aires
    Posts
    62
    Quote Originally Posted by cash_site
    the code for inserting an Image in HTML is <img src="filename.jpg" alt="Photo of me">Any comments</img>

    But if you are using word, you might be able to copy & paste the image into the document, then save as webpage, then email all files word creates
    This is what I did - and the foto doesn't show up

    Ruben

  7. #7
    Security Intelligence TZ Veteran cash_site's Avatar
    Join Date
    Jul 2002
    Location
    Software Paradise
    Posts
    3,385
    err which one did you do? the code or copy&paste into word

    If it is the code then: the src="filename.jpg" actually needs to be the path to the actual picture. Example, in your root directory is index.html, and another directory called images with filename.jpg inside, then if you want a picture on index.html you will type src="images/filename.jpg"

    Also, you may have to check your IE settings, to see if you allow images to be shown in your webpages. But also, check the permissions for your directory structure and files. They should all be read access, and I think executable access for the directories, not sure about that one.

    --- 0wN3D by 3gG ---

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •