TopStyle Tutorial 2

Creating a New Style Sheet

Click the toolbutton shown to the left to open the New Style Sheet dialog (You can also choose File-->New from the Menus). Choose the option to Create from HTML Document, then select the file sample.html from the dropdown list. If this file doesn't appear in the dropdown, click the browse button and locate it in TopStyle's Help\Tutorials\Samples folder. You should see the following empty style rules appear:

BODY, P {  }
H1 {  }

SPAN {  }


Now save the file by choosing File --> Save from the menu or pressing CTRL+S. Save the file as Sample.css in the TopStyle\Help\Tutorial\Samples\ folder.