Poetry for Southern California

All the instructions are here. | by Your Name
Posted January 1, 2XXX
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 images used in this template are wholly owned by Corrie Haffly and may only be used with this web site template. If you wish to purchase larger resolution versions of the images for your own use, please contact support@jgtemplates.com and inquire about:
Not included: Font used for logo, Trajan.
Note: Because FrontPage's Normal/Design view does not always display CSS properly, the right column may "wrap" beneath the main column in Design View. This is fine -- if you preview the page in a browser, you'll see that the elements display properly.
Also, occasionally FrontPage's Normal/Design view may "lose" the formatting. When this happens, just hit "F5" to refresh the view and the styles will return.
The logo/banner area, top menu, and footer are in "include pages." Editing the include pages will update the other pages across your web site. Open them, make your changes, and save.
The include pages will look like they have no formatting applied. This is okay! Simply make your changes, then preview the other website pages in a browser.
The "your ezine" area is a graphic in the include_header.htm page. We've included the source Photoshop 7 file for your convenience.
Your logo should be no wider than 250 pixels to give enough room for the advertising banner.
The right side can be used for an advertising banner. We've used a standard width placeholder image.
The top menu is hard-coded in the include_header.htm page. By modifying the include page, all other pages will be updated automatically.
The left column can be used for graphics, ads, text, or navigation that you want to add yourself.
The "subscribe" and "free trial" graphics were created with Photoshop. We have included the source files with this package.
The page title is a FrontPage-generated page banner. To change the page title, you may go to Navigation View and rename the page.
The summary paragraph has the class "summary" applied to it. (In the HTML code, you can see: <P class="summary">.) With this style applied, the formatting should apply correctly and you can type your summary and add the by-line. You can access styles through the left "style" dropdown menu in the toolbar. (Note: If the page isn't showing the styles, hit F5 to refresh FrontPage and reload the stylesheet.)
The main picture which fills the whole center column in a three-column layout and the caption are formatted using special styles that we've set up in the stylesheet. To create a main picture area, make sure that you're working in the center column (<div id="body1">[center column stuff]</div>) and add code that looks like this:
<div class="mainpic">
<img alt="main picture" border="0" src="images/homepic.jpg"
width="390" height="293">
</div>
<div class="caption">
<p class="photo">Photo: Photographer Name Here</p>
<p>Caption here</p>
</div>
You can replace the image with your own. It should be 390 pixels wide to fit the area properly.
The <p class="photo">...</p> allows you to insert the photographer's name. If you don't need this paragraph, you can delete it.
Replace the "Caption here" text with your own content.
You can insert main pictures and captions anywhere in the center
column, not just at the top. You may need an extra line break or
paragraph if it comes up to close against whatever is above it.
We've included some special styles for floating photos. There are three styles:
The code for a floating photo looks like this:
<div class="floatphotosmall">
<img src="images/picture.jpg">
<p class="floatphotocaption">Image caption here.</p>
</div>
The bolded code above can be replaced with "floatphoto" or "floatphotov."
You can insert this code anywhere in the content columns. You'll notice that the top of the floating area will show up where you insert it into the code, so that can help you figure out where to place the code. Then, modify the class, picture, and caption with your own content.
If you want to have a different width for the pictures, you can open the stylesheet and find the code for the floating photo areas, which will look something like this:
.floatphotosmall {
width: 130px;
padding: 5px;
float: right;
...
voice-family: "\"}\"";
voice-family:inherit;
width: 120px;
}
html>body .floatphotosmall {
width: 120px;
}
To modify the code, replace the two smaller values with the width of the photo you wish to use, and then change the first value (the larger one) to be your new value + 10. So, if you want your small photos to be 200 pixels wide, your code would look like this:
.floatphotosmall {
width: 210px;
padding: 5px;
float: right;
...
voice-family: "\"}\"";
voice-family:inherit;
width: 200px;
}
html>body .floatphotosmall {
width: 200px;
}
The right column can hold a table of contents of your current issue, a picture of your current issue, advertisements, or more text.
The special "advertisement" class allows you to format the advertisement label above any ads that you have.
Here are some of the other available styles in this template:
To achieve the square bullets, look in the HTML code for the <ul> tag right above your list items and add this code: <ul class="bullet">.
The footer can be edited in the include_footer.htm page. 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.
Note: Because FrontPage's Normal/Design view does not always display CSS properly, the right column may "wrap" beneath the main column in Design View. This is fine -- if you preview the page in a browser, you'll see that the elements display properly.
Also, occasionally FrontPage's Normal/Design view may "lose" the formatting. When this happens, just hit "F5" to refresh the view and the styles will return.