PDA

View Full Version : How do I add a Single non-clickable photo to an html page?


lwebb
Mar-16-2007, 10:07 AM
I want to create html pages with images that do not move and can be placed anywhere on the page. However, I have been unable to do that.

Can someone please tell me or point me to the "exact" code to use to allow me to simply put one single "non-clickable "photo on my html page?

An example of what I'm talking about can be found here: http://www.moonriverphotography.com/gallery/911245 (the example I'm looking for is the picture with the female in it. Thanks everyone?)

Barb
Mar-16-2007, 10:09 AM
I want to create html pages with images that do not move and can be placed anywhere on the page. However, I have been unable to do that.

Can someone please tell me or point me to the "exact" code to use to allow me to simply put one single "non-clickable "photo on my html page?

An example of what I'm talking about can be found here: http://www.moonriverphotography.com/gallery/911245 (the example I'm looking for is the picture with the female in it. Thanks everyone?)

Hi :)

You can add an image in your gallery description by using this:

<img src="LINK TO YOUR IMAGE HERE">

Be sure to surround it with <html> and </html>

Andy
Mar-16-2007, 10:10 AM
I want to create html pages with images that do not move and can be placed anywhere on the page. However, I have been unable to do that.

Can someone please tell me or point me to the "exact" code to use to allow me to simply put one single "non-clickable "photo on my html page?


Lots of GREAT html help here:
http://www.smugmug.com/help/html-help.mg

lwebb
Mar-16-2007, 10:29 AM
Hi :)

You can add an image in your gallery description by using this:

<img src="LINK TO YOUR IMAGE HERE">

Be sure to surround it with <html> and </html>


Thanks a Million Barb!!!!