Forum Moderators: mack
Any further reading you can point me to would be appreciated.
Regards b4b
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
id advise against using FP. if you want to use it, it should (damn well!) be able to insert the correct doctype itself. if not, you can perhaps configure it to do so.
once you've implemented the doctype, start validating your code and fixing errors
Usually
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"> or <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> will be fine. Frontpage will not write everything for you in web standards, so you will need to learn some HTML to fix it. To see how to add the DOCTYPE to your Frontpage, check out DOCTYPE in FP2003? [timeforweb.com]
-Corey