How do I add a Single non-clickable photo to an html page?

lwebblwebb Registered Users Posts: 17 Big grins
edited March 16, 2007 in SmugMug Support
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?)

Comments

  • BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited March 16, 2007
    lwebb wrote:
    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>
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • AndyAndy Registered Users Posts: 50,016 Major grins
    edited March 16, 2007
    lwebb wrote:
    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
  • lwebblwebb Registered Users Posts: 17 Big grins
    edited March 16, 2007
    Thanks a Million Barb!!!
    Barb wrote:
    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!!!!
Sign In or Register to comment.