Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/navblocks1.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/navblocks1.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/navblocks1.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.nav:link, a.nav:visited, a.nav:active {
text-decoration: none;
font-family: courier new;
font-size: 8pt;
line-height: 6pt;
color: #ffffff;
background-color: #000000;
cursor: default;
display: block;
text-align:center;
text-transform: uppercase;
margin: 3px;
padding: 3px;
}

a.nav:hover {
font-family: courier new;
font-size: 8pt;
line-height: 6pt;
font-weight: none;
color: #000000;
text-align: center;
background-color: #faf067;
cursor: default;
display: block;
text-transform: uppercase;
margin: 3px;
padding: 3px;
}


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

<a href="yoururl" Class="nav">page</a>
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/navblocks1.php on line 46

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/navblocks1.php on line 46

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/navblocks1.php on line 46