|
News
Topic Name
This page design uses stylesheets (.css) to define how everything looks. For the text on each page, use the <p> tag and assign a style for each text type... the page title would be at the top: <p class="pagetitle">. Each topic would use the style 'q': <p class="q">, and the body text (this text) would use the style 'a': <p class="a">.
Each paragraph needs to be inside a style-defined paragraph tag. Don't forget to close them at the ends.
To edit content on each page, open its respective .htm file (for example, this page is news.htm). You will ONLY need to worry about the page title, the topic headers, and the body of the page. Formatting (menu buttons, logo header, footer info, layout) are handled in .php files. The only reason you'd need to edit the .php files is if you wanted to add info to the meta tags (such as description and keywords) for each page.
If you need to edit the menu buttons (or links) on the left, edit menu.htm. The buttons are in a table, so if you add them, be sure to add the whole set from <tr> to </tr>.
|