Re: landing page question

Michelle_Tizian
Level 10

landing page question

Is it possible to make the logo image editable on the landing page template so that when I create a landing page locally, I can easily swap out the images where the logos usually go.  Sometimes I'm asked to have a different logo graphic on the form landing page and on the thank you page.  
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: landing page question

If I am following your idea correctly a div can solve that.

Where you have the logo defined as
<img src="http://test.example.com/rs/test/images/logo.gif" align="right" border="0" height="39" width="90" alt="" />

you define a new div and set its ID distinct from existing ones

<div class="mktEditable" id=replace_logo>logo<br />
        <img src="http://test.example.com/rs/test/images/logo.gif" align="right" border="0" height="39" width="90" alt="" />
 </div>
 
The results is an editable image:

0EM50000000R7NH.jpg
Anonymous
Not applicable

Re: landing page question

Please apologise an important detail badly missed: mktEditable applies to emails, not landing pages. 
Michelle_Tizian
Level 10

Re: landing page question

Awww Breno, you almost gave me a glimmer of hope!  So, there's no work around?  
Alok_Ramsisaria
Level 10

Re: landing page question

Bgomes has already given you the answer for email templates. However, for a landing page, we can’t create the editable logo section separately. So I will suggest, you should not include logo in template - Instead, drag and drop the logo while creating the landing page.