Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Inserting foto in html document?  (Read 3018 times)

0 Members and 1 Guest are viewing this topic.

Eduardchile

  • Guest
Inserting foto in html document?
« on: October 24, 2010, 06:43:54 PM »
I am designing a website using html. My website is not yet on line!
How do I insert a foto stored at my desktop in my html document?

P. s. I have an Apple Macintosh computer!

Eduard

kpac

  • Web moderator
  • Moderator


  • Hacker

  • kpac®
  • Thanked: 184
    • Yes
    • Yes
    • Yes
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 7
Re: Inserting foto in html document?
« Reply #1 on: October 25, 2010, 05:15:53 AM »
You need to copy the image into (e.g.) the same folder as the HTML file.

Then link to it like this:
Code: [Select]
<img src="image.jpg" height="565" width="530" />

etc...

reddevilggg



    Expert

    Thanked: 69
  • Experience: Beginner
  • OS: Windows 7
Re: Inserting foto in html document?
« Reply #2 on: October 25, 2010, 09:38:12 AM »

Additional information can be found here -

http://www.w3schools.com/
11 cheers for binary !