-->
Text Effect For Blog

Text Effect For Blog

Blog How to Tricks - Often we need some text effect to write on our blog. Giving the effect of this article have a particular purpose, for example, to give special attention to some of the words in sentences, or to write down the mathematical calculations on your blog.

There are some text effects that are easy and useful. Please try and hopefully useful!

Italic Text Effect


Italic Text Effect
code:

<i>Italic Text Effect</i>


Bold Text Effect


Bold Text Effect
Code:

<b>Bold Text Effect</b>


Streak Through Text Effect


Streak through text Effect
Code:

<s>Streak through text Effect</s>


Highlight Text Effect


Highlight Text Effect
Code:

<span style="background:#f0ff00">Highlight Text Effect</span>



Underline Text Effect


Underline Text Effect
Code:

<u>Underline Text Effect</u>


Text with Border


Text with Border
Code:

<span style="border: 1px solid #1e00ff">Text with Border</span>


Superscript Text Effect


Superscript Text Effect
Code:

Superscript <sup>Text</sup> Effect

With any posts superscript this effect, the note will be visible to rise slightly.


Subscript Text Effect


Subscript Text Effect
Code:

Subscript <sub>Text</sub> Effect

With any posts subscript this effect, the note will be seen coming down a little.


Blink Text Effect


Blink Text Effect
Code:

<blink>Blink Text Effect</blink>
Read more »
Read More with Post Title

Read More with Post Title

Blog How to Tricks - we have been discussing about how to create read more and how to create the read more button.

We can more edit this Read more format, for example, create read more with post title.

For example, you can see here. By using this blog tricks, your read more format will not showing text 'read more', but showing your post title

How tricks for create read more with post title?


Tricks to create read more with the post title actually the same as the trick to create read more.

Please read your post about the tricks to create read more.

Then, just edit this code :


<data:post.body/>

<a expr:href='data:post.url'>Read More</a>

</b:if>



Change to be like this :


<data:post.body/>

<a expr:href='data:post.url'><data:post.title/></a>

</b:if>



After that, please Save Preview ago.

Now the text 'Read More' has changed the title of your post.

You can also change to 'Read More "your post title " using the following code:


<data:post.body/>

<a expr:href='data:post.url'>Read more <data:post.title/></a>

</b:if>



This tricks to make read more with post title very easy, but the results will be very useful.

Happy blogging!
Read more »
How To Create Text Area With Highlight Button

How To Create Text Area With Highlight Button

Blog How to Tricks - Blog tricks to make the text area at blogger has been discussed and learn here. We can modify the text so that the area can more easily used by visitors.

We will learn blog tricks how to make text area with highlight button. This blog tricks to make text area with highlight button make it easier for visitors to copy words / code inside the text area.

Let learn blog tricks to make text area with the highlight button.

Simply copy the code below:

<center><div><form name="copy"><div align="center"><input value="Highlight" onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button">
<textarea rows="1" cols="22" name="txt" >Write your words/code here that will appear inside text area</textarea></div></form></div></center>

Paste in the place where you will place your text area.

The result will be like this:




Try clicking on the button 'Highlight'

So all the code / words inside will automatically selected, and visitors just copy it only.

This blog tricks to make text area with highlight button is very simple and easy, but have a lot of function.

Happy blogging ..
Read more »
Image Beside Post Title (2)

Image Beside Post Title (2)

Blog How to Tricks - We have learn blog tricks how to add a picture beside post title here. That trick is change post-title background to add picture beside post title.

Tricks are easy to use to add pictures at the right of the post title. This trick now is edit post title code, and is suitable if you want to add pictures at the left of the post title.

How tricks to add images to the post title?

Go to 'edit HTML'

Click on the 'expand widget template'

First, find the following code (easier to use ctrl + F)

<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>

If you have found, copy the code below and paste the above code.

<img src='http://i43.tinypic.com/33tjz9c.png'/>

Change with your image url.

So that the entire code to be like this:

<img src='http://i43.tinypic.com/33tjz9c.png'/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>

If it is finished, save and preview

To get best result, please adjust your image with your post-title height.
Read more »
How To Create Text Area

How To Create Text Area

Blog How to Tricks - Text area has a function to place text or sentence in a particular area. Text area is usually used to place the code in the posting or element in your blog.

If you are still confused what is the text area, I can give the following examples:

I have a picture, such as this.



The images have the code:

<a href="http://blog-howtotricks.blogspot.com/" target="_blank"><img src="http://i39.tinypic.com/2a8qioz.jpg" /></a>

To keep your blog visitors can copy the image code you have, you can put it in the text area, for the example like this:



How to create a text area, the code is like this:

<textarea cols="20" rows="4" name="textarea"><a href="http://blog-howtotricks.blogspot.com/" target="_blank"><img src="http://i39.tinypic.com/2a8qioz.jpg" /></a></textarea>


You can change value for 'cols' and 'rows'. Change red text with your text or code that will appear at your text area.
Read more »
How to Remove Blogger Navbar

How to Remove Blogger Navbar

Blog How to Tricks - Navigation Bar (navbar) is a feature that has been provided by Blogspot, located on the top of our blog.

Blogger Navbar will always appear at the top of the blog. However, if we do not want it, we can actually remove the blogger navbar.

With following blog tricks that I will give, we can remove the navbar blog. Navbar blog will not appear on our blogs.

how to remove the blogger navbar?

First, copy this code :

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}


Just copy that code above code :

body {


Then save and preview.

now, you will not see navbar at the top of the blog you blog.

Happy blogging..:):)
Read more »
Image Beside Post Title

Image Beside Post Title

Blog How to Tricks - To make our blogs more interesting, we can add a picture / image / icon beside post title. Can add an icon on the left of post title, or can also on the right of posttitle.

There are 2 tricks to add a picture / image / icon beside of our post title. Both of this blog tricks of course has advantages and disadvantages.

2 tricks to it is add the code in the image posting our code title, while the second trick is to edit the post title background.

How to tricks, i will give the first blog tricks to add image beside post title. It usually use for add an image at right of our Post Title.

Trick 1: Playing with background posting

Results from this trick, you can see at here.

This the tricks:

Find the following code:

.post-title or .post h1


Usually, different template, the code will be different. The point, this is the properties or settings for the title of our post.

After you find it, you can see these codes following :

.post-title {
margin: 0;
padding: 0;
font: Times New Roman;
font-size: 160%;
font-weight: bold;
line-height: 45px;
border-bottom:2px solid #f2f2f2;
background: #000;
}

Note the code with red color

Just add image's code at background code.

Change the code like this (example) :

background: #000 url(http://i43.tinypic.com/33tjz9c.png) no-repeat right center ;


You must add code 'no-repeat right center' , so that the image display can be organized.

Code green, please replace with your image code. Then save, and preview.

To 'line-height', adjust with the high of your image, that image can be seen perfectly.

Now, you have a picture beside your post title. Enjoy it!
Read more »
How to Make Recent Comments

How to Make Recent Comments

Blog How to Tricks - We have been discussed about blog tricks how to make recent post. You can read tricks to make a recent post here.

Now I will try to give blog tricks how to make recent comments in your blog.

What is the recent comments? Function of recent comments widget is to display comments from your blog's visitors.

So, when there is your visitor give comments on your post, it will appear on the recent comments.

How to make recent comments on your blog? Blog tricks to make recent comments is easy. Lets we learn together ...

First, go to menu 'Layout'.

Select 'add gadgets' at widget that you want to add recent comments

Select 'Feed'

Then there have to fill in the box to 'Feed Url'

Please fill in the box with:

http://yourblog.blogspot.com/feeds/comments/default

Replace 'yourblog' with your blog url. Once done, then click on 'Continue'.

Next, you can set display for the recent comments. Please change the title, edit the amount of comment that will be displayed and you can also choose whether the date of comments and comment authors will be displayed or not.

If you are done, click 'Save', then preview.
Read more »
How to Add Element Under Post Widget

How to Add Element Under Post Widget

Blog-How to Tricks - How to add element under post widget? Some of the widgets on your blog, can not be added elements. Main-wrapper (post widget), header, is an example for blog widget that can not be added some elements/widget.

Not like the sidebar and footer, we can add the widget below.

With a blog tricks below, we can add elements/widgets at some widget that in default we cannot add elements. For the example, main-wrapper/post widget (place the widgets we write a post)

How to add the element under the post widget?

Note the following picture. There's no menu 'add widget' :



Go to Layout - Edit HTML

Find this code:

<div id="main-wrapper">
<b:section class="main" id="main" showaddelement="no">


The red text, replace with:

preferred="yes"

Then save. Go to Layout - Page Element. Now you can see, there is 'Add Widget' menu available for you.


This blog tricks can be apply for other widget that have code showaddelement="no"
Read more »
How to Create Recent Post

How to Create Recent Post

Blog-How to Tricks - Recent Post, we have often see it. The function of recent post is to show some of our post.

So, with the recent post, visitors can see some of our posts that have been created. Examples for the use of this recent post can be seen on 'Headline News', at the top of this blog.

How to create Recent Post?

Copy the code below:

<script style="" src="http://www.geocities.com/mezzaluna08@rocketmail.com/recentpost.txt"></script><script style="">var numposts = 5;var showpostdate = true;var showpostsummary = true;var numchars = 100;var standardstyling = true;</script><script src="http://YourBlog.blogspot.com/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts"></script>


Change YourBlog be your blog Url.

You may change :
  • Var numposts : Amount of post that will show at your Recent Post.
  • Var showpostdate : True if you want your post date appear.
  • Var Showpostsummary : True if you want your post summary appear.
  • var numchars : Numbers of character that appear at your post summary.

Then paste that code to your widget where you want to place your recent post.

Save then preview.
Read more »
How To Create Read More with Button

How To Create Read More with Button

Blog-How To Tricks - We have been already discussed about Read More and blog tricks to make Read More here.

Now we will discuss about how to change the Read More text link into a Read More Button. For example, you can see here.

How to make read more with button?

To read more button to make this, you must use the Read More on your blog. If not yet, please read the tricks here.

First, you must have an image for you Read More button. For example, an image like this:



Go to Layout - Edit HTML. Click on Expand Widget Templates.

Find the following code :

<a expr:href='data:post.url'>Read More</a>

</b:if>


Replace Read More with the Read More Image Url you. Example:

<expr:href="data:post.url"><img src='http://i425.photobucket.com/albums/pp335/egobslank/RM4.jpg' /></a>

</b:if>


Please replace http://i425.photobucket.com/albums/pp335/egobslank/RM4.jpg with the url of your image.

Save, and then review. Now your Read More text link have been change to be button.
Read more »
How to Create Read More

How to Create Read More

Blog-How to Tricks - Read more is one of the blog tricks that is very useful if you use it. With Read More, your post will not appear full on the Home Page your blog.

This is mean, if you have a very long posting, with Read More, it will not appear full, but only appear in part.

Read More function is you will have more space for your blog, and your blog more visible tidy.

How to create a Read More on blogspot?

First, go to the Layout - Edit HTML. Click on Expand Widget Templates.

Then find the following code (you can use ctrl+f) :

<div class='post-body entry-content'>

<data:post.body/>


Then delete the code, replace with the following code:

<div class='post-body entry-content'>


<b:if cond='data:blog.pageType == "item"'>

<style>.fullpost{display:inline;}</style>

<p><data:post.body/></p>

<b:else/>

<style>.fullpost{display:none;}</style>


<data:post.body/>


<a expr:href='data:post.url'>Read More</a>

</b:if>


Save your template. You can change Read More with Read Full, or other

The process to edit the HTML code for Read More is done.

Next is when you writing a post.

At the time of writing a post, you must add the following code :

<span class="fullpost"> and </span> in your post (in the Edit HTML tab, not the Compose tab) with the following order:


Post that appears on First/Home Page

<span class="fullpost">

Your post that hidden

</span>



For example, you write a post like this:

This is the first paragraph that will appear on your blog's front page. At the time you are on your blog page, only this part are show.

<span class="fullpost">

While this is
the continuation paragraph of your posting. This paragraph is hidden. This paragraph will be visible if you click Read more link that has been available.

</span>


Then post that will appear on your blog front page is a paragraph with red text, and post with the green text will appear after you click the link Read More.

Its very simple and easy. Enjoy it!
Read more »
How to remove numbers behind labels

How to remove numbers behind labels

Blog-How to Tricks - Labels that we use, display the labels name that we give to our post. At the end or the back label is written numbers, that is the amount of post in the same label.

Sometimes, we may feel a little disturbed by the number and want to removed it. Of course, you can remove numbers behind labels.

How to remove numbers behind labels?

The tricks is very simple and easy :

Click at 'Expand Template Widget'

Just find these following code :

<span dir='ltr'>(<data:label.count/>)</span>


When you find it, just remove these code.

Then save your template, and review.

Now you never see numbers behind your labels :)
Read more »
How to Install Favicon

How to Install Favicon

Blog-How To Tricks today will give you blog tricks how to make a favicon. Favicon is the image that appears on the left our url in your browser. With a favicon, our blog can be different.

How to make a favicon at your blog, it's very easy.

This is the tricks :

First, you must have an image that want to use for your favicon.

For the example, my image like this :



To make that image to be my favicon, find following code :

<head>

Then copy code below :

<link href='http://yourimage.jpg' rel='shortcut icon'/>


Change 'yourimage.jpg' with your image url.

Just paste below <head>

Then save template and review it.

Now you can happy with a Favicon..:)
Read more »
How to Make 3 Columns Blog Footer

How to Make 3 Columns Blog Footer

Blog-How to Tricks today will give blog tricks to make 3 columns footer. Footer is located at the bottom of the blog. In the default blog template, footer only 1 column.

For a variety of needs, sometimes we need a blog with 3 columns footer.

How to make footer to be 3 columns?

First, select the 'Layout' - 'Page Element'.

Then, please go to the menu 'Edit HTML'. We should do is find out how long the entire footer. Footer length generally equal to the length of outer. To find out, please friend search the following code:

(Some template may have a different code).

#outer-wrapper {
background-color: #473624;
border: 1px solid #332A24;
width: 9oopx;
margin: 0px auto;
padding: 15px;
text-align: center;
font: $ bodyFont;
}

Value on the width is the same as the length of footer.

Then copy code below :

#footer2 {
clear: both;
float:left;
padding-right: 0;
width: 296px;
background:#ffffff;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#footer3 {
float:right;
padding-left: 0;
width: 296px;
background:#ffffff;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

#footer4 {
float:right;
padding-left: 0;
width: 296px;
background:#ffffff;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

Paste above code #footer or #footer-wrapper

Value on the 'width' is the value for the width of each column. Adjust the width of the columns at the original column.

For example, if the width of original column is 900px. For new 3 columns, make width each column 295px.

When finished, search the following code:

<div id='footer-wrapper'>


Once you find it, copy the following code below, and paste above code <div id='footer-wrapper'>.

<div id='footer2'>
<b:section class='footer' id='footer2'/>
</ div>

<div id='footer3'>
<b:section class='footer' id='footer3'/>
</ div>

<div id='footer4'>
<b:section class='footer' id='footer4'/>
</ div>


Then save your template and preview. If the column can not well-organized, the value of the width maybe too large. Please adjust.

Now, you have 1 original column and 3 new column.

Enjoy it!
Read more »