... If you are writing with NoteTab in Windows, then the standard Windows character set is what your files actually contain. That being the case, this is what...
6349
loro
yastupidhoo
May 9, 2008 12:41 pm
... Look what you have on the line before the opening BODY tag. ...
6350
woodysnomad
May 9, 2008 2:35 pm
My code is at http://nomad17.home.comcast.net I corrected the <BR> between HEAD and BODY and that error went away... one more down... I put in the META...
6351
loro
yastupidhoo
May 9, 2008 3:26 pm
... Yay! ... Almost anything (within reason) will work if you use only ASCII characters. Personally I wouldn't use the Windows Charset, but to each his own. ...
6352
loro
yastupidhoo
May 9, 2008 3:34 pm
What the heck? When I got my post back the HTML sample was converted to some mumbo jumbo with links in it. How did that happen? OK, I'll try to post that bit...
6353
loro
yastupidhoo
May 9, 2008 3:37 pm
I didn't see there was more of the same. Something must think it's Word all of a sudden. The last part should be like this. It's very important to learn what...
6354
Axel Berger
absalom_nemini
May 9, 2008 3:48 pm
... Why, please? If and when you write using NoteTab cp1252 is what your files actually are. If you want them to be anything else you have to go the extra mile...
6355
woodysnomad
May 9, 2008 4:19 pm
That feels great... Validated Thanks to all and I am learning new tricks for an old retired dog. Now, did anyone look at the web site...
6356
loro
yastupidhoo
May 9, 2008 4:31 pm
... Congratulations! You are quick about it too. :-) Lotta...
6357
loro
yastupidhoo
May 9, 2008 4:54 pm
... Move the bullet and the spaces outside the link. Instead of this <A HREF="#Thanks">•A Special Thanks</A> use this. • <A...
6358
Ray Shapp
rayshapp
May 11, 2008 9:25 pm
Hi All, Please pardon me for jumping into an ongoing thread. In the existing thread with subject line, "[NH] Validator...", Axel wrote: << What I do recommend...
6359
Axel Berger
absalom_nemini
May 11, 2008 9:34 pm
... Yes sorry, I might have been clearer. It is one of those four. It's not by the W3C as such, but it uses the W3C engine internally and thus gives identical...
6360
Cary Driscoll
eidirsceoil
May 11, 2008 9:38 pm
This is the add-on Axel was speaking of: https://addons.mozilla.org/en-US/firefox/addon/249 The W3C doesn't make a validator add-on. ... From: "Ray Shapp" ...
6361
loro
yastupidhoo
May 11, 2008 9:44 pm
Ray, ... Yes, for the other, but not lesser, validator. <http://www.htmlhelp.com/tools/widgets/#valid> If you want to use the w3c validator you could for...
6362
buralex@...
alecb3ca
May 12, 2008 12:45 am
Ray Shapp <ras45@...> said on May 11, 2008 17:26 -0400 (in ... Hi Ray: In Firefox 2.x I use http://chrispederick.com/work/web-developer/ extension...
6363
sisterscape
May 12, 2008 1:16 am
I have used XAMPP (both in Windoze and now Linux) to run a development server. It has an auto installer that sets everything up. Be aware though that it is...
6364
Ray Shapp
rayshapp
May 12, 2008 3:18 am
Hi Axel, Cary, Lotta, Alec: Thanks for your replies. The HTML Validator Add-on for Firefox by Marc Gueury appears to come in three flavors, "HTML Tidy", "SGML...
6365
Cary Driscoll
eidirsceoil
May 12, 2008 5:51 am
I have it set to Serial so it does the real validation first. If you understand the W3C's validation results, then the information if gives is more than...
6366
Axel Berger
absalom_nemini
May 12, 2008 9:16 am
... I have it installed but rarely use it. For one thing the toolbar is wider than my window and does not fold, so half of it resides inaccessibly in thin air...
6367
Axel Berger
absalom_nemini
May 12, 2008 9:28 am
... Possibly. I've set it to serial. That way it runs the W3C algorithm first and displays all true errors. After that it runs Tidy and displays its warnings....
6368
Ray Shapp
rayshapp
May 19, 2008 9:10 pm
To All, The "margin-left" element in a CSS style sheet is acting like "indent". When the associated text in my HTML document wraps, I expect it to wrap to the ...
6369
Marcelo de Castro Bas...
mcbastos
May 19, 2008 10:18 pm
... OK, that's easy to see where you went wrong. You tried to use a box attribute (margin) in an inline element (font). Try eliminating the <font> tag entirely...
6370
Ray Shapp
rayshapp
May 20, 2008 5:05 am
Hi Marcelo, Thank you for your reply. I don't comprehend what you are saying. I tried several permutations of moving the basic-summary class into the TD tag or...
6371
Don - HtmlFixIt.com
dpasseng
May 20, 2008 5:08 am
... snip... can you just give us an example page link?...
6372
Axel Berger
absalom_nemini
May 20, 2008 5:29 am
... It is very early in the morning her and I don't have the time for your long example. Just this: Margin gives an outer margin to the element in question,...
6373
buralex@...
alecb3ca
May 20, 2008 8:08 am
... Hi Ray; (I'm very impressed with myself <GRIN>. This is the first time I've used the free GOTD copy of CSE HTML Validator. Actually its the first time I've...
6374
Ray Shapp
rayshapp
May 20, 2008 9:10 am
Hi Don, Axel, Alec, Thank you all for trying to help me, but I'm still at a loss. Don, I did give complete copy of the style sheet file and the HTML file in...
6375
bruce.somers@...
bruce.somers
May 20, 2008 9:33 am
That's interesting: "You tried to use a box attribute (margin) in an inline element (font). Try eliminating the <font> tag entirely and moving the "class" to...
6376
Hugo Paulissen
hpaulissen
May 20, 2008 12:52 pm
Hi All, Would display: block; be a solution? .basic_summary { display: block; color : #000000; font-family : Arial, sans-serif; font-size : .8em; ...
6377
Bruce Meyers
oldguy1166
May 20, 2008 1:52 pm
Bruce, Here is a list of the most common block elements: <p> <div> <blockquote> <table> <br> <ol> <ul> was not listed, but I believe it is also a block...