Forum Moderators: open
AND the stupid program costs mega bucks (well, okay, "only" $150 US, far less than DW, but still....)
I honestly don't know of a CMS that the "non-html-savvy" would be able to use in what I call "safety".... Edit: I should add that I haven't tried all or even most of them.
I didn't try to take it all apart to see what was happening, since I honestly don't have the time to whack away at a "heedless" sort of program. It's easier to have those who need to make simple changes to existing content just email text files to whoever's responsible for the site. You can make a couple of minor changes through WS_FTP Pro f'rinstance without doing anything other than opening the existing html file in notepad, saving after the changes are made, and uploading immmediately.
And I DO worry about non-valid html, whether I myself produce it with notepad (*sigh* NOT an unusual circumstance at all!), or it's produced FOR me by something like Configure or another online-type CMS.... Valid, validating html IS important, no matter whether "most" browsers will more or less display your pages the way you designed them....
I can't recommend CMSs like Configure. And I can't recommend being so cavalier about valid/validating html/css. Not that anyone needs to give a rat's ass about my recommendations or lack thereof!
Edit to fix typos *sigh*
"oh, fair enough," says the administrator and does a search and replace to convert all the " marks into "
I can't see the page working in any browser after that.
Better not to have that sort of thing lying around in the first place.
<img src="http://www.mysite.com/myimage.png" width="100" height="50" border="1" alt="myimage">
doesn't work in Firefox 0.8, Opera 7.23 or IE 6.0
Please bear in mind I was talking about subsequent administrators tinkering with things they don't properly understand - in an attempt to replace the quote marks in the text to " they could end up messing up the HTML on the entire page.
Easy to fix, I know, but as I said before, better not to have that kind of thing lying around in the first place.
...that's not supposed to work though :)
... and that was Ronin's point. Some clueless admin takes over and somebody says "Hey I put your page through the validator and your quotes aren't escaped. You need to change quotes to "" The new admin is so clueless that he does a universal replace and changes all " to "
Realistically, though, that seems like a pretty long shot.
Tom