Creating style sheets

You can use style sheets on your web pages to define a consistent look and feel throughout your website because you maintain the contents (web pages) and the design (the style sheet) separately.

Procedure

  1. From the Web perspective, select File > New > CSS File and then select Next.
  2. Select the appropriate container for the file from the list of project folders (and subfolders).

    You might want to create a Theme folder in which to place the CSS file under the WebContents folder. Whichever folder you choose, make sure that it is located under the WebContents folder of the web project. Choosing a folder in that location ensures that the file is available for validation, publishing, and deployment.

  3. Type a file name into the appropriate field. The .css file type is appended when the file is created.
  4. Click Finish to create and open the file in the editor.
Icon that indicates the type of topic Task topic
Timestamp icon Last updated: July 17, 2017 21:58

File name: tcrtlnknewcss.html