Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/navblocks2.php on line 1

Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/navblocks2.php on line 1

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/navblocks2.php on line 1

Vertical Navigation Blocks


Navigation blocks is the kind of links i have in my sidebar, that links to my pages and are different from the other links on my site. Like this:


SITE SITE SITE


1. First, paste this in your CSS, change fonts, colors, size and such to make them your own:

a.box:link, a.box:visited, a.box:active {
text-decoration: none;
font-family: Tahoma;
font-size: 14pt;
color: #ffffff;
cursor: default;
text-align:center;
width:13em;
text-transform: uppercase;
margin: 0px;
padding: 0px;
padding:0.3em 0.20em;
background: #5cbddd;
}

a.box:hover {
text-decoration: none;
font-family: Tahoma;
font-size: 14pt;
color: #000000;
cursor: default;
text-align:center;
width:13em;
text-transform: uppercase;
margin: 0px;
padding: 0px;
padding:0.3em 0.20em;
background: #5352dc;
}


2. Then, post this where you want the blocks to appear, and change the links to your own.

<a href="http://site.com" class="box">SITE</a>
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/navblocks2.php on line 44

Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/navblocks2.php on line 44

Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/navblocks2.php on line 44