View Full Version : Link in nav. bar


astrid92
08-09-2006, 12:37 PM
What is the code 4 adding a link in the nav. bar??? I need one where I can write the NAME of my page 2.... I think its something like this:


<URL: www.somepage.piczo.com <DB> Name of page: <MY NAME>


Or thats the way the code need 2 be... thanks:waves: :waves:

Arwen
08-09-2006, 01:12 PM
Isn't it <a href="URL" title="Your site.com">My site.com</a> ?

..::Kira::..
08-10-2006, 01:58 AM
I think Arwen is right. Or you might want it to be:
<a href="urL" alt="textyoiu want to show up in the little creme box thingee. lol">

I doubt that's what you are asking but i am just trying to help. :)

astrid92
08-10-2006, 08:46 AM
I didnt know the code!!!! I was just trying 2 explain to you how the code NEEDED to be. Some link codes are ONLY

<a href="URL" title="Your site.com"> , and thats the code I got last time I asked!!!! Why shoud I ask 4 a code if I have it??? I didnt have the code!!! I did just want to explain!!!!!

Arwen
08-10-2006, 08:57 AM
You don't need to be angry, if I gave you the wrong code, then you didn't explain it properly.

astrid92
08-11-2006, 07:01 PM
I havent said I was angry... I was just trying 2 explain how the code needed 2 be 4 my page, so you didnt give me the wrong one

J to the izzosh
08-12-2006, 08:03 PM
The method Arwen provided is the correct way of creating a link on an HTML page. Does this not work for you? If not, you may need to provide more details about your page and preferably a link to that page so we can see the problem in context.

As a side note, Kira, the alt attribute should not be used to create "the little cream box thingy". ;) I realize that IE's poor implementation of the attribute can lead to that misunderstanding, but alt should only be used to provide alternative (thus, "alt") text for images that cannot be displayed by a browser. Rather, the title attribute should be used to display tool tips.

astrid92
08-12-2006, 09:12 PM
The code works!! But I was only trying to explain what code I ment!!!