PDA

View Full Version : I want an image in a gallery description


mrcoons
Feb-24-2010, 04:08 PM
I have an image I want to display in the gallery description and this is the way I entered it:

<img src="http://www.musicman5photos.com/photos/796432691_vWHZm-M.jpg">

But it does not display.

This is the gallery:
http://www.musicman5photos.com/Business/Relationships-with-Music/Relationships-with-Music/10439865_5n7ip#723968233_5XJ7Y

So what am I doing wrong? :dunno It's been a while since I had to do much HTML and I am rusty. I've done this for an images description. Can I not do this here?

Thanks.

jfriend
Feb-24-2010, 05:30 PM
I don't see this HTML anywhere in that gallery description:

<img src="http://www.musicman5photos.com/photos/796432691_vWHZm-M.jpg">

Are you sure you put it in there? Where is it relative to the other text in that gallery description?

mrcoons
Feb-25-2010, 02:36 AM
It is right below the header on line one. Looks like this:

<center> <h2>Relationships with Music portraiture</h2> <br>
<img src="http://www.musicman5photos.com/photos/796432691_vWHZm-M.jpg">
<h4> We want to celebrate with you the Relationship of the musician and their instrument. This session will be on a simple set, just the musician and their instrument. The result will be a piece of art that you will cherish forever. <br>
Who is this for? Musicians of any type and age. Orchestra, concert band, marching band, jazz band, rock or choir. You are all musicians and we want to capture your relationship with music. </h4>
<h5>To schedule your "Relationships with Music" portrait session just click on the 'email me' link at the top of the page. We will then contact you to arrange your session.</h5><br>
<h4>Session fee will be $45 and prints are extra.</h4>
<h4>(All Relationships photos are in a square format. We highly recommend the 'Thin Wraps' and 'Metal Prints' products.)</h4>
<h5>©Mark R Coons – Music Man5 Photos
(performing arts photography, marching band photography, event and personal photography. Based in Normal, IL.) </h5>Click <a href="http://www.musicman5photos.com/gallery/3445618_oxaqa" target="_blank">here</a> for more information about our services. </center>
<br>
Please remember that the watermark that appears on the photos shown here will not be on your purchased prints.</center>

denisegoldberg
Feb-25-2010, 03:36 AM
To use html in a gallery description, the description must start with <html> and end with </html>. I didn't see those tags in the code you pasted in above.

--- Denise

mrcoons
Feb-25-2010, 04:03 AM
To use html in a gallery description, the description must start with <html> and end with </html>. I didn't see those tags in the code you pasted in above.

--- Denise

Well I figured I was missing something simple, Denise! I had considered putting the HTML in there but since the center, heading and breaks were working I did not think I needed it. I stand corrected. Thanks a bunch.
:bow