NetTalk Central

Author Topic: HTML and Navigation  (Read 2625 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
HTML and Navigation
« on: October 27, 2017, 12:28:24 AM »
Hi Guys,

The following HTML code is breaking NWB navigation logic, when entered into the Heading field of a NWB (child)

What is the correct HTML format of the code below?

<font face="Helvetica" size="4"><small>Invoice Details (To be Invoiced)</font></small><br />


Rene Simons

  • Hero Member
  • *****
  • Posts: 649
    • View Profile
Re: HTML and Navigation
« Reply #1 on: October 27, 2017, 01:58:03 AM »
Hi,
Change the </font></small>  to </small></font>

End-tags.work from the inside out like brackets.

Cheers,
René
Rene Simons
NT14.14

rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Re: HTML and Navigation
« Reply #2 on: October 27, 2017, 03:09:24 AM »
Thanks Rene,

It is working ;-)