PDA

View Full Version : Inserting HTML image


Primate
Jul-25-2006, 11:08 AM
This isn't so much a SmugMug specific question but does have to do with something I am trying to do in SmugMug. I am trying to insert an image into a string of html code in my Biography but I can't get it to show up. I'm thinking it has something to do with the fact that I have the image uploaded to one of my galleries that is password protected. Additionally my whole site is password protected. Is there any way I can insert this image with out leaving it free and open in the gallery for people to see there? I just want them to see it where I insert it in the Bio. Is this possible? Does this even make sense? :confused

Thank you (again and again!) in advance!!

Andy
Jul-25-2006, 12:25 PM
be sure the gallery allows external links, in your gallery customization.

Then, use this code to insert it:

<html>
<div id="myimage1"
<img src="http://www.smugmug.com/photos/XXXXXXX-M.jpg">
</div>
</html>

Then, any of the helpers here can help you with the CSS to style and position #myimage1