Prev Next Top
This panel displays the following components:
- Web Page Tags and Attributes
combo: It contains the HTML (or other markup) tags and related tag attributes that are expected to contain a hyperlink URL. The URL refers initially to a web file located at its source web site. It will be adjusted to refer to the related imported web file within the topic root directory of your computer. A conditional attribute can be appended to the tag, see Note below.
- Name of Directory for Shared Embedded Web Files
text field: It contains the sub-directory name that will contain embedded web files shared by more than a minimum number of imported web page files. The minimum is specified in the next component.
- Nb of Duplicates Threshold
text field: See the component described above. You can type a value between 2 and 9.
- Create Backup Pages
checkbox: If checked, a copy of the web pages is created during an Optimize with Search Expressions enabled command. It is checked by default.
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