The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Generated Content |
| Previous Style: ime-mode | Next Style: layer-background-color |


include-source

Includes text from another file in the page.

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported Not supported 4.0 and later
Notes: Possible Values:
url
The file name or full URL of the file you want to include.

Support:

W3C StandardInternet ExplorerNetscape Navigator
Not supported Not supported 4.0 and later

Example:
<DIV STYLE="position: absolute;
            top: 790px; left: 10px;
            width: 250px; height: 20px;
            border: thin solid;
            include-source: url('srcex.htm')">
Yadda yadda yadda
</DIV>
How It Looks:
Yadda yadda yadda

| Index | Current Category: Generated Content |
| Previous Style: ime-mode | Next Style: layer-background-color |