Link to home
Start Free TrialLog in
Avatar of ehrlich
ehrlich

asked on

Front page crashes when saving an edited css

We open a .css style sheet in Front page, and make very slight changes to it.  When we save the css, Front Page crashes every time.  So what we have to do is bring the css into notepad, edit it there, and then import it later into front page.  Does anyone know how to resolve this crash? Thanks very much.
Avatar of JOligario
JOligario
Flag of United States of America image


i dont know if you have followed these steps, however these should answer the problem.

John
joligario@recoverdata.com

To use the full functionality of cascading style sheets, you need a browser that can support them, such as Microsoft Internet Explorer version 4.0 or later.
Some browsers only support certain aspects of cascading style sheets.
Your results may differ, depending on the browser you are using.
Do not use themes for this demonstration, or the examples will not work properly.




External Style Sheets
To create an external style sheet, follow these steps:
In FrontPage, create a FrontPage web named "Style" (without the quotation marks).
On the View menu, click Page.
On the File menu, point to New, and then click Page.
Click the Style Sheets tab, click the Normal Style Sheet, and then click OK.

FrontPage will create a new style sheet page with a .css file name extension and open it for editing in the Page View.

NOTE: If you select a style sheet other than the Normal Style Sheet, FrontPage opens a pre-made or custom style sheet (example: the Downtown style sheet).
Type the following:
body
{
background-color: white
}
h1
{
font-size: 12pt;
font-family: "Arial";
color: black
}

p  
{
font-size: 10pt;
font-family: "Times New Roman";
color: black
}

a
{
text-decoration: none;
font-weight: bold;
color: black
}
                             
On the File menu, click Save. Select the location you want to save. In the File Name box, type: External.css, and then click OK.
Create a new page in FrontPage.
On the Format menu, click Style Sheet Links.
In the Link Style Sheet dialog box, click Add.
Click to select the External.css file from the list, and then click OK.
Click OK again.
Save the page.



Embedded Style Sheets
To create an embedded style sheet, follow these steps:
In Page view in FrontPage, create a new page.
On the Format menu, click Style.
In the list, click to select All HTML tags.
From the Styles list, select the p and click Modify.
In the Modify Style dialog box, click Format, and then click Font.
Format the font and click OK. For example, click Italic under Font Style and click OK.
Click OK again.
From the list, select H2.
Avatar of clballas
clballas

I am having this problem, too and I have heard from other people also experiencing this.  I assume you are running Windows XP and FP2000.  It seems to be some kind of conflict with those two pieces of software.  I ordered the free trial of FP2002 and I did not have the problem so upgrading will be my solution.
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
PAQ/No Refund
Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

coreybryant
EE Cleanup Volunteer
ASKER CERTIFIED SOLUTION
Avatar of YensidMod
YensidMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial