Around 3200 Rss Feed readers​​ Already joined, Have you?

Featured Links or Text on the Next Title Sidebar

Tuesday, May 17, 2011

Share this history on :
Due to the many colleagues who ask how do I add a Text Link or Text Title Sidebar on the right side (see sidebar of my blog), so I write down just how easy it is. This tutorial includes very simple, Hatsadz Lamp sure colleagues can try it in just 1 minute.

Here there are two ways to install it, the first can edit and add it directly in the Sidebar Gadgets that already exists or if still confused fellow could get used to the Layout tab -> page elements -> add the gadget -> HTML / JavaScript, then direct copy- paste one of the codes below. Remember, make sure the Title in Gadget HTML / JavaScript remain in keaadan empty, this is to avoid the duplicate title in the sidebar.

Example display Text Link with Small Icon:
  
<style type="text/css">

.add-link{
font-size:11px;
float:right;
font-weight:bold;
background:url(http://bp0.blogger.com/_TqPdHmAEwTM/R5-60Nu3tgI/AAAAAAAAAz0/8v3jHKMURzc/s400/feed.png) right 0px no-repeat;
padding-right:20px;
}

</style>

 

<h2><span class="add-link"><a href="URL">Link Title</a></span>Title Sidebar</h2>

Example display shows only Text Link:
 
<style type="text/css">

.add-link{
font-size:11px;
float:right;
font-weight:bold;
}

</style>

 

<h2><span class="add-link"><a href="URL">Link Title</a></span>Title Sidebar</h2>

Example display shows only the Text:


<style type="text/css">

.add-link{
font-size:11px;
float:right;
font-weight:bold;
}

</style>

 

<h2><span class="add-link">Text Here</span>Title Sidebar</h2> 
Oh yes, some templates on the sidebar of the possibility of using <h3> so it's just colleagues.

Related Articles



0 Comments: