Southern Methodist University
Web Services > Web Style Guide > Content Area (Zone 8)
WEB SERVICES

Web Styleguide

Screenshot of SMU template with Zone 1, University Branding area, highlightedContent Area (Zone 8)

Zone 8, the content area, is where you place the information you want to deliver to your visitors. The template design permits this zone to be edited using Microsoft FrontPage 2002 or Dreamweaver MX without affecting the appearance or functionality of the other zones.

Remember that most people spend less than 2 minutes on a Web page, so be concise, factual, and accurate. And use the spell checker that comes with FrontPage or Dreamweaver.

Four important things to remember:


Creating Pages with Adjustable Width

By default, the content areas of all pages have a fixed width. To make the page have an adjustable width the following line of code needs to be included in the page:

fixedWidth = false

This line of code should be placed with other variables such as profile, show2b, etc.

Example:

<% option explicit %>
<!--#include virtual="/tools/template/masterTemplate.asp"-->

<%
fixedWidth = false
profile = "main"
location2a = "/2a-default-newhome.asp"
show2b = false
showZone6 = false
showZone7 = false
initialExecution
%>

More information.