Developer forum

Forum » Development » Add a logo from html code

Add a logo from html code

John Cristian Villamar Cueva
Reply

Hello everyone, can someone help me with the following, I need to add a logo from an HTML code, how can I do that, the code is something like this:

<span id="siteseal"><script async type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=7WCo4K0yB4wnMxz4oaS7Q3xJ5Ywa15WCQTte9H0FUEtd31pGXC0Bt1lLO"></script></span>

It is very important for a Go Live, please give me a hand if you can, thank you.


Replies

 
Nicolai Pedersen Dynamicweb Employee
Nicolai Pedersen
Reply

Hi John

You do not provide a lot of context - so hard to tell exactly what you need to do.

But something like this:

  • Locate the layout file or master template - i.e. here using Swift, called Swift_Master.cshtml
  • Edit the file and locate where in the markup you want your image
  • I.e. in the footer section marked below
  • Insert the markup and save the template

 

You must be logged in to post in the forum