<class home>  <Dreamweaver Plus>   <back

Includes


Server-Side Includes

Server-side includes are bits of html that you can link to from a page that just has the include information in it. This can work like a template as well.

You point to the file in your page, it finds the file and adds in the html and builds the page.

You cannot use certain tags in includes such as:
<html>
<head>
<title>
<body>
and you shouldn't use <FRAMESET>

They do not work on some servers. You may have to ask your provider if you can use them.

example>>>


Trying it Out

1. Make a file to include with just the html part that you will need.

2. Find a place within the <body> area of your page that you want to include some html.

3. Select the include button from the Common Objects Panel.

4. Select the file that you want to include.