Style guide (page 4)

Code Formatting, Tables, Marker and Address

Preformatted Text and Inline Code

Code can be presented inline, like <?php bloginfo('stylesheet_url'); ?>, or within a <pre> block.

pre {
	padding: 4%;
	margin-bottom: 1.62em;
	background: #eaecee;
	overflow: auto;
	tab-size: 2;
}

Table Styles

Table Header 1Table Header 2Table Header 3
Division 1Division 2Division 3
Division 1Division 2Division 3
Division 1Division 2Division 3

Highlight Text Style (Marker)

To use the highlight, you simply need to wrap the text in mark HTML tag. This can be done in the Text editor view. See an example below:

<mark>This will be highlighted.</mark>

Address Tag

1 Infinite Loop
Cupertino, CA 95014
United States