Opening links from an editor page
You can open files that are linked from the active editor page using CSS Designer and Page Designer.
The linked files are opened in the appropriate editor, and become the active page. On the Design, Split and Source pages of Page Designer, you can open any of the link types that you can insert using the Insert Link dialog box (
Insert | Insert Link).
CSS files can have two types of links:
- Links to other CSS files
@import url("anotherCSSFile.css");
- Links to an image file used for background or bullet image
H1 { background-image : url("ImageFile.gif"); }To open a linked file:
- Click the link in the Design or Source page.
- Select
Edit | Open on Selection, or press
F3.
Related tasks
Disabling link validation for Web projects