![]() Centenary College Web Site Style Guide1. Approved Web Site Colors
2. Writing for Readability
3. Styling Text for Readability
4. Hypertext Links1. All hyperlinks will contain an appropriate URI within the tag. Links to other Web pages must be approved by the receiving Web site manager as well as the Centenary College Web site manager. 2. Link text should describe the destination. Example: Click here for a calendar. 3. All hypertext links will include the title='Link' property. Example: <a href=/calendar.htm" title="Link to calendar">Click here for a calendar.</a> 4. For hypertext links leading to content outside the Centenary College Web site, please use the target='_blank' property so new content clearly opens inside a separate browser window. Code sample: <a href='http://www.website.com' title='Link to Web site' 5. Using ImagesImages should be optimized (image resolution = 72 pixels per inch) for Web use. Approved files formats are .jpg and .gif. The maximum screen width for an image running across the top of a page is 580 pixels. The maximum dimensions for an image on the right of the page is 250 pixels wide by 375 pixels tall. Ideally, the actual image size will be the same as its properties in the image tag. Left handed images may be used with text aligned to the right of the image. The maximum dimension for left-handed images is 200 pixels wide by 250 pixels tall. All photographs will have a border. All photographs and graphics will be assigned alt and title properties. A description may be added that is pertinent to the image. All photographs that are hyperlinks will use the alt='Link' property within the image tag. Photographs will use the border='1' property within the image tag so visitors can clearly see the image is also a hyperlink. Code sample: <a href='http://www.website.com' title='Link' target='_blank'> 6. Using TablesLayout for the Web site is automatically maintained by our content management system. Do not use tables for page layout. Use them to display data like names, telephone numbers, hyperlink buttons, and course lists. If you are using an HTML editor to create data tables, do not specify the widths of columns. Let the content management system handle cell and column widths. 7. Approved HTML TypefacesFont sizes will be measured in ems or by percentage so letters scale with user browser settings. Page Headings - Heading 1 Font-family: Georgia. Font-size: 1.5em. Color: #002d55. Font-weight: normal. Secondary Page Headings - Heading 2 Font-family: Georgia. Font-size: 1.2em. Color: #002d55. Font-weight: bold. Tertiary Headings - Heading 3 Font-family: Verdana. Font-size: 1em. Color: #004b5a. Font-weight: bold. Paragraphs and Body Text - Font-family: Verdana. Font-size: .9em. Color: blue. Text-decoration: underline. 8. Bullets and WidgetsFor uniformity, please use the • (& amp bull;) character or the · (& amp middot;) character. Use the same bullet within a selection. Be sure the bullet list is indented. Non-HTML documents such as MSWord, Excel, and Adobe Acrobat files should be indicated with a symbol next to the downloadable item. Examples: Click here to download the document in MSWord format Click here to download the new Style Guide |