Hi, I managed to publish my site on the server. The server recognizes the different pages when I write the url, but when I use the < a > tag to navigate to the next page, it does not recognize the link.

Here you can find below my coding > and I highlighted the links that refer to my various pages:

< div id = "Main_navMenu" >

< ul >

< li > < a href = "/ index.html" > HOME < /a > < /li >

< li > < a href = "#" > NEWS < /a >

< ul >

"< li > < a href="/pages/nieuws.html "> ACTUALITEIT < /a > < /li >

< li > < a href = "#" > ACTIVITIES < /a > < /li >

< li > < a href = "#" > HERE < /a > < /li >

< /ul >

< /li >

< li > < a href = "#" > < /a > ADVICE

< ul >

< li > < a href="/pages/contract.html" > CONTRACT < /a > < /li > .

< li > < a href = "#" > CHECKLIST < /a > < /li >

< li > < a href = "#" > UITKERING < /a > < /li >

< li > < a href = "#" > JURIDISCH < /a > < /li >

< /ul >

< /li >

< li > < a href = "#" > WIE WE ZIJN < /a >

< ul >

< li > < a href = "#" > BESTUURSLEDEN < /a > < /li >

< li > < a href = "#" > WAT WE DOEN < /a > < /li >

< li > < a href = "#" > ELEVEN LEDEN < /a > < /li >

< /ul >

< /li >

< li > < a href = "#" > INFORMATION < /a >

< ul >

< li > < a href = "#" > GESCHÄFTSORDNUNG < /a > < /li >

< li > < a href = "#" > FAQS < /a > < /li >

< li > < a href = "#" > LINKS < /a > < /li >

< /ul >

< /li >

< li > < a href = "#" > LID WORDEN < /a >

< ul >

< li > < a href = "#" > CHANGE < /a > < /li >

< li > < a href = "#" > INLOGGEN < /a > < /li >

< /ul >

< li > < a href = "#" > CONTACT < /a > < /li >

< /ul >

< / div > <! - end navMenu - >

Aurélie Maddy wrote:

Hello

Thanks for your time... but it didn't work.

What did work was to put two points before each slash >... nieuws/pages /< and="" now="" the="" links="" are="" work="">

I got this Advisor to a guy from IT - so, to be sure, may be recommended by you?

Maddy

Looking at the structure more closely infact part 'pages' of the link should not be included in the link at all. All pages, except the index.html page could I summer as below, as they are in the same folder. However index.html has the... / because it is outside the folder, which initially, I couldn't.

  • HOME
  • ACTUALITEIT
  • CONTRACT
  • Tags: Dreamweaver

    Similar Questions

    • To work with the text to the assignment by the cursor of the large fragment of page it is necessary to change all the time down, 'against the judgment", but the page automatically does not start to rise upward, as happens in other browsers. I ask you for

      After the transition to Windows 7, there was a problem with Firefox. To work with the text to the award by the cursor of the large fragment of page it is necessary to change all the time down, 'against the judgment", but the page automatically does not ascend to the top as it was earlier, and like that occurs in other browsers. It is necessary to press the other key "down" which is him very troublesome. Resettlement on an earlier version (8.0) earlier irreproachably working, gave nothing. I ask you to help

      You must activate the module bar (Firefox > Options or view > toolbars;) CTRL + /) or find bar to make Firefox scroll the page while selecting the text (Ctrl + F).

    • I have problems to make my battery charged, because the cable does not have a link solid with the socket of the phone.  The problem seems compatible with a lot of cables, so I think the problem is with the phone. Can it be fixed?

      I have problems to make my battery charged, because the cable does not have a link solid with the socket of the phone.  The problem seems compatible with a lot of cables, so I think the problem is with the phone. Can it be fixed?

      Probably there is debris and dust in the decision-making of the lightning.  Serve with compressed gas canned (NEVER orally).  If this doesn't help, try electronic contact cleaner has a q - Tip.  Finally, take it to Apple.

    • BlackBerry Smartphones Blackberry ID password reset email does not contain a link to reset the password!

      I'm having the same issue that this guy had in this forum (which appears not to be a solution?): http://supportforums.blackberry.com/t5/BlackBerry-PlayBook/Blackberry-ID-Password-Reset/m-p/1745415#...

      Basically, I'm trying to reset my password for my Blackberry Curve Blackberry. I receive a password reset email when I ask, but the email does not contain a link to reset my password. ALL of the email is the following:

      "This email has been automatically generated. Please do not respond to this e-mail.

      If you have not previously indicated that you wish to receive emails from Research In Motion Limited or its affiliates about exclusive offers and updates on BlackBerry products and services and you want to do, please click here.

      Research In Motion Limited, 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8

      © 2012 research In Motion Limited. All rights reserved. BlackBerry®, RIM®, Research In Motion® and other trademarks, names and logos are the property of Research In Motion Limited and are registered or used in the United States and the countries of the world. »

      Does anyone know what is the problem? It is not my web browser which distort the enamel - I tried to retrieve the email from Firefox, Google Chrome and Internet Explorer.

      It is very strange indeed... with only 2 causes possible I think.

      (1) your e-mail (on your PC) application blocking the link provided in the email... a lot of apps email will do that and sometimes you have to replace them. If you have another interface to use (for example, webmail interface, GMail and Outlook), then try the other and see if that helps. According to the messaging environment (for example, private corporate e-mail system), it is also possible that some bridge along the trail is stripping on the necessary link for safety.

      (2) the installation of e-mail to reset is actually broken, and enamel does not contain what it is supposed to. If this is the case, then it requires a formal attention to the RIM. The only way to achieve this is for you to contact the Association and to degenerate the RIM of your case.

      Good luck!

    • JavaScript to create the bookmark on the page that does not yet exist

      Hi all

      Is there a way to write js to a bookmark that goes to a page that does not currently exist?

      For example, I have a 20 page pdf document.  We have FileMaker Pro that can 'Add' to a PDF of additional pages.  So when FileMaker pro adds two new pages (bring us up to 22 pages), I have 2 bookmarks 'existing' in the original 20-page pdf document which, when clicked, will go to page 21 and 22 respectfully.

      Is it possible and everyone would have the JS I would put in this bookmark?

      Thank you in advance!

      Here is what I posted in the other forum that you posted this, in case it might help someone here:

      The JavaScript code would be:

      Go to page 21
      pageNum = 20;

      If there is less than 21 pages, it will go to the last page. If you want to avoid this problem, you could do something like:

      Go to page 21, if there are at least 21 pages
      If (> 20 numPages) pageNum = 20;

    • My desk top of page shortcuts does not open in a full screen__

      My desk top of page shortcuts does not open in full screen

      No matter what shortcut you use to launch the window, right-click and select Properties. Under the 'Run' drop-down list, choose "expanded".

      If the window opens small, try the following:

      Take the corners of the window and drag it to the format full screen. Do not use to expand. Close all other windows first and this one last. Windows will remember the * last * screen size used the next time that you open the program.

      Bruce Hagen MS - MVP [Mail]

    • Google maps do not appear right, the game is good, but about half of it is said ' we're sorry, but we have no maps at this zoom level for this region. " Zoom does not help.

      When you display a Google map, I get about four vertical bands which alternately display well and gray stripes. The gray area shows the message "we're sorry, but we have no maps at this zoom level for this region." Zoom does not get rid of the grey areas.

      I had this problem for over a year and work around it using MS Internet Explorer or Google Chrome which works Ok. Otherwise, Firefox works great and I use it for everything except Google Maps.

      I tried an uninstall of FireFox and then reinstall, but it did not help. I don't remember what I was doing when this problem is first presented.

      Looks like you have blocked images from http://mt1.google.com/

      See the problems that cause to not show images

      It is possible that you clicked on 'Block Images' from the context menu in an attempt to save an image.
      See web content, pop-ups, fonts and language settings

      • A way to see what images are blocked is to click on the favicon (Site ID icon) on the left side of the address bar.
      • Click on the "More information" button opens the Security tab of the "Page Info" window (also accessible via "tools > Page Info").
      • The Media of the "Page Info" window tab.
      • Select the first image and scroll though the list with the arrow pointing downwards.
      • If an image in the list is grayed out and there is a check mark in the box "block Images of..." and remove this mark to unlock the images from this area.
    • I'm using Photoshop CS4 on an iMac with OS Lepord of snow.  Recently, I had to do a fresh install of the OS software, then brought back all my Apps, etc. back using Time Machine.  My problem is that now my Photoshop does not start and gives me a messa

      I'm using Photoshop CS4 on an iMac with OS Lepord of snow.  Recently, I had to do a fresh install of the OS software, then brought back all my Apps, etc. back using Time Machine.  My problem is that now, my Photoshop does not start and gives me a message to contact Technical Support with error # 150:30... What should I do now? @

      You must click on this link 150:30 blue and start with message 11.

      Don't forget to leave a space after sudo python before submitting the script.

      Remember that you will not see your password when you enter it when calling to make.

    • I have Windows XP Pro on my computer but have now tried to load Windows 8 but I need to remove it again to load Windows 7 Home because most does not

      I have Windows XP Pro on my computer tower but have now tried to load Windows 8 but I need to remove it again to load Windows 7 Home because most does not

      How to perform a new Installation of Windows 7:
      http://pcsupport.about.com/od/OperatingSystems/SS/Windows-7-clean-install-part-1.htm

      How to do a clean install with Windows 7:
      http://www.SevenForums.com/tutorials/1649-clean-install-Windows-7-a.html

      Migration from XP to Windows 7 Easy Transfer and a USB key:
      http://www.howtogeek.com/HOWTO/3179/migrate-XP-to-Windows-7-with-easy-transfer-and-a-USB-drive/

      Windows Easy Transfer for transferring from Windows Vista or XP:
      http://Windows.Microsoft.com/en-us/Windows7/products/features/Windows-easy-transfer

      If the family Windows 7 product key was already activated, you need to activate by phone. Both your XP COA / product key and Windows 7 very practical key product and then activate by phone following the steps below.

      1) click Start and in the search for box type: slui.exe 4
      (2) press the ENTER"" key.
      (3) select your "country" in the list.
      (4) choose the option "activate phone".
      (5) stay on the phone * do not select/press any option * and wait for a person to help you.
      (6) explain your problem clearly to the support person.
      (7) the person must give you a confirmation ID, copy it down on paper,
      (8) check that the ID is correct in reading the support person.
      (9) to enter the ID number, then click 'Next' to complete the activation process.

      Activation and registration of a Microsoft product
      http://support.Microsoft.com/?kbid=326851
      Windows activation: (888) 571-2048
      (888) 725-1047 or 800-936-5700

      J W Stuart: http://www.pagestart.com

    • using simple transfer from vista to 7 gives an error "update does not apply to your system.

      using windows easy transfer

      I am trying to transfer my files from my old pc vista to a new pc windows 7 using easy transfer, but when I try to download Windows Easy Transfer, I get several times "update does not apply to your system. How can I download successfully? Thank you. Mike

      Hi MikeSen,

      If you transfer files from Windows vista to Windows 7, you don't have to download Windows easy transfer.

      In Windows vista and Windows 7 windows easy transfer is incorporated.

      See the links below and check if it helps.

      Transfer files and settings from another computer

      http://Windows.Microsoft.com/en-us/Windows7/transfer-files-and-settings-from-another-computer

      Transferring files and settings: frequently asked questions

      http://Windows.Microsoft.com/en-us/Windows7/transferring-files-and-settings-frequently-asked-questions

    • I can't get adobe to work and when I look in ms confing is shows that it is stopped and does not work how can I run past

      i cant get adobe flash player to work and when I look in ms confing is shows that he is arrested and does not work how can I change to run again

      Hello

      This can help you:

      Download and run the Flash Player uninstaller program.

      http://helpx.Adobe.com/Flash-Player/KB/uninstall-Flash-Player-Windows.html

      Then download and install Flash Player; After unchecking installing Chrome and Google toolbar option:

      http://get.Adobe.com/flashplayer/?promoid=BUIGP

      If the problem persists, you may want to ask in the Forums of community Flash Player:

      http://forums.Adobe.com/community/flashplayer

      See you soon.

    • When I try to print, I get a print error message and it does not print.

      Original title: wireless printing problem

      I can't print to my wireless network.  The printer is ready, but when I try to print I get a print error message and it does not print.  The printer is an Epson Artisan 710, and my computer is an ASUS K52F.

      Hello

      Have you tried printing so that plugged directly to the printer instead of use wireless. Just want to make sure that the printer is working correctly.

      In addition, what exactly the error message say?

    • Add a link to the language at the top of each page; the master page logo does not...?

      I have a Logo in the master page, and all my pages have this logo, when it comes to adding a link of language on each page it only allows me to put a link and not several 'INTERLANGUAGE links to each of my pages in my Web site creation.

      NEED HELP FOR THIS... ANYONE...?

      I managed to do it myself, maybe I Specifies not or posed the question correctly; I've done the following:

      I caught the layer where the captain: which was the first right up and lowered down, which seemed to help me.  in so doing, I could add links to all my pages in the top left corner, because by the uprising of the page master layer with my logo at the top of the page on the op of all layers trumping any link I would put in all my other pages, by lowering the master page layer to the last section of the layers I was able to make the link in the upper left corner, without him be overshadowed or covered.

      Thank you

      Shawn.

    • Page navigation does not not having activated the ADF security

      Hi all

      I am facing a strange problem. I have 3 pages namely Login.jspx,.jspx Upload and summary.jspx. Untied task flow (adfc-config. (XML), I created the navigation as Login-> Upload-> summary. There is also a back navigation to download-> login page. The user enters the user id and password on the login screen and click on the "submit" button. If the credentials are correct then control flows to the download page. On page load user selects an excel file and click on the download button and the control moves to the summary screen. There is a button more called out on the download screen, which directs the user to the login screen. The navigation works perfectly well if ADF security is disabled. The time where security is enabled, the navigation fails. I used below link to implement security where it is created a java class to manage the authentication of users and move to the next page. On activation of security, I am only able to navigate from screen to connect to the loading screen. After the failure of this navigation. He won't go to the summary page, or it goes back to the login page. Just on the loading screen. Please let me know how to solve this problem. Jdeveloper version is 12.1.3.0

      http://docs.Oracle.com/CD/E15523_01/Web.1111/b31974/adding_security.htm#ADFFD877

      Thank you

      V

      Problem solved. In the java file authentication, I had put under instruction to navigate to the Page of Upload

      LoginUrl = string ' / adfAuthentication? success_url = / faces/Upload.jspx«;»

      I found below old son that says to remove .jspx of the URL and it worked.

      Unbounded task flow works is not in standalone Weblogic Server

      Navigation of the page using adf-config does not

      Correct statement is

      LoginUrl = string ' / adfAuthentication? "success_url = / faces/Upload ';

      Thank you

      V

    • the page flow does not work after deployment on application server

      Hello

      I created a stream of very simple page resulting from page 1 to page 2 by link. I tested by jdeveloper Run with built-in server which took place as planned. However, when I deployed to the server integrated as a stand-alone application, the work of the page did not. I clicked on the link, the action of the method, however, the page does not advance to page 2. It looked like some kind of security problem, but I did not all security measures for the application. No idea what is the problem? Thank you.

      I use jdeveloper 11.1.1.6.0.

      Published by: 883652 on November 5, 2012 03:17

      Make sure that the two pages are defined in your workflow task Unbounded (adfc-config. XML) and when you go to the first page, remove the extension of the URL (for example .jspx) page.

      CM.

    Maybe you are looking for

    • Is it possible for my tags in Windows to reflect also on Mac and vice versa?

      Hello! I recently bought a MacBook and a new hard drive. I'm organizing my files on my Windows desktop. I already started to organize into folders, adding tags and authors and all that. But when I checked on my Mac, the metadeta was not there and vic

    • Timeout disappear after a break 4 ATV.

      Hello. I was wondering if anyone else has had this experience in the last days. Whenever I stop on several video applications, when I'm back, the timeline bar won't go away. He remained until I again pause, then resume. It always happens every time o

    • How to make a limit digital test with OR condition

      Is it possible to make a test step which is a comparison with a RC and NOT to condition? The code module returns a revision of PCB and the acceptable values are not States.map. For example, review of card must be 14, 15 or 17 but not 16.

    • Yellow LED blinks always executables!

      Hello I try to do as a LED will Flash in any other color but yellow is the color by default, I don't change this green color in the properties of VI, but during the construction of my .exe, I noticed that the light always blinks yellow, so I tried to

    • Computer does not detect the pci card

      HelloI have a dell dimension 4550 pc, with windows xp professional service pack 3. I connect to a card its pci in one of the pci slots empty of the motherboard, but when I start the computer the system does not detect the new card. What can I do to m