Green Bank Text Styles
This page shows examples of different heading and text styles that can be used in Green Bank web pages. The appropriate HTML code is shown underneath each example. Green Bank Table Style Examples are also available.
This is heading style 1
<h1>This is heading style 1</h1>
This is heading style 2
<h2>This is heading style 2</h2>
This is heading style 3
<h3>This is heading style 3</h3>
This is heading style 4
<h4>This is heading style 4</h4>
This is regular paragraph text with bold or italic emphasis.
<p>This is regular paragraph text with <b>bold</b> or <i>italic</i> emphasis.
This is regular paragraph text that is centered.
<p class=center>This is regular paragraph text that is centered.
This is smaller text.
<p class=smaller>This is smaller text.
This is small text.
<p class=small>This is small text.
This is caption text.
<p class=caption>This is caption text.
Note that changes in style and/or size to paragraph text are achieved by invoking a class declaration inside the <p> tag. The same class declarations can also be used with other tags such as <div>, <span>, <a> and <td>.
The columnlinks style
This is an example of combining the columnlinks style with a plain table, to create a neat set of tabulated links that are formed from simple unordered lists. See the SSI template gbtextstyles.txt for the HTML code.



