Re: Finding Code & Updating Logo on Landing Page Template

Anonymous
Not applicable

Finding Code & Updating Logo on Landing Page Template

Hello,

I am trying to update the logo on our landing pages.  

I uploaded our new logo. I copied the URL from Marketo.  I place the new logo URL into the code, see below. When I approve the page, it appears to be broken.  Not too sure what I am doing wrong? Any help appreciated.

I thought about overwriting the logo image, so it would update on all pages, but we can not locate the image in our files.  Marketo orginally designed these pages for us, so I am not too sure where the logo is orginally saved.


0EM50000000SU0B.jpg


0EM50000000SU0L.jpg

0EM50000000SU0Q.jpg
0EM50000000SU06.jpg 

 
Tags (1)
4 REPLIES 4
Kenny_Elkington
Marketo Employee

Re: Finding Code & Updating Logo on Landing Page Template

Hi Katie,

You're missing a forward slash at the beginning of the src attribute.  It should start like '/rs' instead of 'rs'
Anonymous
Not applicable

Re: Finding Code & Updating Logo on Landing Page Template

Hi

The fact that you have a new domain, from gmfcu.com to millcitycu.com is one reason why you cannot find your images. Even if you have redirections for the pages, images will not be found.

Most importantly you need to use  absolute urls instead of relative urls so the path is clear.

Looking at your website, you could use this:
http://www.millcitycu.com/images/header/millcity-logo.png

so it will be the src="http://www.millcitycu.com/images/header/millcity-logo.png" 

Grant_Booth
Level 10

Re: Finding Code & Updating Logo on Landing Page Template

It looks like they're hyperlinking to a different domain, but since it's a Marketo landing page it should be hosted on the same domain the image is hosted at. I think the issue here is the missing /. Of course, using the full URL is never a bad idea.
Anonymous
Not applicable

Re: Finding Code & Updating Logo on Landing Page Template

Thanks everyone for the response.  You are all correct. I am missing the / in the code.  Can't believe I missed that one!