Hyperlink not on top of page, hyperlink not on top of page

I have just created my website for my very own small business, and wanted to add hyperlinks. The problem is that when I created the page for the hyperlink, it has appeared in the menu bar across the top. I am not sure what I am doing wrong. I need to create about 6 pages for hyperlinks and don't want them all appearing as the menu across the top as it looks like my tool bar is overloaded!

Inspector/Page/Page pane
OT

Similar Messages

  • I have Yahoo mail. I want to add a hyperlink to emails. Your File tool in top bar has Send Link, but nothing happens. Yahoo says to use Format, but not there.

    As in someone's previous question, I used to be able to add a hyperlink from a website. On Yahoo help, they say to click the hyperlink button on the formatting toolbar. There is no formatting toolbar. On your top toolbar, under File, there is a Send Link. When I click on this, nothing happens. On the top toolbar, under Edit, the Copy, Cut and Paste are grayed out. Please let me know how I can add a hyperlink to my email. I tried to add one from an Amazon page, but did not see anything on the page to make it possible. Thanks in advance.
    Dorothy

    First thing...you made a mistake
    import javax.swing.JScrollPane;
    import javax.swing.JScrollBar;
    import javax.swing.*;When you import javax.swing.*; You automatically
    import JScrollPane & JScrollBar class, there's no
    need for you to re import again...
    That is not always a mistake. There are cases where it makes sense to do both (i.e., to import both '*' and a specific class name from that package at the same time). I believe the common example is:
    import java.awt.*;
    import java.util.*;
    import java.util.List;Now you can use "List" as a short name for "java.util.List", but must use "java.awt.List" in full for "java.awt.List" objects. If you just did:
    import java.awt.*;
    import java.util.*;Then you couldn't use List as a short name for anything--because it is ambiguous. You'd have to use both "java.awt.List" and "java.util.List" spelled out in full.
    Or, if you did:
    import java.awt.*;
    import java.util.*;
    import java.awt.List; // NOTE CHANGEThen "List" is short for "java.awt.List", and you must use "java.util.List" in full for "java.awt.List" objects.

  • Hyperlink to iWeb Page not working

    I have created an iWeb page. I have a hyperlink to the page on a document. The hyperlink takes me to a mobile me error page ie "We can't find the page you requested. Please make sure the URL is spelled and capitalized correctly, and try again."
    Yet if I copy and paste the exact same url I have entered in the hyperlink filed into the address bar on Safari it goes to the right page no problems.
    Any ideas please?

    Is that the page you're trying to link to in the PDF document?
    I was able to place a hyperlink in an rtfd text file and and Word 2008 document to your web page that works. The link in the Word document takes about 5 to 7 seconds to get to Safari and open the Page. The rtfd document, created with Bean
    Bean, a great, free word processor, opens the page in Safari almost immediately.
    In Work I used the Insert ➙ Hyperlink menu option and entered the URL of you page and the text to use as the link. For the Bean document I clicked and dragged the link title at the top of your web page onto the Bean page and saved as a rtfd formatted file. If the page is saved as a plain text document the hyperlink is lost.
    Click to view full size
    If I do a Print ➙ PDF ➙ Save as PDF from Bean I get a working link in the resulting PDF file. But with Word the link does not work.

  • Image hyperlinks not working for internal menu pages

    Hi, I'm after some help with problems publishing my iweb site to an external folder. My website is www.gingham.com.au and I have uploaded it using Fetch.
    My main problem is with the menu bar - it's an image which i have then created hyperlinks over various headings to link back to the other pages in the site. This isn't working - any ideas on what I could check for?
    I also had an issue with the T_String error, i read a little about it but am very new to websites so deleted the first line of code as was listed in another post.
    Thanks for any feedback.

    I have had problems with link not working or they forget where they are supose dto link too.
    At one time I had a HP web page link appearing in the text box. Not sure why, I haven't visited the HP website for months.
    I just have to go top-down and reassign all the links, and do it a few times.
    I think the problem comes from when designing the website from teh start,if you are like me you will be adding and deleting elements and changing lots of stuff to make the site look the way you want.
    I think iWeb has problems with the deleting of objects, the more you change in a single session the more problems you will get.
    Now I quit iWeb on a regular basis, but now I have setttled for a style of my pages I will not be making big changes so iWeb should settle down for me.

  • Why do hyperlinks not work when Firefox loads a new web page?

    Today, for no apparent reason and for the first time ever in years of using Firefox, I am finding that when a new page loads I cannot select any of the hyperlinks on the page. This is happening on 90% or more of pages I access. If I navigate to a different application (using Alt+Tab for instance) and back to Firefox, the hyperlinks will work. But if I select one of them and a new page loads, I am back to being unable to click on hyperlinks.
    This is manifested by the cursor remaining as an arrow and not changing to a pointy hand when hovering over hyperlinks. It also seems to affect the ability to use the GUI buttons and the minimise/restore/maximise/close buttons in the top left corner of the title bar. Ribbon menu items, curiously, seem to work as normal, except that if I open, say, tools/options, I will have to navigate away from Fireox and back again, before being able to use the Options window that opens. It also prevent me from selecting other tabs. And I'm even having trouble using the Mozilla Support Forum form to post this question.
    I have tried running Firefox in safe mode and reinstalling the software, all to no effect
    == nothing in particular happened

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • How to have some top level menu items not be hyperlinks

    I have a navigation band where 5 of the 6 top level items need to NOT be hyperlinks but simply "category titles" that you mouseover to display the submenu - which are the links to web pages.
    An example of this is on the Amazon.com home page - the items under "Shop All Departments" has categories that are not clickable, but when you mouseover display the clickable submenu.
    Is it possible to customize some but not all of the top menu items and how?
    What do I need to modify in the CSS so that the top "category title" looks/behave the submenu (same font color/bgcolor changes) but no active hyperlink?

    Here is a link to my pagewhere I am testing the navigation. Currently there is only this one page and I have <a href="#"> for the links.
    The only menu item that should be clickable in the top level is "Contact"
    Everything in the second and third level (Events > Research >...) needs to be clickable
    Everything is working as I want except that "Research" needs to be clickable
    - and I would like to have the clickable item text be underline when in the hover state but I want to get the base navigation working first
    The closest matching code I found in the CSS is:
    #MenuBar1 li .MenuBarItemSubmenu,
    #MenuBar1 li ul li .MenuBarItemSubmenu {
        cursor: default;
    If I remove this, all the top level items become clickable. Let me know if there is other information you need. I super appreciate your help with this!

  • Hyperlinked JSP Page does not refresh contents

    I have a very typical problem.
    In my application whenever I call a jsp page using hyperlink without any querystring attached to it the page called does not refresh. However when I press refresh on the browser it does refresh the contents. Basically in this page I am using some session variables to fetch data. So I do not call the page by passing querystring instead set the attributes of session variables and then the page is called as a hyperlink.
    However if I call the same page using submit the values are refreshed.
    Help on this urgently will be appreciated.
    Thanks
    Manish

    Just set 'no-cache' option for the jsp page and test it. It should work. only you need to do is
    response.setDateHeader("Expires",0);
         response.setHeader("Pragma","no-cache");
         if(request.getProtocol().equals("HTTP/1.1")) {
              response.setHeader("Cache-Control","no-cache");
    have fun!!
    ---rajsekhar

  • Photo Gallery hyperlinks to "One of my Pages"  not working

    I manage a website for our lab at the University of Notre Dame. We have used one of the Photos pages to include pictures of all our personnel. The pictures have captions with the person's name. The names were hyperlinked to more information about that person. Some of these links were to pages on the same site and some were to external sites. The site was originally created using iWeb '08, but I now update it on a new computer with iWeb '09. After publishing it again, none of the hyperlinks on this page work. The navigation bar and links on other pages seem to be fine though. Is there a way to resolve the problem without reverting to iWeb '08?

    I'm having the same problem. Can you give me an idea of how this is possible using AJAX or point me at a tutorial?
    for every iweb photos page iweb generates an rss.xml file with it, the captions are kept in the rss.xml .
    so you can use ajax method to read the rss.xml and figure out what need to be manipulated.
    there is no tutorial of any kind for iweb ajax widgets, I have not seen any one yet to crack an iweb widgets (this forum or elsewhere); so you are on your own.
    that said you can hyperlink photos page captions and thumbnails with simple javascript (simple mapping lookup), but you still need to know javascript and iweb widgets.
    here is my simple javascript sample: http://temp.cyclosaurus.com/NoThumbnails/Photos.html
    thumbnails and captions are hyperlinked to apple, ggogle and yahoo.
    code is linked to the sample, you'll have to adapt it to your own needs.

  • Hyperlink to a specific page in .mac website does not work

    I used iWeb '06 to create a website. Published it to .mac. Every thing is hunky dory. I have another domain name at godaddy forward you to my .mac site. When I send a hyperlink to the godaddy domain name for the website, the site opens just fine. When I send a hyperlink link to a specific page in the website, I get an error message from .mac that 'the user does not exist...' Any idea on how to fix it so I can send a link to a specific page in the website?

    When I send a hyperlink link to a specific page in the website, I get an error message from .mac that 'the user does not exist...' Any idea on how to fix it so I can send a link to a specific page in the website?
    Could you provide your url and the hyperlink? If you are using masking/cloaking at godaddy, there is no way to refer to a specific page except via the web.mac.com url.

  • A hyperlink click to a pdf document in a website does not open a pdf document instead presents a blank page "searching for bookmarks"

    a hyperlink click to a pdf document in a website does not open a pdf document instead presents a blank page "searching for bookmarks"

    Check the settings as shown in the [[opening PDF files within Firefox]] article.

  • Hyperlinks not working correctly when converting word doc to Web Page, Filtered

    I have created a word document (MS Word 2013) with Table of Contents and their links to particular sections and all the hyperlinks works fine in the word document. But when I convert this document into Web Page, Filtered then after a specific point
    the hyperlinks not pointing to their respective sections instead they are pointed to the end of the page.
    I have checked the page source of the HTML document and found that the table of contents have hyper links but the respective sections doesn't have the hyper link code and hence click on the a section didn't find the that section and go to the end
    of the document.
    I have tried to convert into PDF and hyperlinks worked fine.
    Please advise me how to resolve this issue.
    Thanks in advance
    Deepak

    Hi Deepak,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Hyperlink does not open new window on the second page

    Hi,
    I have a report which shows list of products. Every product id has hyperlink to show details. When I click on any hyperlink on the first page, it opens in new window and looks good. But the hyperlink from the second page opens in the same window and overwrites main report.
    I am not sh=ure what is happening?
    Does anybody come across such problem and have the solution?
    Thank you.
    Julia

    Hi Julia,
    This is the way to resolve the issue in BO XI 3.1 SP3 :
    Open the existing Crystal Report in the Crystal Reports Designer
    Edit the formula which was created in the above step and replace sWindow=New with "target=_blank" as follows:
    a href="http://<servername>:<port>/OpenDocument/opendoc/openDocument.jsp?sDocName=Drilldown" target="_blank"> MyTest </a>
    Save this formula and save the report as well
    Log onto the BusinessObjects Server box and modify the web.xml file located in C:\Program Files\Business Objects\Tomcat55\webapps\CrystalReports\WEB-INF by adding the following code in it: 
    <context-param>
          <param-name>
                    crystal_encode_html_for_single_line_field_objects
          </param-name>
         <param-value>no</param-value>
    </context-param>
    5. Save this file
    6. Restart the application server (Tomcat)
    7. Now, when you open the report in InfoView and click on the hyperlink, the target report should open in a new window.
    Regards,
    Anchal

  • Hyperlink to another page in DataView not working

    Hello!
    I´m developing a sharepoint site where we created a DataView with 4 spaces to add links, this view worked perfectly in SP 2007 from which we are migrating but in Sharepoint 2013 it doesn´t work.
    My code looks like this:
    <xsl:if test="string-length(@Link5)!=0"><a href="{@Link5_x0020_url}" target="_blank"><xsl:value-of select="@Link5" /></a></xsl:if>
    The idea is once the user clicks the link it´s redirected to the URL (Out of my site or in, it can be any URL). The field type in sharepoint is a hyperlink/image type. The URL sharepoint puts on the href looks like this: http://myserver/pages/<a
    href="http://www.site.com/">http://www.site.com/</a> .
    Anyone can help me please?

    Try clearing the browser's cache. Also, make sure that the PDF plugin used to open the file is actually Adobe Reader and not anything else.

  • IWork Page Hyperlink Not Working In Email & PDF

    I use Pages as a template for my standard email reply with many hyperlink contents.
    I found hyperlink link is missing when i copy the content from Pages to my gmail when i was working on replying an email.
    How can i keep the hyperlink active during the "Copy Paste" process?
    And how can i maintain the hyperlink when i share page as PDF?

    Try this.
    Copy the entire long link (URL).
    Go to http://www.tinyurl.com
    Paste the long link into the appropriate box.
    Click the 'make tinyurl' button.
    (the page should place the tinyurl in your clipboard to paste, but copy it anyway.
    Paste in your email.
    See if that works.
    You say you;re 'creating' a hyperlink...Do you have control over the website that the page resides on? Can you change the link itself in the webserver?
    (I'd go with my first suggestion, if not)

  • I created a web page in Adobe Illustrator and I can not seem to load it properly with the hyperlinks

    I created a web page in Adobe Illustrator and I can not seem to load it properly with the hyperlinks. Is there a certain extension I should use? HELP!!

    Tiger,
    Have you sliced the images, converted your design into HTML/CSS and tried to click the links?
    Peter

Maybe you are looking for

  • Questions on cache and general RSRT settings for plancube

    Hi, we would like to: 1) set request status 1 in RSRT for our planqueries, in order to automatically refresh the query after executing a planfunction (problem we have now is that the results of a planfunction are not automatically updated in the quer

  • HT4061 I tried to update my phone and it is frozen now. It won't do anything.

    I connected my phone to iTunes on my computer and tried to update.  Now my phone won't work and it is stuck on a screen that shows a usb cord and says iTunes.

  • Exporting To Word 2003 as handouts

    5/2 update: No one has answered this post yet. Does that mean it's impossible?? Are there instructions out there on how to alter the Word templates for handouts? I want to alter the size of the slides and the way they appear in the Word tables. I see

  • PDF Document will not print on wireless network

    Recently purchased Fujitsu laptop with Vista Home Premium O/S, 2.4 Gig chip, 2 Gig Ram. Printer is Canon Image Class 880 multi-function printer. I am able to print Microsoft Word documents via the wireless network and can also print documents off of

  • Prevent GR cancellation after receive the invoice (for Specific PO Type

    Is it possible to prevent GR cancellation (Movement 102) after invoice is received for a specific purchase order type. Currently this setting is at client level. So when you have this indicator checked, it is applicable to movement 102 globally.