*** IT সম্পর্কে দক্ষ হতে চান ? ** তাহলে নিয়মিত Visit করুন .... IT Knowledge School **** টেকপ্রেমী : বদিউজ্জামান ( রুবেল )
*** IT সম্পর্কে দক্ষ হতে চান ? ** তাহলে নিয়মিত Visit করুন .... IT Knowledge School **** টেকপ্রেমী : বদিউজ্জামান ( রুবেল )
Blogger Tips and TricksLatest Tips And TricksBlogger Tricks
Showing posts with label Blog Post Tools. Show all posts
Showing posts with label Blog Post Tools. Show all posts

Making text area in blog Post or blog page

A little review of the text area. Text area is a box that contains html code or script code that was used to put the code in order to exchange the links in the copy by visitors and save space. Function text area not only that but it can also to put the writing etc.. To create a text area can be quite easy to say and do not require a lot of code and complex. If my friend wanted to make this area please text my friend just copy and paste the code below:

<p align="center"><textarea name="code" rows="5" cols="25"> 
Write a text or code here, this is the writing that appears in the text area </textarea></p<

Example from text area:



Rows="5" --> Height from text area.
Cols="25" --> Width from text area.

Text Area with HighLight

Key areas highlighted in the text so that the text function is easier to copy the whole with no one left, because by pressing the button once, the entire text or code in the text area will be highlighted and copied it to stay on. This facility is very, very useful when the text or code that is given very much and reduce the risk of a text or code behind when the copy. To create a text area to highlight please copy code below:

<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Highlight All"></div><div align="center"></div><p align="center"><textarea style="WIDTH: 300px; HEIGHT: 144px" name="txt" rows="100" wrap="VIRTUAL" cols="55"> 
Put text here, this is the writing or the code that is displayed and ready for the copy </textarea></p></div></form>


Example the text area with highlight:




Elemen Highlight
<div align="center"> --> This is the element code highlighted, the word "center" shows the position in the middle button, if you want the button on the left side, replace it with "left." And if you want on the right, replace it with "right."
<input onclick="javascript:this.form.txt. focus();this.form.txt.selec()"> -->This code shows the highlight button is clicked, all text or code in it will be in highligt.
Value="Highlight All" --> This word appears in the button, can be changed at will.

Element text area :
<p align="center"> --> this code so that text area in the middle, if you want the left instead with"left", and if you want the right change "right".
<text style="width: 300px"> --> "width:300px" With from text area.
"height: 144px" --> Height from text area.

Good luck.
Read More »

Post Boundery

প্রথমে পোষ্ট লিখতে হবে , তার পর HTML এ Click করতে হবে । তারপর সকল কোডের উপরে নিচের কোডগুলো  Paste করতে হবে ।



<div dir="ltr" style="text-align: left;" trbidi="on">
<div id="toc" style="border-radius: 5px; border: 1px solid rgb(75, 172, 198); margin-left: 0px; margin-top: 0px; padding: 5px; width: 98%;">
<div style="text-align: left;">
</div>
Read More »

How to Make a Sticky Post in Blogger

1
After writing your post click on "HTML".

 Select all of the HTML code and copy it.


 3Close the HTML.

4
You will turn to the main screen. On your dashboard click "Layout".

5
Click "Add a Gadget".

6
In the opening screen, scroll down and click "HTML/Java Script".

7
Right click and paste the HTML you copied before.

8
Enter your post title.

9
Click "Save".

10
You will return to Layout screen. Notice the title you typed in Step 8 on the "Add a Gadget" tab. Now click on the left end of this tab and while holding your mouse button and drag it downward a little.

11
It should look like the picture below.

12
Click "Save Arrangement".

Read More »

How To Divide Post Into Two (2) Columns?

Columns post is a place to put our writing on his blog. Column posts there is only one fruit and if we want to create two posts then we must create a new post again. But now there is a way to make two posts located on a single column of posts and one way to make it is with the post column split into two parts to the left and the right hand side.
For the way we make enough to make the code like below;

<div style="float:left; width: 50%">

Put your text here

</div>
<div style="float:right; width: 50%">

Put your text here

</div>

Replace writing that I gave the red and blue colors with your own writing.
Example:
Read More »

Badiuzzaman ( Rubel )