Adding CSS References to Documents
See Also
If you want an XML or HTML file to use a cascading style sheet (CSS),
the file must contain a reference to the CSS. The IDE enables you to easily
copy an existing CSS reference and paste it into one or more documents.
To add an existing CSS reference to a document:
- In the Files window, right-click an existing CSS node and choose one of the
following commands:
- Copy XML Style. Choose this option if you are pasting the reference
in an XML file.
- Copy HTML Style. Choose this option if you are pasting the reference
in an HTML file.
- Open the XML file or HTML file in the Source Editor.
- Right-click the desired location in the source and choose Paste.
For HTML files, place the reference in the <HEAD> tag.
For XML files, place the reference after the XML prologue or header.
- See Also
- Creating a Cascading Style Sheet
- Checking a Cascading Style Sheet for Validity
- Generating DTD Documentation
Legal Notices