Hi Folks I have written webpages for many years in NoteTab using the old fashioned, and for me very slow, keyboarding way. The last time I used dictation...
6945
Michael Rawley
rawleyatnormist
Dec 6, 2010 12:39 am
Hi Steve, You wrote: "Before I do that, I wondered whether anyone here had already developed a standardized vocabulary with DNS for dictating simple html...
6946
Al
acummingsus
Dec 6, 2010 8:35 pm
... And there's also the paste type of clip(s), that when clicked on, whatever their content is it gets pasted into the current doc at the current cursor...
6947
anthony833589
Dec 16, 2010 5:28 pm
Hi I am just starting a course in HTML and I am using NT pro. When at the 'body' panel I there is a field titled Background file name. What do I enter in this...
6948
Axel Berger
absalom_nemini
Dec 16, 2010 5:53 pm
... It asks for an image file in a format browsers understand. There are good reasons not to use any of those attributes: 1) All these attributes are design,...
6949
M Peloquin
peloquin@...
Dec 16, 2010 6:33 pm
I concur Axel. It is a good book. NT Pro is a great tool for people who know what the HTML code should be. If you don't know, another place to gain that...
6950
Kerry Coates at GilaM...
kerry@...
Dec 17, 2010 12:07 am
I am assuming it is an image you want to use for the background -- if you don't want an image for the background then just leave it blank. I haven't used that...
6951
jimjwall
Dec 19, 2010 11:35 pm
Does anyone know how to get Japanese characters to display in the notetab lite ide instead of the question marks?...
6952
Marcelo Bastos
mcbastos
Dec 20, 2010 2:37 am
... AFAIK, you can't. Notetab does not have full Unicode support. -- MCBastos This message has been protected with the 2ROT13 algorithm. Unauthorized use will...
6953
Sheri
silvermoonwo...
Dec 20, 2010 10:28 am
... Yes you can, with Lite version 6.2. There are even a couple sample Japanese files in the Samples folder! cp_Japanese_shift-JIS.html opened for me with...
6954
John
rush_cygnusx1
Feb 3, 2011 11:10 pm
Hi All- I've been using Notetab for some time now and have yet to resolve an issue that has plagued me for some time. I use NT to edit website pages (primarily...
6955
John Shotsky
shotsky1
Feb 3, 2011 11:21 pm
It's probably because it's Unicode which is not fully supported by NoteTab. When you paste into a new doc, NoteTab uses the text format you have selected for...
6956
Axel Berger
absalom_nemini
Feb 4, 2011 5:09 am
... Beg to differ. I'm sure it's not the standard ASCII double quotes right there on the keyboard but the typographic ones higher up in the charset. I'd say...
6957
John Shotsky
shotsky1
Feb 4, 2011 5:23 am
Yes, of course it could be a character set problem - I never said it couldn't be. But my suspicion is that it really is a Unicode problem. NoteTab is very...
6958
Don
dpasseng
Feb 4, 2011 5:51 am
I have had similar problems in fact. I emailed about it not long ago. I think I found relief by switching to a different font if I remember correctly....
6959
John Shotsky
shotsky1
Feb 4, 2011 5:56 am
But every font accepts double quotes. That's why I suggested Unicode. Regards, John Recipe formatting tools: <http://recipetools.gotdns.com/>...
6960
Don
dpasseng
Feb 4, 2011 6:03 am
or do they? double quotes aren't always double quotes, they are smart quotes and so forth which was where I was having troubles...
6961
Axel Berger
absalom_nemini
Feb 4, 2011 9:02 am
... I agree, after all Unicode is a kind of character set. I tend to use the primitive notepad for pasting and saving from websites and only paste short...
6962
Sheri
silvermoonwo...
Feb 4, 2011 5:11 pm
... NoteTab is an ANSI editor, not a Unicode one. Since version 6, it supports raw utf-8 as a way of preserving unicode. NoteTab allows you to use the...
6963
loro
yastupidhoo
Feb 4, 2011 9:35 pm
... Do you copy the text from a page displayed in a browser or from the source? In either case is the source document on the web and can you link to it? I...
6964
Ray Shapp
rayshapp
Mar 26, 2011 7:10 am
To all, Please tell me your opinion about using target="_blank" in hyperlinks. Well over a year ago, this topic was discussed on this Y! group or on ntb-clips....
6965
loro
yastupidhoo
Mar 26, 2011 8:16 am
... I think it boils down to three main points. 1. It's bad practice, or at least redundant, to recreate behaviour that every browser has built in. Back...
6966
Ray Shapp
rayshapp
Mar 26, 2011 9:22 am
Hi Lotta, Thank you for your insights. What do you say to the problem that annoys me about sites that don't provide easy links to backtrack? IOW, I have...
6967
Axel Berger
absalom_nemini
Mar 26, 2011 10:01 am
... That must have been me among others, doesn't take much to set me off in a rant on that subject. Three reasons 1) It doesn't validate (though Lotta says...
6968
jeff
scismgenie
Mar 26, 2011 11:54 am
Is there an updated and compliant HTML-ar clipbook for HTML5?...
6969
Ray Shapp
rayshapp
Mar 26, 2011 2:56 pm
Hi Axel, Thank you for your reply. I've read it all several times and will have questions about other parts later, but my experience in following your ...
6970
Mike Breiding - Morga...
mikebreiding
Mar 26, 2011 3:55 pm
... It is not just "the club". I find it to be the case with most web users. I always use target="_blank" for that very reason. -Mike...
6971
Axel Berger
absalom_nemini
Mar 26, 2011 6:13 pm
... Several questions here, I'll try to keep some logic in the answer. With frames you have different parts of the window in different files and moing around...
6972
Axel Berger
absalom_nemini
Mar 26, 2011 6:17 pm
... And that way you put visitors in the habit of closing the window or tab instead of going back so that on a well-made site they end up with a blank screen...
6973
loro
yastupidhoo
Mar 26, 2011 7:47 pm
... It validates now under (X)HTML Transitional. Lotta...