Search in forum:
Search


Author Message
Post08/10/2008 at 5:10pm (UTC)    
Post subject: right navigation bar

can we add a page in right navigation bar that is not visible in left navigation bar
Post08/10/2008 at 9:26pm (UTC)    
Post subject: Re: right navigation bar

selectedgames wrote:
can we add a page in right navigation bar that is not visible in left navigation bar


Hi,

Arrow We can add navigation bar to the right box..
we can add linked texts or images to the right box..

I prepared a navigation code which consists of linked texts in a table

Quote:
<table height="300" cellspacing="1" cellpadding="1" width="150" border="0">
<tbody>
<tr>
<td bgcolor="#ff3300">
<p align="center"><strong><font color="#ffffff">NAVIGATION</font></strong></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 1"><strong><font color="#000000">LINK NAME 1</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 2"><strong><font color="#000000">LINK NAME 2</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 3"><strong><font color="#000000">LINK NAME 3</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 4"><strong><font color="#000000">LINK NAME 4</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 5"><strong><font color="#000000">LINK NAME 5</font></strong></a></p>
</td>
</tr>
<tr>
<td bgcolor="#ff9900">
<p align="center"><a href="http://TARGET 6"><strong><font color="#000000">LINK NAME 6</font></strong></a></p>
</td>
</tr>
</tbody>
</table>


before editing - preview of code -


You should certainly edit red sections in the code!
e.g:
TARGET 1 = www.canerfc.page.tl/Home.htm
LINK NAME 1 = Home

after editing code, you can paste it to the right box;)

Arrow for creating invisible pages in the navigation bar;
read carefully; http://www.own-free-website.com/forum/viewtopic.php?t=1295


Have Fun;)
Post08/10/2008 at 9:34pm (UTC)    
Post subject:

Also,

You can use this codes while linking a new page!

if linked text:
Code:
<a href="http://TARGET">LINK NAME</a>


if linked image:
Code:
<a href="http://TARGET"><img class="" alt="" border="0" src="http://IMAGE-ADDRESS" /></a>


*After editing them, paste one of the right boxes*

Have Fun;)
Post08/11/2008 at 4:52am (UTC)    
Post subject: add page

can we add a page
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group