| Have you uploaded a current copy the stylesheet itself, and is the link to it possibly using a local path instead of a relative path? To invoke a stylesheet called "mainstyle.css" sitting in the root folder of a website, the call to the stylesheet within the header should resemble the following (enclose in angle brackets): link rel="stylesheet" href="mainstyle.css" type="text/css If you are trying to invoke the stylesheet form a subdirectory, put a "../" in front of the name of the stylesheet for each directory down you go. Ther are many, many, bad coding practices that look like they work within FrontPage (or are even done *by* FrontPage) that do not work (well) when placed on a properly functioning webserver. |