Hi Edward: go to View | Options | HTML Files and then Un-check Create Upper-case Tags. Charlie Charles M. Raine, Winnipeg. MB R3P 0W3...
14946
c_j_ackson
Apr 3, 2006 3:09 am
Thanks for all who responded to my question. I found a way to gather database table data from MySQL to Notetab that bypasses manually typing in a command...
14947
Hugo Paulissen
hugo_paulissen
Apr 3, 2006 8:37 am
Thanks for sharing this. Oddly enough I only can get it to work with ^$getoutput()$ Hugo ... Notetab...
14948
Ed
horsefly_38866
Apr 3, 2006 5:48 pm
Charlie, I did not realize that was there and i have been using NoteTab Pro for several years. Worked like a charm. Many thanks. Ed ... From: Charles M....
14949
Don - HtmlFixIt.com
dpasseng
Apr 4, 2006 3:47 pm
... While you are in there Ed, check create xhtml tags as well. That will pay dividends down the road as well....
14950
Wiz Feinberg
wizcrafts
Apr 4, 2006 5:19 pm
Hi y'all! I am correcting invalid html codes for a new client whose website design revolves around multiple nested tables. While running HtmlTidy it informed...
14951
dvdwriters12
Apr 6, 2006 12:03 am
I have a lots of mp3s. They are from a long time ago.. so no tag data. Anyway they are labelled 1.mp3 to 150.mp3 The file names are in a file called title.txt...
14952
Hugo Paulissen
hugo_paulissen
Apr 6, 2006 7:53 am
... data. ... I'd go for another solution - NoteTab may still be involved to reformat (?) the original txt-file... Use Mp3tag (www.mp3tag.de), which has a...
14953
hsavage
hrs62930
Apr 6, 2006 4:37 pm
... Mike, If we're to pursue this, since it doesn't pertain to HTML, we need to move to the 'clips list' or, the 'off topic' list. I'll CC this to those...
14954
abairheart
Apr 6, 2006 7:44 pm
... of ... include ... I'd suggest you look up HTML clip code in the NoteTab help to begin with. Combined with Find, and select, you could find the entire tag...
14955
junja
john_negus
Apr 8, 2006 6:39 am
If I've understood right, the syntaxes for passing: - an empty parameter (to a command) is "" - optional parameters (in the help file) is [] That being the...
14956
hsavage
hrs62930
Apr 8, 2006 12:21 pm
... John, A slight misinterpretation, the square-brackets in help file examples indicate only that an additional parameter is optional, they do not become part...
14957
hsavage
hrs62930
Apr 8, 2006 1:13 pm
... John, In the previous response I neglected to address the 'empty "" parameter'. There are several 'predefined variables for use in clips, in the above...
14958
dvdwriters12
Apr 9, 2006 7:34 pm
Trying to write a clip and was wondering if there is an easy way to modify HTML styles, like bold / italic / underline. The problem is the tags need nesting...
14959
loro
yastupidhoo
Apr 9, 2006 10:56 pm
... Since you say "styles", I take it you use EM just for the way it looks? Then you could maybe use CSS instead, which makes it easier. If you just want an...
14960
junja
john_negus
Apr 10, 2006 8:50 am
Hi hrs You've much more experience than I have in clip programming but there's a point of logic here. ... The point is, how do you pass an empty parameter?...
14961
junja
john_negus
Apr 10, 2006 8:52 am
... Okay, but it would be nice if the example in the doc was definitive. Does ntb accept "" for an empty parameter? junja...
14962
hsavage
hrs62930
Apr 10, 2006 2:21 pm
... John, Yes, "" will suffice for ^%empty% in most cases I can think of if an empty parameter is required. To trim blanks in a document without setting the...
14963
abairheart
Apr 10, 2006 7:33 pm
... Actually, NoteTab's help is way better than most other software. Give the problems with NoteTab help, what does that say about other software?! The way to...
14964
dave
david_99_au
Apr 11, 2006 12:32 pm
Hi I'm old fashioned I'd use <bold><italic>some text </italic></bold> . THANKYOU DAVE M ... From: "dvdwriters12" <dvdwriters@...> To:...
14965
Bob Gorman
bobgorman2002
Apr 12, 2006 5:18 pm
Don, At Wednesday 04:07 PM 3/8/2006, you wrote: ... I've also been experimenting with this, but I'm not quite successful as yet. I may be missing something...
14966
Don - htmlfixit.com
dpasseng
Apr 12, 2006 5:50 pm
Hi Bob, I am not sure the caption on this is correct. This is about replace on a variable ... and I don't think you can do that. There are two solutions: 1....
14967
Alan_C
acummingsus
Apr 12, 2006 6:57 pm
... [ . . ] ... As Don said, the find and replace command is for doc only, not works, not used, on a variable. [ . . ] ... AFAIK the ^!Clip must be it's own...
14968
Bob Gorman
bobgorman2002
Apr 12, 2006 9:28 pm
Don & Alan, Thank you both. I knew I could as you both suggest create a new document and do the work there, but it just seemed like there might be a more...
14969
Bob McAllister
bob_mcallister
Apr 13, 2006 4:30 am
... Bob What you are hoping to do is certainly possible using a custom function so long as you switch from Replace to StrReplace. Here are your clips reworked....
14970
Bob McAllister
bob_mcallister
Apr 13, 2006 4:57 am
... While continuing to tinker with my two clips, I thought it might be useful to show how they work as one and so demonstrate the advantages of converting a...
14971
junja
john_negus
Apr 13, 2006 6:45 am
Thanks Abair...
14972
junja
john_negus
Apr 13, 2006 6:45 am
thanks hrs...
14973
Bob Gorman
bobgorman2002
Apr 13, 2006 4:18 pm
Bob McAllister, ... Music to my ears! I had hoped so, since I do a lot of my idea development in Logo, which greatly supports Lists, Words (Strings), Arrays,...
14974
Don - htmlfixit.com
dpasseng
Apr 13, 2006 7:11 pm
... I think that to be bad form even if functional as using the command makes it clearer what you are doing. It also has a much greater probability of working...