iWebBuddy.com - Website Design and Web Development Forum
Thanks for visiting iWebBuddy.com ,

If it is your first time here, please enjoy reading the tutorials and articles. If you can not find what you're looking for, then you can join the forums by registering so you will be able to log into the forums and ask for support for website development, request graphic designing services, promote your website, request website reviews, get advice from others about your website or be an active member of the community to help iWebBuddy.com grow.

After you register an account, you are required to log in. Once you log into your account, you will have more privileges. You will be able to post on the forums, send private messages and view the Chatbox ( link ) at the bottom of the forums.

Have a nice day.

Nav bar

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved Nav bar

Post by Amber on Sun Dec 27, 2009 8:05 pm

Not sure where this is supposed to go, but I have a question:
How do I put like a side nav bar on a HTML page????
Or even at the top would be better, so that you can go to a HTML page but not have to click the back button to go back to the forum.

Amber
Active WebBuddy
Active WebBuddy

Posts Posts: 99
iCoins iCoins: 146

View user profile

Back to top Go down

Solved Re: Nav bar

Post by Marc on Sun Dec 27, 2009 8:44 pm

I moved this topic to the right section because you posted in this forum, "Web Server".

Now, for your question. If I am correct, you are asking for a side navigation menu that should be placed to the left or right ( or even top ) of your html page.

You can simply do this with html tables, Wink Here is an example of this being done :

Code:
<table border="1" cellpadding="0" cellspacing="0" width="100%" height="1" >

<tr>

<td width="20%" valign="top">
Hello <br>
Hello <br>
Hello <br>
Hello <br>
</td>

<td width="80%" valign="top">
Everyone <br>
Everyone <br>
Everyone <br>
Everyone <br>
</td>

</tr>
</table>


Copy and paste this into your html page, and the side that says, "Hello" , you can edit it and add in your hyper link. The "br" is just to use another line. On the side that says, "Everyone", that will be your content or anything you would like. So, the side of the table that says, "Hello", is the html side bar. You can customise it to suit your style, greatwork







Marc
Administrator
Administrator

Posts Posts: 1119
iCoins iCoins: 2197
Forum Pet: Website Design and Development Monster

View user profile http://www.iwebbuddy.com

Back to top Go down

Solved Re: Nav bar

Post by Amber on Sun Dec 27, 2009 9:03 pm

thanks!

Amber
Active WebBuddy
Active WebBuddy

Posts Posts: 99
iCoins iCoins: 146

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum