CSS Node
See Also
Cascading Style Sheets (CSS) provide a simple mechanism for formatting and
adding style to HTML and XML documents. The IDE displays all CSSs as CSS nodes
(
) in the Filesystems
window.
You can create an CSS by choosing File
New
from the main window, expanding the XML folder, and selecting Cascading Style
Sheet.
Working With This Node
If you right-click this node and display the contextual menu, you can perform
a number of actions, including:
- Edit. Displays the document in the Source Editor. You can also
double-click a CSS to open it in the Source Editor.
- Copy XML Style. Copies a reference
to the CSS file for an XML file. Choose this command, then paste the reference
into the XML file at the required location.
- Copy HTML Style. Copies a reference
to the CSS file for an HTML file. Choose this command, then paste the reference
into the HTML file at the required location.
- Check CSS. Checks the style sheet's grammar.
Legal Notices