How do I add an image filename to the "Common Text for All TeamRaiser Pages" for a sponsor?

Options

I am trying to add a sponsor logo to the "Common Text for All TeamRaiser Pages" component on the top of the greeting page configuration.  But I have tried every variation of the filename I can think of, including the FTP path, and every time I preview a page using this component, the text of the filename appears instead of the image. For example, where the image should be, it says "Sponsor_logo1.jpg".  What am I doing wrong?

Tagged:

Comments

  • Diana,



    The sponsor fields simply store a URL, so the tag for rendering those fields in turn renders a URL. The intended use is to put the tag within an HTML image tag, e.g. 

     


    <img alt="" src="[[C1:sponsor_1]]" />

     

  • Noah Cooper:

    Diana,



    The sponsor fields simply store a URL, so the tag for rendering those fields in turn renders a URL. The intended use is to put the tag within an HTML image tag, e.g. 

     


    <img alt="" src="[[C1:sponsor_1]]" />

     

    Thanks Noah!  I would not have figured that out on my own.

Categories