View Full Version : Navigation


chazvik
12-29-2004, 03:21 PM
Guys would you please look at my website and then tell me how to add a navigation bar to the left of the second page (after you click the picture)

The URL is http://www.freewebs.com/blue-day/index.htm

Thanks for your help in advance

pb&j
12-29-2004, 03:35 PM
there are a few options available. here is one.

replace this part...
<P>
Heya guys, My names charlotte welcome to my site :) <BR>
My site doesn't look good at the moment as it was only made using HTML in notepad <BR>

Look around if you wan't to but there is probably nothing here at the moment <BR>
</P>

<P> If you want to see anything on this site or <BR>
you have any questions then email me at: <BR>
charlottespencer@tinyworld.co.uk
</P>

with this new code...

<table width="100%"><tr><td width="200" valign="top">
navigation goes here
</td><td valign="top">
Heya guys, My names charlotte welcome to my site :) <BR>
My site doesn't look good at the moment as it was only made using HTML in notepad <BR>

Look around if you wan't to but there is probably nothing here at the moment <BR>

<P> If you want to see anything on this site or <BR>
you have any questions then email me at: <BR>
charlottespencer@tinyworld.co.uk
</P>
</td></tr></table>


and be sure to add this at the end of your coding since it is currently missing...

</body></html>

chazvik
12-29-2004, 03:38 PM
there are a few options available. here is one.

replace this part...
<P>
Heya guys, My names charlotte welcome to my site :) <BR>
My site doesn't look good at the moment as it was only made using HTML in notepad <BR>

Look around if you wan't to but there is probably nothing here at the moment <BR>
</P>

<P> If you want to see anything on this site or <BR>
you have any questions then email me at: <BR>
charlottespencer@tinyworld.co.uk
</P>




with this new code...

<table width="100%"><tr><td width="200" valign="top">
navigation goes here
</td><td valign="top">
Heya guys, My names charlotte welcome to my site :) <BR>
My site doesn't look good at the moment as it was only made using HTML in notepad <BR>

Look around if you wan't to but there is probably nothing here at the moment <BR>

<P> If you want to see anything on this site or <BR>
you have any questions then email me at: <BR>
charlottespencer@tinyworld.co.uk
</P>
</td></tr></table>


and be sure to add this at the end of your coding since it is currently missing...

</body></html>

wow thanks now how would i put the links into the navigation part?
i know it seems really easy but i just want to be sure o_O =) :)

Monkey Bizzle
12-29-2004, 03:42 PM
you type this into the code:

<a href="the url of the link">your text that will show on the page</a>

chazvik
12-29-2004, 04:01 PM
lol obviously thanks :)

pb&j what would the code for navigation be without all my text in it?

Monkey Bizzle
12-29-2004, 04:04 PM
did i not answer your question or something? what do you mean by what would the code be without your text in there?? can't you just take the text out and see what part of the code is left?

chazvik
12-29-2004, 04:07 PM
OK i suppose so thanks monkey bizzle :)

u answered my question perfectly :)