Dalam tag tidak berlaku untuk elemen style=”height:100%” melainkan yang bisa berlaku hanya style=”width:100%”. Untuk membuatnya menjadi aut...
JS Quicktags : alexking.org
JS Quicktags I’ve released the JavaScript Quicktags used in Tasks Pro™ , Tasks and WordPress under the LGPL license. This is a set of butt...
Manually adding a Disqus gadget to Blogg
If the Disqus gadget installer isn't working, you have the option of manually installing the gadget on your Blogger site. This will req...
online HTML editor
This online HTML editor requires JavaScript to run. Your browser either doesn't support JavaScript, or JavaScript is currently disabled (via preferences or options). Because of this, you will see the raw HTML code instead of the rich text / WYSIWYG editor. To view the rich text / WYSIWYG editor, please enable JavaScript (or use a browser that supports JavaScript).
Use this online HTML editor to create HTML snippets or even whole HTML pages for your website, MySpace page, etc.
Edit the form as much as you like. When you're ready to see the code, simply click the "Source" button (at the top left of the editor).
Online HTML Editor
This is an online HTML editor. Try editing this text area - go on!
Here is some sample bold text.
Here is a checklist for a good online editor:
- Is it a WYSIWYG editor? (WYSIWYG means "What You See Is What You Get" - just like this editor!)
- Does it generate valid HTML code?
- Is it quick and easy?
- Is it... FREE?
Feel free to use this online HTML editor for generating HTML code for your own website, MySpace page, etc. To view the source code, simply click on the "Source" button above.
Online Editor
This online HTML editor requires JavaScript to run. Your browser either doesn't support JavaScript, or JavaScript is currently disable...
online HTML editor
Use this online HTML editor to create HTML snippets or even whole HTML pages for your website, MySpace page, etc.
Edit the form as much as you like. When you're ready to see the code, simply click the "Source" button (at the top left of the editor).
Online HTML Editor
This is an online HTML editor. Try editing this text area - go on!Here is some sample bold text. Here is a checklist for a good online editor:- Is it a href="http://en.wikipedia.org/wiki/WYSIWYG" title="WYSIWYG" rel="wikipedia nofollow" target="_blank">WYSIWYG editor? (WYSIWYG means "What You See Is What You Get" - just like this editor!)
- Does it generate valid HTML code?
- Is it quick and easy?
- Is it... FREE?
Feel free to use this online HTML editor for generating HTML code for your own website, MySpace page, etc. To view the source code, simply click on the "Source" button above.
This online HTML editor requires JavaScript to run . Your browser either doesn't support JavaScript, or JavaScript is currently...
Marquee Codes Images and Text
Images and Text
There's nothing to stop you putting more than one HTML element inside your HTML marquee codes. Doing so will make both scroll.
Source Code | Result |
---|---|
Images and Text Bruce the Bat There's nothing to stop you putting more than one HTML element inside your HTML marquee codes. Doing so wi...
Marquee Codes Images and Text
Images and Text Bruce the Bat There's nothing to stop you putting more than one HTML element inside your HTML marquee codes. Doing so w...
HTML Background Code
This page contains HTML background code. Feel free to copy and paste the HTML background code into your own website, blog, MySpace page, or other HTML document. And feel free to modify the code as you wish.
Shorthand Background Code
The quickest HTML code for backgrounds is the
background
property. Strictly speaking, this is a CSS property but you use it in conjunction with your HTML code. The background
property is a shorthand property for setting all background properties at once. Source Code | Result |
---|---|
| This example sets all the background properties with one property - the 'background' property. This keeps the code shorter and easier to read. |
Page Background
To set the background for the whole page, simply apply the
background
property against the body
tag.Example:
Alternative Background Codes
Below are more HTML background codes. In these examples, instead of using the
background
shorthand property, we use a property more specific to the actual effect we want to achieve. Doing this is simply an alternative - it's your choice which method you use.
Background Color
This example code applies a background color to a
p
tag using the background-color
property. You can apply background color to any other HTML element, such as a div
tag, body
tag etc. Here, we also apply color to the text by using the color
property. Choose a color with the HTML color picker.
Source Code | Result |
---|---|
| This text has got a background color applied. You could also apply background color to the whole page if you like. |
Background Image
This example code applies a background color to a
p
tag using the background-color
property. You can apply background color to any HTML element, such as a div
tag, body
tag etc. Here, we also apply color to the text by using the color
property. Source Code | Result |
---|---|
This div tag has got a background image. You could also apply a background image to the whole page if you like. | This div tag has got a background image. You could also apply a background image to the whole page if you like. |
Fixed Background Image
You can fix the background image so that it doesn't scroll when you scroll the div (or page, as the case may be).
Source Code | Result |
---|---|
background-repeat:repeat; background-attachment:fixed; overflow:scroll; width:200px; height:100px;">
| This HTML background code demonstrates how to keep the background image fixed. Scroll down to see what I mean - the background image stays in the same position. |
http://ajabingung.blogspot.com/2013/03/html-background-code.html
This page contains HTML background code. Feel free to copy and paste the HTML background code into your own website, blog, MySpace page, or...
HTML Background Code
Shorthand Background Code
The quickest HTML code for backgrounds is thebackground
property. Strictly speaking, this is a CSS property but you use it in conjunction with your HTML code. The background
property is a shorthand property for setting all background properties at once. Source Code | Result |
---|---|
This example sets all the background properties with one property - the 'background' property. This keeps the code shorter and easier to read. | This example sets all the background properties with one property - the 'background' property. This keeps the code shorter and easier to read. |
Page Background
To set the background for the whole page, simply apply thebackground
property against the body
tag.Example:
Alternative Background Codes
Below are more HTML background codes. In these examples, instead of using thebackground
shorthand property, we use a property more specific to the actual effect we want to achieve. Doing this is simply an alternative - it's your choice which method you use.Background Color
This example code applies a background color to ap
tag using the background-color
property. You can apply background color to any other HTML element, such as a div
tag, body
tag etc. Here, we also apply color to the text by using the color
property. Choose a color with the HTML color picker.
Source Code | Result |
---|---|
This text has got a background color applied. You could also apply background color to the whole page if you like. | This text has got a background color applied. You could also apply background color to the whole page if you like. |
Background Image
This example code applies a background color to ap
tag using the background-color
property. You can apply background color to any HTML element, such as a div
tag, body
tag etc. Here, we also apply color to the text by using the color
property. Source Code | Result |
---|---|
This div tag has got a background image. You could also apply a background image to the whole page if you like. | This div tag has got a background image. You could also apply a background image to the whole page if you like. |
Fixed Background Image
You can fix the background image so that it doesn't scroll when you scroll the div (or page, as the case may be).Source Code | Result |
---|---|
This HTML background code demonstrates how to keep the background image fixed. Scroll down to see what I mean - the background image stays in the same position. | This HTML background code demonstrates how to keep the background image fixed. Scroll down to see what I mean - the background image stays in the same position. |
http://ajabingung.blogspot.com/2013/03/html-background-code.html
This page contains HTML background code. Feel free to copy and paste the HTML background code into your own website, blog, MySpace page, or...
HTML Background
Backgrounds
HTML and CSS provides many ways of changing backgrounds in web pages.
This page explains the industry standard way of creating backgrounds in HTML. Feel free to copy and paste the background code into your own website, blog, MySpace page, or other HTML document. And feel free to modify the code as you like.
Also, please consider keeping the link back to this website - if you do it will be very much appreciated!
HTML Background
The quickest HTML code for backgrounds is the
background
property. Strictly speaking, this is a CSS property but you use it in conjunction with your HTML code. The background
property is a shorthand property for setting all background properties at once.
Example Code
The source code (on the left) results in the HTML background (on the right).
Source Code | Result |
---|---|
| This example sets all the background properties with one property - the 'background' property. This keeps the code shorter and easier to read. |
Page Background
To set the background for the whole page, simply apply the
background
property against the body
tag.Example:
...
Backgrounds HTML and CSS provides many ways of changing backgrounds in web pages. This page explains the industry standard way of creating b...
HTML Background
Backgrounds
HTML and CSS provides many ways of changing backgrounds in web pages.This page explains the industry standard way of creating backgrounds in HTML. Feel free to copy and paste the background code into your own website, blog, MySpace page, or other HTML document. And feel free to modify the code as you like.
Also, please consider keeping the link back to this website - if you do it will be very much appreciated!
HTML Background
The quickest HTML code for backgrounds is thebackground
property. Strictly speaking, this is a CSS property but you use it in conjunction with your HTML code. The background
property is a shorthand property for setting all background properties at once. Example Code
The source code (on the left) results in the HTML background (on the right).Source Code | Result |
---|---|
This example sets all the background properties with one property - the 'background' property. This keeps the code shorter and easier to read. | This example sets all the background properties with one property - the 'background' property. This keeps the code shorter and easier to read. |
Page Background
To set the background for the whole page, simply apply thebackground
property against the body
tag.Example:
...
Backgrounds HTML and CSS provides many ways of changing backgrounds in web pages. This page explains the industry standard way of creating b...
Automatic Recent Posts Slider With jQuery For Blogger
Now save your template.
Step 3 -Adding The Gadget
- Now go to Page Layout
- Add a Gadget > HTML/JavaScript
- Paste below piece of code and save it.
- Now replace
yourblog.blogspot.com
with your own blog url.[Code Line - 10] (Only change blog URL don't change any other things. - To change number of post find this
var numposts_gal = 6;
line in above code. (Code Line - 4) - If you want to change number of characters to show in description find this piece of code
var numchars_gal = 150;
(Code Line - 5)
Now save your all the changes and you are done.Visit your blog to see this beautiful slide.
Follow this tutorial to show this gadget only on specific page or only in homepage.
Your questions,queries and feedback are always welcome.Also if you need any help about customizing this gadget then feel free to ask me.I'll glad to help you.
Good day....
By: http://www.helperblogger.com/
Now save your template. Step 3 -Adding The Gadget Now go to Page Layout Add a Gadget > HTML/JavaScript Paste below piece of code and save...
iframe
CARA MEMBUAT IFRAME
CARA MEMBUAT IFRAME
Kode yang kita gunakan adalah:
<iframe> </iframe>
astribut yang biasa di pakai adalah:
- ALIGN="left/right"
- FRAMEBORDER="garis batas"
- WIDTH="lebar"
- HEIGHT="tinggi"
- SCROLLING="auto/yes/no"
- SRC="alamat url yang akan di tampilkan"
contoh kode iframe
<iframe align="left" frameborder="1"
src="http://alltemplate.blogspot.com/"width="585"
height="400" scrolling="auto"></iframe>
Semoga berguna !
CARA MEMBUAT IFRAME Kode yang kita gunakan adalah: <iframe> </iframe> astribut yang biasa di pakai adalah: ALIGN="left...
iframe
CARA MEMBUAT IFRAME
Kode yang kita gunakan adalah:<iframe> </iframe>
astribut yang biasa di pakai adalah:
- ALIGN="left/right"
- FRAMEBORDER="garis batas"
- WIDTH="lebar"
- HEIGHT="tinggi"
- SCROLLING="auto/yes/no"
- SRC="alamat url yang akan di tampilkan"
<iframe align="left" frameborder="1" src="http://alltemplate.blogspot.com/"width="585" height="400" scrolling="auto"></iframe>
Semoga berguna !
CARA MEMBUAT IFRAME Kode yang kita gunakan adalah: <iframe> </iframe> astribut yang biasa di pakai adalah: ALIGN="left...
Prepare for a PROFIT EXPLOSION!
If you can see this, your browser doesn't understand IFRAME. However, we'll still link you to the file.
Prepare for a PROFIT EXPLOSION!
If you can see this, your browser doesn't understand IFRAME. However, we'll still link you to the file.