|
caz -> RE: Front page and CSS (9/20/2005 5:20:29)
|
I had forgotten how to get to individual frames pages too, but when I did all became clear. You have to use FP differently than you are used to using it; ie. stop working in Design View and use code/html view with testing by using Preview in Browser, not the FP "Preview." Using DOCTYPE Declarations in FrontPage As with most modern Web development tools, FrontPage may use design-time proprietary code and attributes for HTML tags that does not validate according to the standards of the W3C. If you use any design-time tools in FrontPage, your pages may not validate when submitted to a validator. If you want to use DOCTYPE declarations in your FrontPage Web pages, you should either avoid using FrontPage design-time tools that insert custom markup or use the Optimize HTML feature (Tools menu) in FrontPage to remove most or all FrontPage design-time markup. This allows you to run the pages through a validator without receiving errors on FrontPage markup code. For this reason, FrontPage does not include DOCTYPE declarations in new pages by default. You can add DOCTYPE declarations to your Web pages in three ways: You can paste the DOCTYPE declaration in Code view; you can insert a code snippet; or you can modify the default template that FrontPage uses to create new pages. Working with DOCTYPES in FP Currently your page gives this Report in HTML Tidy, line 4 column 1 - Warning: <html> proprietary attribute "xmlns:v" line 4 column 1 - Warning: <html> proprietary attribute "xmlns:o" .. Info: Doctype given is "-//W3C//DTD HTML 4.01 Frameset//EN" Info: Document content looks like HTML Proprietary 12 warnings, 0 errors were found! You'll find this introduction to using CSS with Frontpage 2003 a good read too. http://office.microsoft.com/training/training.aspx?AssetID=RC012111061033
|
|
|
|