Blogger Test Post

Friday, December 11, 2009 15:11
Posted in category Blogging

Blogger Test Post

Since I also use Blogger, I wrote this to test new Blogger templates. It lets you see the template’s default design so you can, if you want change it to your liking. You can delete the test post when you’re satisfied.

Instructions:
1. Make a new post.
2. Make sure you are on the “Edit HTML” (not “Compose”) of the text editor.
3. Copy everything between the START and END lines.
4. Paste them as is. DO NOT change anything.
5. Add Labels.
6. Publish the post.

NOTES:
*After posting, make at least 2 comments: 1 comment when you are logged in as an author, 1 after logging out.
*The white spaces between lines are single-spaced.
*The PARAGRAPH tags are removed automatically when you select Compose on the text editor so I didn’t include them here.

=================START=================
Lorem ipsum dolor sit amet. <a href=http://www.google.com/>This is a LINK</a>. Sed lacus mi, hendrerit vitae, <b>BOLD text</b>, risus fermentum, <i>ITALICIZED text</i>, tincidunt vel, dignissim a ligula <sup>superscript</sup>, quis congue nulla risus <sub>subscript</sub>. Morbi suscipit, <u>UNDERLINED text</u> commodo magna, <s>strikethrough</s> non sem ut elementum aliquet mauris, vel facilisis ante accumsan sit amet.

<blockquote>
This is a BLOCK QUOTE. massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metussem ut elementum aliquet mauris.

2nd paragraph massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metussem ut elementum aliquet mauris.
</blockquote>

Maecenas elementum odio et urna imperdiet sollicitudin. Nam vulputate dui at elit venenatis tincidunt. Vivamus sem ut elementum aliquet mauris malesuada augue a libero aliquet eu suscipit massa sagittis.

<img src=http://www.google.com/intl/en_ALL/images/logo.gif />
simple IMAGE tag

<hr />
HR tag

IMAGE within a paragraph. Lorem ipsum dolor sit amet dio et urna imperdiet sollicitudin sem ut elementum aliquet mauris<img src=http://www.google.com/intl/en_ALL/images/logo.gif /> Nam vulputate dui at elit venenatis tincidunt. Vel facilisis ante accumsan sit amet. Volutpat enim diam eget metussem.

<h1>
Heading 1</h1>
Compare text sizes.
<h2>
Heading 2</h2>
Compare text sizes.
<h3>
Heading 3</h3>
Compare text sizes.
<h4>
Heading 4</h4>
Compare text sizes.
<h5>
Heading 5</h5>
Compare text sizes.
<h6>
Heading 6</h6>
Compare text sizes.

<ol>Ordered LIST
<li>Item 1</li>
<li>Item 2</li>
<ol>Nested LIST
<li>Item 2-1</li>
<li>Item 2-2</li>
</ol>
<li>Item 3</li>
<li>Item 4</li>
</ol>

<dl><lh>Definition LIST</lh>
<dt>Term 1</dt>
<dd>This is the definition of the first term.</dd>
<dt>Term 2</dt>
<dd>This is the definition of the second term. </dd></dl>

<ul>Unordered LIST
<li>Item 1</li>
<li>Item 2</li>
<ul>Nested LIST
<li>Item 2-1</li>
<li>Item 2-2</li>
</ul>
<li>Item 3</li>
<li>Item 4</li>
</ul>

<table><caption>Simple TABLE with caption</caption><tbody>
<tr> <th>Header 1
</th> <th>Header 2
</th> <th>Header 3
</th> </tr>
<tr> <td>Division 1
</td> <td>Division 2
</td> <td>Division 3
</td> </tr>
<tr> <td>Division 1
</td> <td>Division 2
</td> <td>Division 3
</td> </tr>
<tr> <td>Division 1
</td> <td>Division 2
</td> <td>Division 3
</td> </tr>
</tbody> </table>
=================END=================



Continue reading...


You can leave a response, or trackback from your own site.
Tags: , ,
Leave a Comment