Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each template node contains the code block for different sections of the webpage, for example, the Header template node contains the code for the FAQ Hub webpage header.

Experience Designer CodeHeader Template node

Web view

Line 19 to 21

Code Block
<div class="col-xs-12 col-sm-6 col-md-6">
  <p class="bold mb-0 float-md-left float-sm-left float-xs-left">Monday - Saturday, 8am to 10pm </p>
</div>

Line 22 to 24

Code Block
<div class="col-sm-6 col-md-6">
  <p class="bold float-md-right float-sm-right float-xs-left mb-0">Call us now +1 617-380-7329</p>
</div>

...