Explorer 8

  • Thread starter Thread starter med211
  • Start date Start date
M

med211

Is there a way to make FP 2003 sites work with Explorer 8? That way people
who have it installed will not have to puch extra buttons to see it normal.

Tks,
Jeff
 
For standards compliant browsers such as FireFox, Opera and IE8, use valid,
cross browser compliant code:

1) Remove any VML graphics (text boxes, wordart, shapeart etc.)
2) Replace any FrontPage navigation components - this is a requirement for
step 4).
3) Add a complete <!doctype> including the DTD URL (The <!doctypes> in
FrontPage 2003 do not include the URL)
4) Check the site with a validator, such as that at http://validator.w3.org/
5) Correct the errors shown up by the validator, one at a time - correcting
one error often corrects a dozen that follow it.

The above means that you will have to know some HTML and CSS - start with
tutorials at http://w3schools.com
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
Back
Top