Prev Next Top
This panel displays the following components:
- <Tags & Attributes of Embedded Web Files
combo: It contains the HTML (or other markup) tags and related tag attributes that are expected to contain the URL of embedded web files. The URL will be adjusted to refer to the related imported file. A conditional attribute may be appended to the tag, see Note below.
- Accepted File Extensions of Embedded Web Files
combo: It contains the list of all acceptable web file name extensions that can be part of the embedded files of web pages.
- Suffix of Directory to Contain Embedded Web Files
text field: (Disabled) It contains the suffix attached to the name of any sub-directory that will contain embedded web files of a specific web page. The related sub-directory name is the same as the web page file name with the above-mentioned suffix.
Note: Some HTML tags (ex. the LINK tag) can play different roles; the specific one is defined by a specific attribute or even its absence. Here are the possible formats and their meaning:
- <TAG+attrib=value
: The tag TAG should contain the attribute attrib of value value (ex. <LINK+type=text/css)
- <TAG+attrib
: The tag TAG should contain the attribute attrib of any value (ex. <LINK+type)
- <TAG-attrib
: The tag TAG should NOT contain the attribute attrib (ex. <LINK-type)
Prev Next Top