Showing posts with label Sidebar. Show all posts
Showing posts with label Sidebar. Show all posts

What HTML tags will work in a Blogger Profile/About Me Gadget?

I have found some HTML tags can be use in the "About Me" section of your profile. You can see them in action if you look at my About Me gadget in the sidebar of this blog and I have turned "Buddha" in my profile into a link which points to my quote collection blog.

List of working HTML tags

<em>italic example text</em>
<i>italic example text</i>
<br> new row
<strong>bold example text</strong>
<b>bold example text</b>
<a href="http://www.example.com">example link text</a>

The Sidebar is at the bottom of the page

The most common reasons for a sidebar to drop below the posts are that there are improperly closed div tags (each <div> needs to be closed with a </div> which should be inserted in an appropriate location) and a jump break <!-- more --> which has been accidentally inserted between a starting <div> and the ending </div>.

For more information about sidebar errors caused by jump breaks please see these two links: "Link 1" and "Link 2".

--------
UPDATED 22 November, 2009.
--------