|
I don't doubt that the method you suggest is spot on, however there could be some problem with the location of my photo, it's file name, file type, or the location of the '<IMG' line in the html doc. Not sure if I can post this lot on here, but I'll have a go anyway. Thanks for the help !!
<HTML>
<HEAD>
<TITLE>THIS IS MY FIRST GO AT A BASIC WEB PAGE</TITLE>
</HEAD>
<BODY BGCOLOR="#CCFFCC">
<I><P>I've found a good online tutor which has helped me get
to grips with the most basic operation of html. Things were going well until
I tried to put a photograph on</P></I>
<P>The next step for me is to learn how to put the photo on. I had a photo already in the computer, just a test
, it was called 'DSC1401', I've resized it and saved into the same folder as this page
. The name of the photo does not end '.jpeg', does this matter ?
Please review what I've done, if you could point to the problem, that would be great !</P>
<P><CENTER><B><U>I'VE DECIDED TO PUT THIS IMPORTANT BIT RIGHT IN THE CENTRE !!!</U></B></CENTER></P>
<UL>
<LI>I want to put a photograph on this page
<LI>I have created a photo, and reduced, it's in the same folder I have this page
<LI>Think the file type is a JPEG Image, it's called 'DSC01401'
<LI>I've can't get the image to display
<LI>Can you suggest the correct line of HTML that I need ?
</UL>
<img src="DSC1401" border="0">
<!--Stuck at this point, any help, much appreciated, please insert the line of html or instructions-->
</BODY>
</HTML>
|