mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Fixing table width issue
This commit is contained in:
parent
e8d5ac3dd6
commit
b85b53682e
@ -224,75 +224,9 @@ In this example, `contoso.com/about/careers` will use the default version of Int
|
|||||||
## How to target specific sites
|
## How to target specific sites
|
||||||
If you want to target specific sites in your organization.
|
If you want to target specific sites in your organization.
|
||||||
|
|
||||||
<table>
|
|Targeted site |Example |Explanation |
|
||||||
<thead>
|
|--------------|--------|------------|
|
||||||
<tr class="header">
|
|You can specify subdomains in the domain tag. |<code><docMode><br><domain docMode="5">contoso.com</domain><br><domain docMode="9">info.contoso.com</domain><br><docMode></code> |<ul><li>contoso.com uses document mode 5.</li><li>info.contoso.com uses document mode 9.</li><li>test.contoso.com also uses document mode 5.</li></ul>|
|
||||||
<th>Targeted site</th>
|
|You can specify exact URLs by listing the full path. |<code><emie><br><domain exclude="false">bing.com</domain><br><domain exclude="false" forceCompatView="true">contoso.com</domain><br><emie></code>|<ul><li>bing.com uses IE8 Enterprise Mode.</li><li>contoso.com uses IE7 Enterprise Mode.</li></ul>|
|
||||||
<th>Example</th>
|
|You can nest paths underneath domains. |<code><emie><br><domain exclude="true">contoso.com<br><path exclude="false">/about</path><br><path exclude="true"><br>/about/business</path><br></domain><br></emie></code> |<ul><li>contoso.com will use the default version of IE.</li><li>contoso.com/about and everything underneath that node will load in Enterprise Mode, except contoso.com/about/business, which will load in the default version of IE.</li></ul> |
|
||||||
<th>Explanation</th>
|
|You can’t add a path underneath a path. The file will still be parsed, but the sub-path will be ignored. |<code><emie><br><domain exclude="true">contoso.com<br><path>/about<br><path exclude="true">/business</path><br></path><br></domain><br></emie></code> |<ul><li>contoso.com will use the default version of IE.</li><li>contoso.com/about and everything underneath that node will load in Enterprise Mode, including contoso.com/about/business because the last rule is ignored.</li></ul> |
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>You can specify subdomains in the domain tag</td>
|
|
||||||
<td>
|
|
||||||
<pre class="syntax">
|
|
||||||
<docMode>
|
|
||||||
<domain docMode="5">contoso.com</domain>
|
|
||||||
<domain docMode="9">info.contoso.com</domain>
|
|
||||||
<docMode></pre></td>
|
|
||||||
<td>
|
|
||||||
<ul>
|
|
||||||
<li>contoso.com uses document mode 5.</li>
|
|
||||||
<li>info.contoso.com uses document mode 9.</li>
|
|
||||||
<li>test.contoso.com also uses document mode 5.</li>
|
|
||||||
</ul>
|
|
||||||
</td></tr>
|
|
||||||
<tr>
|
|
||||||
<td>You can specify exact URLs by listing the full path</td>
|
|
||||||
<td>
|
|
||||||
<pre class="syntax">
|
|
||||||
<emie>
|
|
||||||
<domain exclude="false">bing.com</domain>
|
|
||||||
<domain exclude="false" forceCompatView="true">contoso.com</domain>
|
|
||||||
<emie></pre></td>
|
|
||||||
<td>
|
|
||||||
<ul>
|
|
||||||
<li>bing.com uses IE8 Enterprise Mode.</li>
|
|
||||||
<li>contoso.com uses IE7 Enterprise Mode.</li>
|
|
||||||
</ul>
|
|
||||||
</td></tr>
|
|
||||||
<tr>
|
|
||||||
<td>You can nest paths underneath domains</td>
|
|
||||||
<td>
|
|
||||||
<pre class="syntax">
|
|
||||||
<emie>
|
|
||||||
<domain exclude="true">contoso.com
|
|
||||||
<path exclude="false">/about</path>
|
|
||||||
<path exclude="true">/about/business</path>
|
|
||||||
</domain>
|
|
||||||
</emie></pre></td>
|
|
||||||
<td>
|
|
||||||
<ul>
|
|
||||||
<li>contoso.com will use the default version of IE.</li>
|
|
||||||
<li>contoso.com/about and everything underneath that node will load in Enterprise Mode, except contoso.com/about/business, which will load in the default version of IE.</li>
|
|
||||||
</ul>
|
|
||||||
</td></tr>
|
|
||||||
<tr>
|
|
||||||
<td>You can’t add a path underneath a path. The file will still be parsed, but the sub-path will be ignored</td>
|
|
||||||
<td>
|
|
||||||
<pre class="syntax">
|
|
||||||
<emie>
|
|
||||||
<domain exclude="true">contoso.com
|
|
||||||
<path>/about
|
|
||||||
<path exclude="true">/business</path>
|
|
||||||
</path>
|
|
||||||
</domain>
|
|
||||||
</emie></pre></td>
|
|
||||||
<td>
|
|
||||||
<ul>
|
|
||||||
<li>contoso.com will use the default version of IE.</li>
|
|
||||||
<li>contoso.com/about and everything underneath that node will load in Enterprise Mode, including contoso.com/about/business because the last rule is ignored.</li>
|
|
||||||
</ul>
|
|
||||||
</td></tr>
|
|
||||||
</table>
|
|
Loading…
x
Reference in New Issue
Block a user