Latest Post:
Recent Posts

Style Alert Buttons

.btn { border: none; /* Remove borders */ color: white; /* Add a text color */ padding: 14px 28px; /* Add some padding */ cursor: pointer; /* Add a pointer cursor on mouse-over */ } .success {background-color: #4CAF50;} /* Green */ .success:hover {background-color: #46a049;} .info {background-color: #2196F3;} /* Blue */ .info:hover {background: #0b7dda;} .warning {background-color: #ff9800;} /* Orange */ .warning:hover {background: #e68a00;} .danger {background-color: #f44336;} /* Red */ .danger:hover {background: #da190b;} .default {background-color: #e7e7e7; color: black;} /
{[['']]}

Add Comment Count to Post Header Titles in Blogger

{[['']]}

Blogger Templates

{[['']]}

HTML Scroll Box

HTML Scroll Box with Customize Textarea. Code: <textarea rows="9" cols="53" onclick="this.focus();this.select()" readonly="readonly"> HTML Scroll Box </textarea> Note: HTML Scroll Box Replace this with your Text rows="9" cols="53" You can customize Textarea.
{[['']]}

HTML Tables

Example explained: Tables are defined with the <table> tag. Tables are divided into table rows with the <tr> tag. Table rows are divided into table data with the <td> tag. A table row can also be divided into table headings with the <th> tag. Code <table border="1" style="width:100%"> <tr> <td>Rows No.1</td> <td>Rows No.2</td> <td>Rows No.3</td> </tr> <tr> <td>Rows No.4</td> <td>Rows No.5</td> <td>Rows No.6</td> </tr> </table>
{[['']]}

Facebook Auto Popup Like Box Script for Blogger

Instruction and code will be added soon.
{[['']]}

Auto Popup Windows Script for Blogger

Just follow below steps for add a popup window in your blogger: Log in to your Blogger account. Go to Design > Page Elements. Click Add a Gadget. Select HTML/JavaScript widget. Copy the below code and past it in HTML/java script box. Code <script type="text/javascript"> document.body.onclick= function(){ window.open('your web address', 'poppage', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=650, height=650, left = 300, top = 50'); }</script> Note: your web address Replace this with your Web url (web ad
{[['']]}
See all Movies

HTML

See all Movies

Javascript

See all Movies

Tricks

See all Movies

Facebook Like Box

See all Movies

Blogger Templates

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2009 - 2015. Jevi - All Rights Reserved.
Published by JeviHUT
Proudly Powered by Blogger