NetTalk Central

Author Topic: xHTML editor suggestions?  (Read 4048 times)

JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
xHTML editor suggestions?
« on: January 21, 2012, 05:56:58 AM »

Hi,

Any suggestions for a practical xHTML editor?
I am embedding bits of xHTML in NTWS procedures.

Currently using FrontPage, but am finding that it does not generate compliant code and it is resulting in errors.


Johan


bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: xHTML editor suggestions?
« Reply #1 on: January 21, 2012, 12:09:26 PM »
Notepad.
I'm only half kidding.


JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
Re: xHTML editor suggestions?
« Reply #2 on: January 22, 2012, 01:06:39 AM »


<G>
I knew I had to add a PS that some brightspark would mention Notepad, and that it does not count.

Seriously,
I know, and am looking to upgrade my Boxer text editor, the latest version has impreved html support,
but would be nice to have a simple editor that I can do small clips of html in and that will verify the syntax, or wysiwig.

Or if I want to add simple headers/paragraphs in between fields, or above/below forms, some examples would be a good start.
My html knowledge is close to zero.
Which tags are not needed, and which ones are essential in the NTWS framework, if I embed bits of HTML?

thanks

Johan



JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
Re: xHTML editor suggestions?
« Reply #3 on: January 22, 2012, 03:07:08 AM »


Kinda solved,

am keeping it real simple with <h> tags and <p> tags
will add as I go along.

Johan

JohanR

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • Email
Re: xHTML editor suggestions?
« Reply #4 on: January 23, 2012, 02:21:17 AM »

Ok, took your advice and some feedback

I am using a combination
of Boxer Text editor (html syntax coloring),
or still use Frontpage, but validate the html code with an online validator

http://validator.w3.org/#validate_by_input


thanks
Johan



terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: xHTML editor suggestions?
« Reply #5 on: January 23, 2012, 10:01:46 PM »
If you have tagkeys there is a neat little html tags section prepopulated with standard HTML code snippets and (obviously) you can add you own.
eg
The below took me 2 keystrokes
<HTML>
<HEAD>
<TITLE>Webpage Title</TITLE>
</HEAD>
<BODY>
test
<B>NewProductCode</B>
</BODY>
</HTML>
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186