Inserting image in html?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All
I am writing my own webpage and the problem im having is that i cannot insert a image into
my html document. Im pritty new to this, could anyone please advise me from say saving an image
off the web, to including it in my html document.
Thanks
 
Kenny;
From IE HELP:
[Saving pictures or text from a Web page
As you view pages on the Web, you’ll find information that you'd like to save for future
reference or share with other people. You can save the entire Web page or any part of it:
text, graphics, or links. You can print Web pages for people who don’t have access to the
Web or a computer.

Save a page or picture without opening it. Right-click the link for the item you want to
save, and then click Save Target As.
Copy information from a Web page into a document. Select the information you want to copy,
and then on the Edit menu, click Copy.
Create a desktop shortcut to the current page. Right-click in the page, and then click
Create Shortcut.]
==============
Basic HTML
http://www.24by7.ca/tutorials/bhtml1.shtml
 
Kenny said:
Hi All
I am writing my own webpage and the problem im having is that i cannot insert a image into
my html document. Im pritty new to this, could anyone please advise me from say saving an image
off the web, to including it in my html document.
Thanks
====================
Kenny, download the FREE Netscape as it includes a webpage maker called
COMPOSER. You don't even have to know any HTML. Inserting pictures is a
snap. Just read the tutorial and have fun! Check out the webpages I made
using it! You don't need to use the Netscape browser to use Composer.

Make sure of your spelling when using HTML. One letter off and it wont
work. This is the code I have if you don't care to use Composer.

<IMG SRC="http://www.yourisp.com/users/yourname/yourimagename.jpg"> I
hope this makes sense to you. This was how I did it before using
Netscape's Composer.
--
FS......
My webpages:
http://www.heartoftn.net/users/windsong/indexpage.html <-- made with
Composer.
"Go for younger men. You might as well, they never mature anyway."
~~~~<~~~~<~~~{@ ~~~~<~~~~<~~~{@ ~~~~<~~~{@ ~~~<~~{@
 
Back
Top