
accent1_blank.jpg

accent2_blank.jpg
Photoshop source file also included.
This package comes with the starter web site in .zip format. Unzip the package and start editing the pages. You may wish to keep a backup copy of the .zip in case you need to start over.
We have included a basic site structure with common pages that you may use to start with. You may rename the pages, add more pages, and add your content.
The royalty free images used in this template are provided as a part of a licensing agreement between Corbis and Advantrics LLC. If you wish to purchase larger versions of the images for your own marketing use, please go to Corbis' web site and look for the following images:
If you are purchasing this template and intend to use it to build a site for someone else, you must disclose to your client that this template uses Corbis images.
If you would like your site to be completely W3C-validated, including the CSS file, then you will have to trade off having a transparent box on the splash page for Internet Explorer (Netscape, Mozilla, FireFox, and Opera will still display a transparent box). To achieve this, open the styles.css page and go down to line 212. Delete that line (you'll see a note there to help you make sure you're deleting the correct line), and your style sheet will be W3C validated, as well.
The "your logo here" area is a graphic. We've included the source Photoshop 7 file for your convenience. The logo should be no taller than 52 pixels, or else the style sheet will need to be modified.
The image on the splash page is a background image, defined within the style sheet. If you wish to include your own graphic, create a graphic that is 750x250 pixels and save it as "splashpic.jpg." Replace the existing image in the web site.
The splash page has a special text area. The width and height are defined in the style sheet. Limit your text to fit within this area, or modify the box's width, height, and position in the style sheet.
The header graphic is a background image defined within the style sheet. If you wish to create your own graphic in its place, make a graphic that is 750x102 pixels and save it as "mainpic.jpg." Replace the existing image in the web site.
The page title is set to Heading 1 with an ID of "banner" for the style to apply.
The horizontal menu may be modified with your own hard-coded links.
To create a submenu, start with this HTML code (copy and paste):
<ul class="submenu">
<li><a href="link.htm">Link Text</a></li>
</ul>
Insert this code into the "body2" area (left column), then edit the link and URL. Add more list items as necessary.
We suggest putting these lists into include pages for easier editing later.
The "breadcrumb" links are hard-coded. You will have to modify this area if you create subsections.
Modify the footer with your own company information and links.
This template is a table-less layout. Positioning and layout is defined through CSS. You will need to be comfortable with advanced CSS positioning and formatting techniques if you want to make changes to the layout of this site. If you just want to add your content, you will need some basic CSS skills and HTML skills.