Showing posts with label Script. Show all posts
Showing posts with label Script. Show all posts

AUTO BACKLINK LIST >>>>>





A blogger if you do not understand what it is really outrageous backlinks, I understand is if a newbie, hha. Search on Wikipedia if you want to know ya.
Okay I'll share some of the sites autobacklink little that I know and I use it. Previously, autobacklink is a facility where we can submit our URL address several websites, both air high Page Rank or not at all so that our URL will be embedded in sites where we submit earlier. Thus google indexing you will be faster because the URL we had a little scattered in several sites.

Autobacklink list:
 
http://www.imtalk.org/cmps_index.php?pageid=IMT-Website-Submitter (2534 backlinks)
www.webmasterdeck.com/tools/wsbacklinker/ (330 backlinks)
www.freesitescripts.com/ (800+ backlinks)
marketingblogonline.com/autobacklinks/
verifiedfile.com/seo/
http://www.seo.woothy.com/

So please submit your URL.
More aboutAUTO BACKLINK LIST >>>>>

A version of HTML with many presentation elements and attributes

See the XHTML 1.0 Transitional version of HTML for a version of HTML with many presentation elements and attributes included :

a: anchor for hypertext link
abbr: encloses shortened phrase which represents whole
acronym: encloses word formed from letters in a phrase
address: address, signature, or byline
area: define region on an imagemap which is a hypertext link
b: bold text
base: base context document
bdo: I18N BiDi over-ride
big: set larger text relative to surrounding text
blockquote: quoted passage
body: document body
br: line break
button: push button
caption: descriptive phrase for table
cite: name or title of cited work
code: source (computer) code
col: vertical alignment in cells
colgroup: vertical alignment in cells
dd: definition of term
del: inserted text, deleted text
dfn: enclose term definition
div: define parts of a document
dl: definition list or glossary
dt: term in definition list
em: emphasized phrase
fieldset: form control group
form: fill-out or data-entry form
h1: primary heading
h2: secondary heading
h3: third-level heading
h4: fourth-level heading
h5: fifth-level heading
h6: sixth-level heading
head: document head
hr: horizontal rule
html: HTML document outer container
i: italic text
img: image; photo, icon, glyph, or illustration
input: form input datum
ins: inserted text, deleted text
kbd: keyboard phrase (user input)
label: form field label text
legend: fieldset legend
li: list item
link: link from this document
map: define client-side imagemap
meta: generic meta-information about the document
noscript: alternate content container for non script-based rendering
object: generic embedded object
ol: ordered list
optgroup: option group
option: a selection option
p: paragraph
param: named property value
pre: preformatted text
q: short inline quotation
samp: sample text or characters
script: script for user-document interaction
select: selection of option(s)
small: set smaller text relative to surrounding text
span: generic language/style container
strong: strong emphasis
style: style information
sub: subscript text
sup: superscript
table: tabular presentation of information
tbody: table body
td: table data cell
textarea: an area for text input
tfoot: table footer
th: table header cell
thead: table header
title: title of document
tr: table row container
tt: typewriter text
ul: unordered list
var: variable phrase or s
More aboutA version of HTML with many presentation elements and attributes

Free Script Code

<!– –> Memberi komentar atau keterangan. Kalimat yang terletak pada tag kontiner ini tidak akan terlihat pada browser
<a href> Membuat link ke halaman lain atau ke bagian lain dari halaman tersebut
<a name> Membuat nama bagian yang didefinisikan pada link pada halaman yang sama
<applet> Sebagai awal dari Java applets
<area> Mendefinisikan daerah yang dapat diklik (link) pada image map
<b> Membuat teks tebal
<basefont> Membuat atribut teks default seperti jenis, ukuran dan warna font
<bgsound> Memberi (suara latar) background sound pada halaman web
<big> Memperbesar ukuran teks sebesar satu point dari defaultnya
<blink> Membuat teks berkedip
<body> Tag awal untuk melakukan berbagai pengaturan terhadap text, warna link & visited link
<br> Pindah baris
<caption> Membuat caption pada tabel
<center> Untuk perataan tengah terhadap teks atau gambar
<comment> Meletakkan komentar pada halaman web tidak tidak akan nampak pada browser
<dd> Indents teks
<div> Represents different sections of text.
<embed> Menambahkan sound or file avi ke halaman web
<fn> Seperti tag <a name>
<font> Mengganti jenis, ukuran, warna huruf yang akan digunakan utk teks
<form> Mendefinisikan input form
<frame> Mendefinisikan frame
<frameset> Mendefinisikan attribut halaman yang akan menggunakan frame
<h1> … <h6> Ukuran font
<head> Mendefinisikan head document.
<hr> Membuat garis horizontal
<html> Bararti dokumen html
<i> Membuat teks miring
<img> Image, imagemap atau an animation
<input> Mendefinisikan input field pada form
<li> Membuat bullet point atau baris baru pada list (berpasangan dengan tag <dir>, <menu>, <ol> and <ul> )
<map> Mendefinisikan client-side map
<marquee> Membuat scrolling teks (teks berjalan) – hanya pada MS IE
<nobr> Mencegah ganti baris pada teks atau images
<noframes> Jika browser user tidak mendukung frame
<ol> Mendefinisikan awal dan akhir list
<p> Ganti paragraf
<pre> Membuat teks dengan ukuran huruf yg sama
<script> Mendefinisikan awal script
<table> Membuat tabel
<td> Kolom pada tabel
<title> Mendefinisikan title
<tr> Baris pada tabel
<u> Membuat teks bergaris bawah
More aboutFree Script Code

Adding Facebook Button Share And Like

FB Share:


Just Copy this Script:
<script src="http://widgets.fbshare.me/files/fbshare.js">
</script>

More aboutAdding Facebook Button Share And Like

Create Floating Menu Blog

Copy the following code into Notepad and save the format. js (JavaScript). For example: MenuBlog.js
/*http://www.dynamicdrive.com/*/

NS6 = (document.getElementById&&!document.all)

IE = (document.all)

NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")

tempBar='';barBuilt=0;ssmItems=new Array();

moving=setTimeout('null',1)

function moveOut() {

if ((NS6||NS)&&parseInt(ssm.left)<0 || IE && ssm.pixelLeft<0) {

clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)}

else {clearTimeout(moving);moving=setTimeout('null',1)}};

function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)}

function moveBack1() {

if ((NS6||NS) && parseInt(ssm.left)>(-menuWidth) || IE && ssm.pixelLeft>(-menuWidth)) {

clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)}

else {clearTimeout(moving);moving=setTimeout('null',1)}}

function slideMenu(num){

if (IE) {ssm.pixelLeft += num;}

if (NS||NS6) {ssm.left = parseInt(ssm.left)+num;}

if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;}}

function makeStatic() {

if (NS||NS6) {winY = window.pageYOffset;}

if (IE) {winY = document.body.scrollTop;}

if (NS6||IE||NS) {

if (winY!=lastY&&winY>YOffset-staticYOffset) {

smooth = .2 * (winY - lastY - YOffset + staticYOffset);}

else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) {

smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));}

else {smooth=0}

if(smooth > 0) smooth = Math.ceil(smooth);

else smooth = Math.floor(smooth);

if (IE) bssm.pixelTop+=smooth;

if (NS6||NS) bssm.top=parseInt(bssm.top)+smooth

lastY = lastY+smooth;

setTimeout('makeStatic()', 1)}}

function buildBar() {

if(barText.indexOf('<IMG')>-1) {tempBar=barText}

else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}}

document.write('<td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" style='+barFontSize+' COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD>')}

function initSlide() {

if (NS6){ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style;

bssm.clip="rect(0 "+document.getElementById("thessm").offsetWidth+" "+document.getElementById("thessm").offsetHeight+" 0)";ssm.visibility="visible";}

else if (IE) {ssm=document.all("thessm").style;bssm=document.all("basessm").style

bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";}

else if (NS) {bssm=document.layers["basessm1"];

bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"];

bssm2.clip.left=0;ssm.visibility = "show";}

if (menuIsStatic=="yes") makeStatic();}

function buildMenu() {

if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+' ;Top : '+YOffset+' ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+' ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')}

if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')}

if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><TR><TD>')}

document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'">');

for(i=0;i<ssmItems.length;i++) {

if(!ssmItems[i][11]){ssmItems[i][11]=menuCols;ssmItems[i][6]=menuWidth-1}

else if(ssmItems[i][11]!=menuCols)ssmItems[i][6]=Math.round(menuWidth*(ssmItems[i][11]/menuCols)-1);

if(ssmItems[i-1]&&ssmItems[i-1][5]!="no"){document.write('<TR>')}

if(!ssmItems[i][2]){

document.write('<td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+ssmItems[i][6]+'" COLSPAN="'+ssmItems[i][11]+'"> <font face="'+hdrFontFamily+'" style='+hdrFontSize+' COLOR="'+hdrFontColor+'"><b>'+ssmItems[i][0]+'</b></font></td>')}

else {if(!ssmItems[i][3])ssmItems[i][3]=linkTarget;

document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+ssmItems[i][6]+'" COLSPAN="'+ssmItems[i][11]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'" VALIGN="'+linkVAlign+'"><DIV><table border=0 cellpadding=1 cellspacing=0><tr><td width=100% ALIGN="'+linkAlign+'" VALIGN="'+linkVAlign+'" nowrap><FONT face="'+linkFontFamily+'"> <A HREF="'+ssmItems[i][2]+'" target="'+ssmItems[i][3]+'" style='+linkFontSize+'>'+ssmItems[i][0]+'</td><td ALIGN="'+IconAlign+'" VALIGN="'+linkVAlign+'" width="'+Iconwidth+'" nowrap><A HREF="'+ssmItems[i][2]+'" target="'+ssmItems[i][3]+'" title="'+ssmItems[i][0]+'">'+ssmItems[i][1]+'</A></td></tr></table></LAYER></ILAYER></TD>')}

if(ssmItems[i][11]!="no"&&barBuilt==0){buildBar();barBuilt=1}

if(ssmItems[i][11]!="no"){document.write('</TR>')}}

document.write('</table>')


if (NS6){document.write('</TD></TR></TABLE>')}

if (IE||NS6) {document.write('</DIV></DIV>')}

if (NS) {document.write('</LAYER></ILAYER></LAYER>')}

theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)}


/*

Configure menu styles below

to change the background/border color

*/

YOffset=85;

XOffset=0;

staticYOffset=30;

slideSpeed=5

waitTime=100;

menuBGColor="black";

menuIsStatic="yes";

menuWidth=150;

menuCols=2;

hdrFontFamily="Curlz MT";

hdrFontSize='font-size:12px';

hdrFontColor="#eeeeee";

hdrBGColor="#181818";

hdrAlign="center";

hdrVAlign="middle";

hdrHeight="12";

linkFontFamily="phapyrus";

linkFontSize='font-size:11px;color:#000000';

linkBGColor="#ffffff";

linkOverBGColor="#FF8000";

linkTarget="_top";

linkAlign="Left";

linkVAlign="middle";

IconAlign="center";

Iconwidth="25"

barBGColor="#000000";

barFontFamily="phapyrus";

barFontSize='font-size:15px';

barFontColor="#ffffff";

barVAlign="center";

barWidth=16;

barText="NAVIGATION";

var whght

var wwdth

if (NS6){

whght=225

wwdth=300

}

if (NS){

whght=250

wwdth=410

}

if (IE) {

whght=270

wwdth=250

}

ssmItems[0]=["Menu Blog"]

ssmItems[1]=["<FONT color=#000000>The Best Knowledge </FONT>", "http://hitsuke.blogspot.com", ""]

ssmItems[2]=["<FONT color=#000000>Name of Menu 2</FONT>", "Menu 2 Link", ""]

ssmItems[3]=["<FONT color=#000000>Name of Menu 3</FONT>", "Menu 3 Link", ""]

ssmItems[4]=["<FONT color=#000000>Name of Menu 4</FONT>", "Menu 4 Link", ""]

ssmItems[5]=["<FONT color=#000000>Name of Menu 5</FONT>", "Menu 5 Link", ""]

ssmItems[6]=["<FONT color=#000000>Name of Menu 6</FONT>", "Menu 6 Link", ""]

buildMenu();

Description:

>The red code you can change customize to your blog / website you.

>Then replace the code that is blue with the name of the link and the link that you want.

>Upload file. It is up to upload where for example in Ripway, Fileave, or Stormpages.

>Login to blogger then select the dashboard layout> Edit HTML

Tick ​​marks expand widgets


          input the following code before </ head>

>Changing menu code Url of your blog with the files that you uploaded earlier.  
example: http://autobacklinkdirectory.blogspot.com/menublog.js

after that on SAVE.

>Add your Blog
More aboutCreate Floating Menu Blog

Create Tab View Menu

>Login to blogger with your ID.

>Click Layout.

>Click Edit HTML.

>Then look for the code ]]></b:skin>

>Put the following code before the code ]]></b:skin>

div.TabView div.Tabs
{
height: 30px;
overflow: hidden;
}
div.TabView div.Tabs a
{
float: left;
display: block;
width: 98px; /* Width Main Menu Top */

text-align: center;
height: 30px; /* High Main Menu Top */
padding-top: 3px;
vertical-align: middle;
border: 1px solid #BDBDBD; /* Top Menu border color */
border-bottom-width: 0;
text-decoration: none;
font-family: "Verdana", Serif; /* Main Menu Top Fonts */
font-weight: bold;
color: #000; /* Main Menu Top Font Colors */
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px}
}
div.TabView div.Tabs a:hover, div.TabView div.Tabs a.Active
{
background-color: #E6E6E6; /* Background colors on Main Menu */
}
div.TabView div.Pages
{
clear: both;
border: 1px solid #BDBDBD; /* Main Box border color */
overflow: hidden;
background-color: #E6E6E6; /* Main Box background color */
}
div.TabView div.Pages div.Page
{
height: 100%;
padding: 0px;
overflow: hidden;
}
div.TabView div.Pages div.Page div.Pad
{
padding: 3px 5px;
}

Then place the following JavaScript code above the code </head>

<script type='text/javascript'>
//<![CDATA[
function tabview_aux(TabViewId, id)
{
var TabView = document.getElementById(TabViewId);

// ----- Tabs -----

var Tabs = TabView.firstChild;
while (Tabs.className != "Tabs" ) Tabs = Tabs.nextSibling;

var Tab = Tabs.firstChild;
var i = 0;

do
{
if (Tab.tagName == "A")
{
i++;
Tab.href = "javascript:tabview_switch('"+TabViewId+"', "+i+");";
Tab.className = (i == id) ? "Active" : "";
Tab.blur();
}
}
while (Tab = Tab.nextSibling);

// ----- Pages -----

var Pages = TabView.firstChild;
while (Pages.className != 'Pages') Pages = Pages.nextSibling;

var Page = Pages.firstChild;
var i = 0;

do
{
if (Page.className == 'Page')
{
i++;
if (Pages.offsetHeight) Page.style.height = (Pages.offsetHeight-2)+"px";
Page.style.overflow = "auto";
Page.style.display = (i == id) ? 'block' : 'none';
}
}
while (Page = Page.nextSibling);
}

// ----- Functions -------------------------------------------------------------

function tabview_switch(TabViewId, id) { tabview_aux(TabViewId, id); }

function tabview_initialize(TabViewId) { tabview_aux(TabViewId, 1); }
//]]>
</script>

>Save Template.

>To make the tab view menu, please return to the Layout.

>Select a Page Elements .

>Click Add Gadget .

>Select the HTML / Javascript, then enter the following code :

<form action="tabview.html" method="get">
<div class="TabView" id="TabView">
<div class="Tabs" style="width: 300px;">

<a>Tab 1</a>
<a>Tab 2</a>
<a>Tab 3</a>

</div>
<div class="Pages" style="width: 300px; height: 250px;">

<div class="Page">
<div class="Pad">

Tab 1.1 <br />
Tab 1.2 <br />
Tab 1.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">

Tab 2.1 <br />
Tab 2.2 <br />
Tab 2.3 <br />

</div>
</div>

<div class="Page">
<div class="Pad">

Tab 3.1 <br />
Tab 3.2 <br />
Tab 3.3 <br />

</div>
</div>

</div>
</div>
</form>

<script type="text/javascript">
tabview_initialize('TabView');
</script>

>Then Save.

>Description:

>For red code is the width and height of the menu, please adjust the content.

>Code green please fill in the title of the menu.

>And the color purple, the contents of the menu.
More aboutCreate Tab View Menu

Making read more for the blog

>Find the following code in your template:
 
   <p><data:post.body/></p>
 

>Replace the code that code so that it becomes like this:

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>


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


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


>Save the edit.
>Then select the Settings menu and select the Formatting
>In the Post Template box enter the following code:
 

<span class="fullpost">
</span>
>Then Save.
>When posting, right there, there are 2 tabs tuh option, the "Compose" and "Edit Html",  
>Select the "Edit HTML", then the code will automatically appear as follows: 
<span class="fullpost">
</span> 
Place abstraction post or article that will appear page primary (before writing "Redmore") above this code: <span class="fullpost"> while the remaining place amongst the entire post class="fullpost"> <span code and </ span >  
More aboutMaking read more for the blog

Make a banner running

Copy and Paste This Code------------>

<marquee scrolldelay="10" direction="right" behavior="scroll" scrollamount="3" width="468" bg height="60"><a href="http://autobacklinkdirectory.blogspot.com/"><img src="JDP" border="0" src="http://images.cooltext.com/1999178.gif" /></a>
</marquee>

Please:
--->Change the color blue with the url of your blog
--->Change the color red with the address of your banner


See Also:
> Script Menu Horizontal
> Script Menu Vertikal
More aboutMake a banner running

Create a horizontal menu blog

# Choose Layout -> Edit HTML -> check "Expand Widget Templates". Find Code code ]]></ b: skin> and Copy-Paste the following code on it.

/* navbar
================== */

#bg_nav {
background: #ffffff;
width: 850px;
height: 29px;
font-size: 11px;
font-family: Arial, Tahoma, Verdana;
color: #000000;
font-weight: bold;
margin: 0px auto 0px;
padding: 0px;
border-top: 1px solid #000000;
border-bottom: 1px solid #ffffff;
overflow: hidden;
}
#bg_nav a, #bg_nav a:visited {
color: #000000;
font-size: 11px;
text-decoration: none;
text-transform: uppercase;
padding: 0px 0px 0px 3px;
}

#bg_nav a:hover {
color: #000000;
text-decoration: underline;
padding: 0px 0px 0px 3px;
}

#navleft {
width: 500px;
float: left;
margin: 0px;
padding: 0px;
}
#navright {
width: 220px;
font-size: 11px;
float: right;
margin: 0px;
padding: 3px 5px 0px 0px;
}
#navright a img {
border: none;
margin: 0px;
padding:
3px 5px 0px 0px;
}

#nav {
margin: 0px;
padding: 0px;
list-style: none;
}
#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}

#nav a, #nav a:visited {
background: #ffffff;
color: #000000;
display: block;
font-weight: bold;
margin: 0px;
padding: 8px 15px 8px 15px;
border-left: 1px solid #ffffff;
}
#nav a:hover {
background: #c06000;
color: #000000;
margin: 0px;
padding: 8px 15px 8px 15px;
text-decoration: none;
}

#nav li {
float: left;
margin: 0px;
padding: 0px;
}
#nav li li {
float: left;
margin: 0px;
padding: 0px;
width: 150px;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
background: #ffffff;
width: 160px;
float: none;
margin: 0px;
padding: 7px 30px 7px 10px;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}
#nav li li a:hover, #nav li li a:active {
background: #c06000;
padding: 7px 30px 7px 10px;
}

#nav li ul {
position: absolute;
width: 10em;
left: -999em;
}

#nav li:hover ul {
left: auto;
display: block;
}
#nav li:hover ul, #nav li.sfhover ul {
left: auto;
}

And then locate the following code:
  
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1'
showaddelement='no'>
<b:widget id='Header1' locked='true' title='test
(Header)' type='Header'/>

... and so on ...

</b:section>
</div>

 Copy and paste the following code just below the code that is green or red



<div id='bg_nav'>

<div id='navleft'>
<div id='nav'>
<ul>
<li><a href='http://NameYourBlog.blogspot.com/'>home</a></li>
<li><a href='http://Link_1'>Add Link</a></li>
<li><a href='http://Link_2'>Add Link</a></li>
<li><a href='http://Link_3'>Add Link</a></li>
<li><a href='http://Link_4'>Add Link</a></li>
</ul>
</div>
</div>

<div id='navright'>

<form action='http:/NameYourBlog.blogspot.com/search' id='searchform' method='get' name='searchform'> <input id='s' name='q' type='text' value=''/> <input id='searchsubmit' type='submit' value='Cari'/>
</form>

</div>

</div><!-- end bg_nav -->

Save Your Template.

See Also:
> Script Menu Vertikal 
> Script Banner Running
More aboutCreate a horizontal menu blog

Making vertical menu links

Making vertical menu links:
Please Copy This Script------->
<table width="300" border="0" cellpadding="0" cellspacing="0" bordercolor="#00FFCC">
  <tr>
    <td width="28" rowspan="6" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhn-_9_5Eb1v_z7rS6_Mqr7MZHxztl8T5fHl8CaezigofTSBXvmADSi9TGHIiiMByWtt30tHxrr8Qdfl_Ftx6XvLGtVh7Pmz4I_AKPztSPfdR53DlhCGQvmg6yQWexruzTxunhq3Ge7a6LQ/s128/kiri.jpg">&nbsp;</td>
    <td width="238" height="30" align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguhKjvUo-SDAfRtF77i1FqdtgCNM2JPqX0Le27eJi8chnkag2-5QrildAz-AQW1LRlZ3p_G5O_fMGSuaLVZY5RgqhTrsQt6FYIKK6WN9JafZJh6-utGmKMisMgKpbnIQkamUYEfS2mhtHd/s128/ataski2yo.jpg"><strong> TITLE LINK</strong></td>
    <td width="28" height="30" rowspan="6" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrhQQCwv4Pq6kxDrL3ynrWFAf5RvDLLa8QpEW4D4Buprxp_fyeQCyNdJWiAW1dTNMitqut3fzWOTwvi8oYRwzsXTxYslJ1hoch_rZQEnMMMgAyEpm50pAO7RMKzt9E-m4mUAYjJuHXIBhA/s128/kanan.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td height="30" align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUzknYppl7-ClI1ZKxBa4Z0ZdKPE4dqe8OqW0QHFdYzBSWAHsrAygx37yd6dz71_QQgpK1kCy9heyKwOThdgt7SP-vLMdAl8WkTm1m-g2CWHe31n-RrQiRm8gkRzu10OS7mBerI5dJwBoM/s128/linkkikiyo.jpg"><strong><a href="Url_Link">Link 1</a></strong></td>
  </tr>
  <tr>
    <td height="30" align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUzknYppl7-ClI1ZKxBa4Z0ZdKPE4dqe8OqW0QHFdYzBSWAHsrAygx37yd6dz71_QQgpK1kCy9heyKwOThdgt7SP-vLMdAl8WkTm1m-g2CWHe31n-RrQiRm8gkRzu10OS7mBerI5dJwBoM/s128/linkkikiyo.jpg"><strong><a href="Url_Link">Link 2</strong></td>
  </tr>
  <tr>
    <td height="30" align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUzknYppl7-ClI1ZKxBa4Z0ZdKPE4dqe8OqW0QHFdYzBSWAHsrAygx37yd6dz71_QQgpK1kCy9heyKwOThdgt7SP-vLMdAl8WkTm1m-g2CWHe31n-RrQiRm8gkRzu10OS7mBerI5dJwBoM/s128/linkkikiyo.jpg"><strong><a href="Url_Link">Link 3</strong></td>
  </tr>
  <tr>
    <td height="30" align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUzknYppl7-ClI1ZKxBa4Z0ZdKPE4dqe8OqW0QHFdYzBSWAHsrAygx37yd6dz71_QQgpK1kCy9heyKwOThdgt7SP-vLMdAl8WkTm1m-g2CWHe31n-RrQiRm8gkRzu10OS7mBerI5dJwBoM/s128/linkkikiyo.jpg"><strong><a href="Url_Link">Link 4</strong></td>
  </tr>
  <tr>
    <td height="30" align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguhKjvUo-SDAfRtF77i1FqdtgCNM2JPqX0Le27eJi8chnkag2-5QrildAz-AQW1LRlZ3p_G5O_fMGSuaLVZY5RgqhTrsQt6FYIKK6WN9JafZJh6-utGmKMisMgKpbnIQkamUYEfS2mhtHd/s128/ataski2yo.jpg"><strong></td>
  </tr>
</table>


See Also:
> Script Menu Horizontal
> Script Banner Running
More aboutMaking vertical menu links