HTML - Problem With Creating Hyperlink
These are 2 lines of my HTML code. I am trying to make a dropdown menue.
The first one which has Http address works properly but the second one which is a link to another HTML file in the same directory doesn't work. actually the second item of the menue is disabled. How can I fix it? <li><a href="http://www.htmlforums.com" class="underline">Item 1</a></li> <li><a href="uc.html" class="underline">Item 2</a></li> Thank You Similar TutorialsHello mates, its my first post here. I am stuck with this weird hyperlink problem. whenever I set hyperlink to any page, it opens something else. For example: I have added this code for one link: Quote: <table border="0" width="100%" cellspacing="0" cellpadding="0"><tr><td width="100%"> <a href="kk.com"><img border="0" src="ChatNow.png" width="150" height="24" name="Chat Now!" onmouseover="document['Chat Now!'].src='ChatNowB.png'" onmouseout="document['Chat Now!'].src='ChatNow.png'"</a></a></td></tr></table> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr><td width="100%" bgcolor="#FFFFFF"><img border="0" src="11dot.gif" width="1" height="1"></td></tr> </table> It is supposed to open kk.com. instead, when i cllick on the link it opens something like dis: Quote: file:///C:/Documents%20and%20Settings/Yas/My%20Documents/My%20Web%20Sites/mysite2/kk.com any help? hi i have a question is it possible on some way when someone download something from my website it directly going into a map i chose (i want to make a website for my psp with demo's and it must copy it to the right map to play the demo) thanks in advance kevim I'm designing some UI modules that are quite small, and have to be. Each represents an NFL football player and inside the module is the ability to add a note to a player. The problem is, the hyperlinks in my UI modules become almost unclickable in Firefox and I'm not sure why. My guess is they are too close to the edge of the container, but it'd be nice if I could find a workaround. Unfortunately space is at a premium You can see the phenomena here. Try clicking on the 'create note' hyperlink on the first player, the 'save note' hyperlink on the second player, and the 'edit note' on the third player. Any advice would be appreciated. Hi, I'm looking to create my own version of a printer-friendly page. Any resources I can find on this subject are extremely specific about what they consider "printer-friendly", and they don't address my issue. It seems to be browser specific, but I want to get rid of whatever extra is printed in the top and bottom margins. Printed from IE, the top margin contains the page title and page information, while the bottom margin contains the URL and date. Printed from Firefox, the top margin contains the title and URL, and the bottom margin contains the page info and date. I don't want any of this - how would I disable it? Thanks. Hi everyone, I want to know how to make a hyperlink open in different page/tab. So im left with the original page and the hyperlink has opened in another tab. Thanks for all of your help. hi how to add other styles to hyperlinks? Hi Again, I'm trying to get the titles in my sidebar to link to the main frame (I have created 2 columns). For some reason the code is not making a hyperlink (this is borrowed code). Any ideas? <div class="leftMenuTab" onmouseover="menuMouseOver(this);" onmouseout="menuMouseOut(this);" onclick="window.location.href="c:CASARA Website/whatwedo.html" TARGET="main page"">What We Do</div> On the upside, all of my grief is on the first page. The rest of what I'm doing is much easier for me so hopefully I'll be out of your hair soon! Hi there, I'm trying to create a hyperlink that opens a word document. The filename is "C# Essentials.doc". I have the right path, and can open files that don't include special characters in their filenames, but I don't have the hang of putting special characters such as "#" into a hyperlink. Could anyone advise me the code to use for the filename? Thanks! F I have a link: <a href="#"><strong>IMPACT Study </strong> </a> I with the # it always want to jump to top of page. I know there is code that will prevent this, but i forgot what it is? Any help? thank, mac Hello all, whenever you make the hyperlink to a file, normally it will give you the option to either download or run. Is there some way to make the hyperlink go straight into opening(run) the file? maybe some sort of onclick command or something of that nature? Thanks in advance. Hello, My question seems simple but I'm having a hard time figuring it out. Basically I have shadowbox (like lightbox) installed on my site and it works great with hyperlinks but not so well with form submit buttons. After trying to figure out how get shadowbox to work with forms, with no luck, I'm trying a different option. Hyperlinks. Since shadowbox works so well with links, Is there a way that I can have some hidden form values, along with form drop downs and the like, transfered over to a link that will then launch into shadowbox? I read about javascript being able to do this but can't find any good solutions. Any help? Hi All, Possibly a double question here. On the main page of my website I plan to put an image (jpg or bmp) of the province divided into the three zones representing our organization. My intent is to set it up so that if your mouse goes over one of the zones, it will become hilighted and if you click it will link you to the website for that zone. So the question becomes: A) Do I need to create the image as 3 separate images or just one image? If 3 images how do I tell it to display correctly? B) How do I do the rollover with link? Hi, I have a large image on my website. I need to make a small area of it clickable with a hyperlink. How can I do this without cutting the image up. I thought about putting a transparent image on the area I want hyperlinked. Are there any easier ways? thanks Hi guys I'm pretty new to web design and am just really learning as I go along. I've just launched a new site at www.SquaredCircleRadio.com (built pretty basically in Frontpage) and have a couple of questions regarding hyperlinks opening in new windows. My main problem is that I have 2 pages that i'd like to popup in seperate smaller windows. (player.htm and plaza.htm) however i'm having problems coming up with the solution. A couple of these need to be activated by clicking on Hyperlinked text and one of them by clicking on an image. I'd be very grateful for any help anyone could give me!! Many Thanks Hi can anyone help me with hyperlinking this group of images to the same url and so that they dont have a border. This is my site www.freewebs.com/out-and-out The images are the ones under 'team roster' on the index page. i have tried a few things but the images keep going missing. Code: <tr> <td> <div class="content"> <center> <img src="./images/thumb.jpg" alt="" /> <img src="./images/thumb.jpg" alt="" /> <img src="./images/thumb.jpg" alt="" /> <img src="./images/thumb.jpg" alt="" /> <br /> <img src="./images/thumb.jpg" alt="" /> <img src="./images/thumb.jpg" alt="" /> <img src="./images/thumb_hover.jpg" alt="" /> <img src="./images/thumb.jpg" alt="" /> </center> </div> </td> </tr> I'm trying to link to an html page with tab's in it. Each tabs link is displayed: javascript:expandcontent('sc2',this) How can I link to this tab itself? If my address where (example): http://mywebsite.net/37460.1.98577/Products.html Thanks in advance! I have a link that handles being clicked with javascript. Currently I am doing the following: <a href="#" id="foo"> click me </a> And I handle the event of when foo is clicked in javascript. Ideally I would like it not to show the fake hyperlink when hovering over the link. Is there a better way to do what I am trying to accomplish? I want to keep the mouse icon changing when hovering over the link. Thanks, Mike Hey, I have this menu http://www.monk3d.com/test2.html I need to change this so that the 'white boxes' which appear when you hover over a link, remain when you click on a page (so you know which page you are on) I was wondering how to go about this? any help would be great Rob I have an .asp page and i am trying it to be cross compatible. The link works in IE page is http://www.domainname.com/DownloadCe...llfillment.asp the link on page is http://www.domainname.com/digitaldownload/filename.zip but for some reason in Firefox the link displays as http://www.domainname.com/downloadce...d\filename.zip Any help is appreciated |