NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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 />
-
Hi,
Change the </font></small> to </small></font>
End-tags.work from the inside out like brackets.
Cheers,
René
-
Thanks Rene,
It is working ;-)