- 1). Right-click the HTML file you want to edit and select "Open With." Click the HTML editor installed on your computer and click "Open" to load the code.
- 2). Locate the HTML or CSS code you want to exclude from all versions of Internet Explorer except version 8. Directly above the start of the code, type the following statement to begin the conditional statement:
<!--[if IE 8]> - 3). Scroll down to the end of the code that completes the additions to Internet Explorer 8. Directly below the line of code, type the following end of the conditional statement:
<![endif]--> - 4). Press the "Ctrl" and "S" keys to save the changes. Open the document in Internet Explorer 8 to view the conditional statement changes.
SHARE