Link to home
Start Free TrialLog in
Avatar of JordanMrazek
JordanMrazek

asked on

Insert an Image into an HTML document

im having trouble getting this Image into my html document.
i would love for the image to be under, or next to the item i have in the ordered list, if that is possible. i have tried this in so many different ways and it is just not working.
i do have the HTML file and the image in the same folder.
the file is a GIF image and i have lowered the size of the file significantly since i started.
Any help is appreciated.

i put the image in several different places to test but none of them work on the final page.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<head>
<meta name="description" content="Useless and Useful Sites" />
<meta name="keywords" content="Recommend, useless" />
<meta name="author" content="Matthew Newman" />
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
</head>
<TITLE>Useful and Useless Sites on The Internet</TITLE>
<BODY>
<A name = "top"></a>
<P>Table of Contents</P>
<Table CELLPADDING ="8" BORDER="3">
   <TR>
     <TD><A href ="#top">TOP</TD
   </TR>
</TABLE>
<CENTER><P><B><I><H1>I Recommend</H1></I></B></P></CENTER>
<OL>
   <LI><a href="http://www.wikipedia.org/">www.Wikipedia.org</A> This site has a lot of valuable information. I wouldnt recommend using it as a reference for a term paper, but it is a great place to look for information. There are a lot of useful links at the bottom of every wikipedia page that can actually be used a references. I use this site all the time as a "first stop".</LI>
<IMG SRC="C:\Users\Administrator\Documents\Sophomore\IS270\WEBSITE_FILES\Wikipedia1.GIF" WIDTH="50" HEIGHT="50">
</OL>
 
<IMG SRC="Wikipedia1.GIF">
<IMG SRC="C:\Users\Administrator\Documents\Sophomore\IS270\WEBSITE_FILES\Wikipedia1.GIF" WIDTH="50" HEIGHT="50">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
</BODY>
</HTML>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of agsapt
agsapt
Flag of Indonesia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JordanMrazek
JordanMrazek

ASKER

i have actually found out that mozilla firefox was having issues, when i switched to IE i got a red X.
ill try renaming the file but the html doc and the image file are in the same directory.
i am rather foolish.
i did not realize i had to hit SAVE AS not just SAVE.
the problem is resolved.
great then ...