About BLOG RIZACKY

sharing knowledge about the blog, computer and internet

Manual Description Here: Ea eam labores imperdiet, apeirian democritum ei nam, doming neglegentur ad vis.

Create Read More for Classic Template

Readmore fragment posting is meant to appear only the beginning of the post or just one paragraph, while for more details may emerge after we click the text marked redmore., More or less, that's the meaning. Simply we start the discussion. If you start creating a new blog, may not know this information and hopefully by reading this article can increase our knowledge about the blog.


You may see that the articles that I write only visible form of titles with one or two paragraph only, and to view the entire article you must click on the link labeled>> Read more ...", this mistiness in a camouflage or posting . sobat for a new posting articles one or two articles may be considered not only need to condense the article buddy, but if later articles have a lot buddy, it might just have to think you want to make this menu.

To create a menu Readmore we must add some code to the HTML template in our blog. But for the posting this time, especially for bloggers who are using a classic template, to use the new template please wait on the post that will come.

Please follow these steps:

Login to blogger.com with id comrade

• Click the menu labeled Templates

• Click the Edit HTML

• do not forget to copy the entire template code belonging ago comrade paste on notepad and then save it, to make a back up data. This is when the error occurred in the template after our brain especial, we still have the backup data to restore it.

• Copy the HTML code below and paste the above code exactly </ style>:

<MainOrArchivePage>

div.fullpost {display:none;}

</MainOrArchivePage>

<ItemPage>

div.fullpost {display:inline;}

</ItemPage>

To speed up the search code </ style>, please click on the Edit menu comrade in the browser menu bar, then click Find (on this page )..., write ago

</ style> click the button continuously find next, it will automatically take it to the code.
• the next step is, please copy the following code after the code and paste ago

<$ BlogItemBody $>
<MainOrArchivePage><br/>
<a href="<$BlogItemPermalinkURL$>">Read more!</a>
</MainOrArchivePage>

Again To expedite the search code <$ BlogItemBody $>, please click on the Edit menu comrade in the browser menu bar, then click Find (on this page )..., then write
<$ BlogItemBody $>
continue to click the button next find, it will automatically take it to the code.
• Click the button labeled Settings SAVE

• The next step is to click the Settings menu

• Click the Formatting

• shares down menu box next to any posts in the Post Template, nah fill empty boxes with the code below:

<div class="fullpost">


</div>

In fact the above step is not required has been done, but this will mean that in when we want to post the article, the code will appear automatically without the need to write in the first, of course this will be more easier and does not always have to remember the code.

• and do not forget to click the Save Settings

Finish

How to Post Article


Okay, after some stage, we skip, now we go to the stage on how to post an article that there Readmore its menu.
• Click the Posting

• click on the Edit menu HTML, nah there will automatically appear that we keep the code before, namely:

<div class="fullpost">


</div>

store the article in the buddy you want to show the code before <div class="fullpost">, Then save the rest of the article after the entire code <div class="fullpost"> and before the code </div>
To be clear, I give examples, eg his article thus:

This is an example of any posts in the store at the beginning of the article that will always appear on our blogs, and other words that it will not appear.
<div class="fullpost">
and writing this is that any posts that will appear when the visitor clicks the link that reads Read more.

</div>

The result will appear on your blog we are like this:

This is an example of any posts in the store at the beginning of the article that will always appear on our blogs, and other words that it will not appear.

Read more!

How comrade, has been described. if not clear, please check back in on the comments.

Read more! words! we can actually change according to our wishes, eg we change into ... Read more, .. continue reading, or continued ... whatever the word is important to give the visitors to know that we have about the article.

Code on the fact there is another alternative, namely the Span code, if interested, replace all the div code into Span. The result will be the same, only for the comrade like posting on the compose menu, the code is often because there is a problem with the crash that the Span code.

Read More...

How to create a text area


text area is the area or place to store text or word form with the new area. Usually this text area in use to save the HTML code or other text to the copy by the visitors.

To create a text area, you please Copy the code below:


<p align="center"><textarea name="code" rows="6" cols="20">Write a text or code you want here, so any posts you will later appear in the text area</textarea></p>

For example:



Description: rows = "6", showed a high area of the text, so if you want the text area to a high number then please replace the "with the number 6 before a higher value.

Cols = "20", shows the width of the text area. If you want the text area then please change the width of the number "20" before the number is higher value.

Text Area with a highlight

There are other variations from the text to make this area, that is, the text area by using the highlight. with the key highlight will be easier for visitors to copy the entire text or code in a given, because with only one key press only highlighted earlier on, all text or code that is in it will be highlighted in and live in copy only. This facility is very useful when the text or code in the provided in the amount of the very many and this will reduce the risk behind it a text or code for the copy. To create a text area with the highlight this please copy the HTML code you under

<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 "> save any posts you here, then the text you write will appear here and ready to copy in by the visitors </textarea></p></div></form>

For example :



So you better understand the code above, I will describe a few. The code above has the two elements, namely elements of the code button to create a marked Highlight All, and the second element is the code to create a text area.

All elements of the key highlights:

1. <div align="center"> --> center said showed that the position will be key in the middle, so if you want to position the key is in the left edge, living with change left. And if you want to be on the edge to the right, stay right to change the words.

2. <input onclick="javascript:this.form.txt.focus();this.form.txt.selec()">--> this code means that when the button click on the highlight, the entire text is in the akan highligt (or the mark in the block), so you do not alter this paper.

3. Value = "Highlight All" --> Highlight All words are words that will appear in the key, so if you want to change this article, please replace the word you want.

Element text area:

1. <p align="center"> --> This text shows that the area will be located in the middle, well if you want the text area you are in the left edge, replace the word center with left, when you want at the right side, replace the word with the right .
2. <text style="WIDTH: 300px"> --> the word "width: 300px" indicate the width of text area 300 pixels, so if you want to shorten or extend the width of the text area, you live it with the number you want. eg: "width: 700px;"

3. HEIGHT: 144px --> number "144px" text shows that the area will have a high of 144 px, so if you want to change lives to change the number with the number you want. Ex: HEIGHT: 160px.

Sample text area to highlight the button above, skript to protect the load from the right click of the visitors. skript in this life if you do not want the posts in your copy and paste the visitors. for interested please attach a copy ago in your HTML code between the code <HEAD> and </ HEAD>.

survivors try
Read More...