NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on October 27, 2017, 12:28:24 AM

Title: HTML and Navigation
Post by: rupertvz 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 />

Title: Re: HTML and Navigation
Post by: Rene Simons 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é
Title: Re: HTML and Navigation
Post by: rupertvz on October 27, 2017, 03:09:24 AM
Thanks Rene,

It is working ;-)