profile

Name: Tom

Home: CA, United States

About Me:

Monday, July 24, 2006
Template Object: Sidebar Stack
Parent Object: <$BLOGGER_TEMPLATE$>
Child Objects: <$PROFILE_BLOCK$>, <$ARCHIVE_BLOCK$>, <$RECENT_POST_BLOCK$>, <$LINK_BLOCK$>

Schematic
<$PROFILE_BLOCK$>

<$LINK_BLOCK$>

<$ARCHIVE_BLOCK$>

<$RECENT_POST_BLOCK$>


Stylesheet
/* SIDEBAR STACK */
#sidebar_stack_parent {}
#sidebar_stack {}
#sidebar_stack h2 {}
#sidebar_stack h3 {}
#sidebar_stack p {}
#sidebar_stack a {}
#sidebar_stack a:hover {}
.sidebar_block {}
#archive_block {}
#recent_post_block {}
#sidebar_stack #link_block {}

/* PROFILE BLOCK */
#profile_block {}
#profile_block p {}
#profile_block .profile_label {}
#profile_photo {}
#profile_full_name {}
#profile_location {}
#profile_about {}


HTML
<!-- SIDEBAR_STACK: #sidebar_stack-->
<div id="sidebar_stack_parent">
<div id="sidebar_stack">

<!-- PROFILE BLOCK -->
<div id="profile_block">
<h3>profile</h3>
<div id="profile_photo"><img src="<$BlogOwnerPhotoUrl$>"></div>
<p id="profile_full_name"><span class="profile_label">Name:</span> <$BlogOwnerFullName$></p>
<p id="profile_location"><span class="profile_label">Home:</span> <$BlogOwnerLocation$></p>
<p id="profile_about"><span class="profile_label">About Me:</span> <$BlogOwnerAboutMe$></p>
<p id="profile_link"><a href="<$BlogOwnerProfileUrl$>">view complete profile</a></p>
</div>
<!-- end PROFILE BLOCK -->



<!-- LINK BLOCK -->
<div id="link_block" class="sidebar_block">

<h3>links of interest</h3>

<p><a href="http://www.blogger.com/">blogger home</a></p>
<p><a href="http://bloggerstack.blogspot.com/">blogger stack</a></p>
<p><a href="http://www.mushpup.org/">mushpup</a></p>

</div>
<!-- end LINK BLOCK -->



<!-- ARCHIVE BLOCK -->
<div id="archive_block" class="sidebar_block">
<h3>archives</h3>
<BloggerArchives>
<p><a href='<$BlogArchiveURL$>'><$BlogArchiveName$></a></p>
</BloggerArchives>
</div>
<!-- end ARCHIVE BLOCK -->


<!-- RECENT POST BLOCK -->
<div id="recent_post_block" class="sidebar_block">
<h3>recent posts</h3>
<BloggerPreviousItems>
<p><a href="<$BlogItemPermalinkURL$>"><$BlogPreviousItemTitle$></a></p>
</BloggerPreviousItems>
</div>
<!-- end RECENT POST BLOCK -->

</div>
</div>
<!-- SIDEBAR STACK end -->


References
Profile Tags (blogger.com)