Hello – It seems that my biggest problem is that I do not have a good working handle on how to use a text editor. Note Tab Pro was referred to me as being a...
7278
Axel Berger
absalom_nemini
Dec 15, 2012 10:39 pm
... I suggest it's not. If you come from word processors, the big change is not how to do things but what to do. An editor can ONLY work on simple pure and and...
7279
loro
yastupidhoo
Dec 16, 2012 3:20 am
Hi Cole, ... I don't think there are any videos. Don't be intimidated by "all the features". Start with concentrating on what you want to do and then find out...
7280
M
rawleyatnormist
Dec 16, 2012 11:17 am
Hi cmark50, I think Axel may have missed something. The first thing I would ask you is what do you want a text editor for? Answer that and we can help....
7281
Axel Berger
absalom_nemini
Dec 16, 2012 1:44 pm
... I mayx not have been clear enough, but just that was implicit in my "the big change is not how to do things but what to do." ... Not necessarily. As I...
7282
Fookes Software
eric_fookes
Dec 17, 2012 1:14 pm
Hi Cole, Just to let you know there's a big "How To..." section in NoteTab's help file that you may find helpful. Just press F1 to open the help file. If you...
7283
Mike Breiding - Morga...
mikebreiding
Dec 23, 2012 3:32 pm
Greetings, I am trying to access my server using the TELNET utility in WinXP It has been 30 years since I used TELNET. When I am at the TELNET prompt I type...
7284
B Johnson
mariuscat
Dec 24, 2012 1:02 pm
Hello, We just upgraded from NoteTab Pro 6 to 7 for Windows 8. I am unable to add the shortcuts for alignment to the html tools. It has them for the document...
7285
Dave
david_99_au
Dec 24, 2012 1:43 pm
Hi I do not have 8 but it should be the same so , make the clip you want and from the clip window drag to the toolbar, then if you want right click on the new...
7286
Dave
david_99_au
Dec 24, 2012 2:27 pm
Hi have you checked windows help for Telnet and what's wrong with ftp ? THANKYOU DAVE M ... From: "Mike Breiding - Morgantown WV" <mike@...> To:...
7287
Marcelo Bastos
mcbastos
Dec 24, 2012 2:34 pm
By the way, as of today HTML5 is considered feature-complete and stable. http://www.w3.org/News/2012#entry-9667 MCBastos...
7288
Bobbie Johnson
mariuscat
Dec 24, 2012 2:53 pm
I tried to do that but I think I do not know how to create a button. We want to add underline, align lifet, align center and align right. Sorry. Thanks for...
7289
Mike Breiding - Morga...
mikebreiding
Dec 24, 2012 3:10 pm
... Yes I did. The help was no help. Thanks, -Mike...
7290
Mike Breiding - Morga...
mikebreiding
Dec 24, 2012 3:37 pm
... I also tried PuTTy and had the same results. -Mike...
7291
fw7oaks
Dec 24, 2012 4:56 pm
The server you're trying to reach is still configured for Telnet sessions ? -fw ... From: Mike Breiding - Morgantown WV <mike@...> Subject:...
7292
Mike Breiding - Morga...
mikebreiding
Dec 24, 2012 5:27 pm
... This I do not know. Perhaps I better contact the Admins about this. Thanks, -Mike...
7293
manon_purple
Dec 27, 2012 12:36 pm
I upgraded NoteTab Pro from 6.2 to 7.1. Since then my HTML syntax highlighting is incomplete. Sometimes only the first URL is highlighted, URL's after that...
7294
Axel Berger
absalom_nemini
Dec 27, 2012 12:40 pm
... In my experience URL highlighting has always been partially fooled by word wrap. I never found it a problem, but using NZ for many things besides HTML I'm...
7295
M
rawleyatnormist
Dec 27, 2012 2:26 pm
Hi, I noticed that syntax highlighting is haywire. I assumed that the programmers were already aware of this fault and were working on it. No doubt there will...
7296
manon_purple
Dec 28, 2012 9:22 am
Thanks for the input Axel, so far did not see a relation with wordwrap, but that could be an issue. For now I revert to version 6....
7297
manon_purple
Dec 28, 2012 9:22 am
Thanks Michael, in version 7.1 a problem with syntax highlighting is supposed to be remedied, according to the changes log. I have no idea if the programmers...
7299
Fookes Software
eric_fookes
Jan 17, 2013 4:53 pm
Hi, Yes we are aware of certain issues with the syntax highlighting feature. We have fixed many problems but it's complicated and some fixes unfortunately...
7300
Adrien Verlee
verlee2001
Feb 1, 2013 12:26 pm
... Here: http://www.mobileread.com/forums/showthread.php?t=142530 can one find another Wordmacro (I didn't test it, because I had already my own macro that...
7301
Greg Chapman
gregchapmanuk
Feb 1, 2013 12:47 pm
Hi, ... I have just been pointed to: http://word2cleanhtml.com/ ... I just threw an ugly course syllabus at it and it did pretty well, making a reasonable fist...
7302
Dave
david_99_au
Mar 2, 2013 2:51 pm
Hi when doing HTML Internet explorer works beautifully when made a page and opened it to find out if it works, if you make a change Internet explorer updates...
7303
John Shotsky
shotsky1
Mar 2, 2013 2:59 pm
Not sure what you are asking. Do you mean you want the browser to automatically display any updates made to the source html document? If so, you will have to...
7304
ert.mike
May 8, 2013 12:16 pm
This page: http://epicroadtrips.us/2013/scotland/ has this section commented out: <!--<div id="navwrapper"> <div id="navigation"><?php...
7305
John Wallace
johnta1
May 8, 2013 12:24 pm
That comment tags don't stop the PHP from working on the 'include39; navigation. Try using // before the include if you don't want that to show. John Wallace ...
7306
Rudolf Horbas
rhorbas
May 8, 2013 2:32 pm
In your includes are more HTML comments which close the opened comments. As John pointed out, use PHP comments, or close the html comments before the includes...
7307
Mike Breiding - Morga...
mikebreiding
May 8, 2013 3:53 pm
... Hi John, That worked. <// ?php include("w2bot_nav.php"); ?> Thanks! -Mike...