Forum Moderators: open
The validator in Dreamweaver doesn't seem to find them even though I have it set to look for entities in text. I thought about doing a find and replace in Frontpage using regular expressions but I don't know exactly what to use there either.
I also am having some weirdness because I use include pages in Frontpage and eventhough the page to be included uses "&" instead of "&", they seem to be converted back to "&" upon being included in the main page...this causes the pages to not validate. I thought I was going crazy because I kept fixing it and then when I went to validate it was hosed up again.
Anyone know of an easy way to do this? Anyone know of a way to stop Frontpage from changing the "&" to "&". Any suggestions or help would be greatly appreciated. Thanks
&
replace with &
then to make sure there was no mistake, search for:
&&
and replace with
&
This is assuming you have already set up a 'site' for your current site in dreamweaver, then you just do a find and replace through the whole site.
If you are using asp code this will be trickier if you use & in the programming.
If it works, then never open your files in front page again, that will solve the problem instantly, this kind of default behavior is why I gave up on frontpage years ago, it can be fixed but why bother when there are other products that work much better out of the box, like dreamweaver.
I use both Frontpage and Dreamweaver because I have found neither has everything I want. Frontpage messes with your code more, but so many more people have it installed. That makes it much easier to collaborate with others on a site with Frontpage. Dreamweaver also tends to lock up and shut down frequently and I never have that problem with Frontpage. So I use both for specific tasks which works for me.
Thanks for the advice.
I do use alot of ampersands in my asp code for working with strings and such.Do these typically look the same. I f so you do the find and replace and then go and do additional find and replaces for the strings back to just ampersand. Also, you could do the find and replace on selected files within current local site.
[htmlhelp.com...]