Page Jump problem in CS3

Hi, I am a relative newby on Dreamweaver and am having a problem with links on my website jumping to the top of their linked pages. Is there a way to stop this? I have used one of the generic templates to set up my site and am not aware that I have included any code to cause this. Below is my main navigation code, any help would be much appreciated. If I need to provide more information please let me know.
<div align="center"><a href="index.html">HOME</a> <span class="style3">•</span><a href="whyissw/index.html"> WHY ISSW?</a><span class="dots"> •</span> <a href="productsandservices/index.html">PRODUCTS &amp; SERVICES</a><span class="dots"> •</span> <a href="rates/index.html">RATES</a><span class="dots"> •</span> <a href="booking/index.html">BOOKING</a><span class="dots"> •</span> <a href="contact/index.html">CONTACT</a><span class="dots"> •</span><a href="links/index.html"> LINKS</a></div><h3></h3>
  </div>
Thanks
David

A side comment about your HTML code.  Why don't you use an unordered list (bullet list) for your links?
HTML unordered list code:
<ul>
<li>item1</li>
<li>item2</li>
<li>item3</li>
<li>item4</li>
</ul>
Looks like this:
item1
item2
item3
item4
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Dynamic page jump problem

    Hi All
    I have been using the following code in a button to jump to a certain section in my form
    xfa.host.currrentPage=pagenumber
    This is fine in a static form but how can I get the button to go to a particular section in a dynamic form?
    Thanks
    Darren

    In a dynamic form you will not know what the page number is so you cannot use that technique....but you can put the cursor in a field using xfa.host.setFocus("fieldName").
    I have seen other people put a small 1pixel by 1pixel field on the top of the page (make the field have no borders and have the foreground and background color the same colour as the page) then set your focus to that field. The user will not know it is a field (because it is so small).
    Paul

  • In my Yahoo mail: when I click on any opened email the page jumps down to the bottom of the email. I've contacted Yahoo about this. Is this a problem with Yahoo, Mozilla or neither? Is it just my computer has something wrong with it? This started last wee

    When I open a Yahoo email the page jumps down to the bottom of the page. Is this a Yahoo problem, Mozilla or neither?
    == This happened ==
    Every time Firefox opened
    == last week

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • Has anyone had a problem with CS3 crashing after downloading OS 10.8.1 on a imac?

    Has anyone had a problem with CS3 crashing after downloading OS 10.8.1 on a imac? 

    Peggy
    You are probably correct. I tried all different variations to test it. As long as I quit each document separately, i.e., red dot it, I seem to bring up only one document after that whether I click on the document itself or open it within pages. The same is true with numbers.
    Two more questions:
    1) can you turn off the "resume" feature? If so, how? I could not find a way to do it.
    2) why the "save a version" feature in pages? What happened to the old "save" and "save as" features?
    Thanks so much, you saved me a lot of frustration but I am still going to install MS Office for Mac.
    Daveben

  • Trial InDesign, Page jumps around.

    I just recently got a new iMac, 10.6.8 Snow Leopard.  Upgraded from 8-year old Tiger 10.4.11.
    Also was using InDesign 2.0.  Everythings is so different, but then in computers, 8-years is ancient history!
    Anyway, trying Trial Version of CS 5.5.  Imports old files well, but I have a problem with the page jumping around
    alot when I use the mouse to select, especially when using the 'text' tool.  Is this a function of the Trial, something
    that just happens with CS 5.5, something to do with setting/preferences, or somethings else.  It's very frustrating,
    and I would hate to buy CS 5.5 and not have it work smoothly.
    Thanks, Don

    It's amazing how 24 hrs. clears the head.  I found "Preferences, Live Screen Drawing."  Set to "Never."  Seems to have work and resolved the problem of the jiggles or ADS.  Now it only does it when I clickoutside the page, which I gues is normal.  Before change, jumped aroundalot when clicked within page.  Thanks a zillion!

  • Page jump

    When I scroll down to try to re-write selected copy in the first paragraph in a text box in the middle of a page, the page jumps down, hiding the top of the text box. Does anyone have any idea if there's a preference I can change or some other way I can keep this from happening? Thanks.

    Dennis,
    I have the same (or similar) problem sometimes, but it's erratic and I haven't yet figured out the cause. When editing a typo in a block of copy in a text box, when I delete the offending letter, the view suddenly jumps lower on the page and I have to scroll back up, and then the jump occurs again when I type in the correction. An equally frustrating happening is when I try to scroll to a desired font in the Font Inspector, only to have the display jump back to where it was when I release the mouse.
    I've written these off as odd quirks of Pages because there seems to be no consistency as to when they happen. (This could be one explanation for my loss of hair.)
    Walt

  • Internet Explorer 7, htm page, flash movie and page jump

    I'm developing a simple htm page in dreamweaver which
    contains a flash movie. the page works fine in firefox and
    netscape, but in internet explorer 7 the page jumps when the
    navigation of the flash movie is used. any clues? pls see:
    http://www.multicultural.co.uk/islam.htm
    many thanks

    Hi Arif:
    No i haven´t solved the problem jet, i'm investigating about it but the only thing i've found so far is that i.e. 7 and firefox 2.0 are not entirely compatible qith crm icwc, but they haven't released any support package or update to fix the problem, i've just uninstalled it and re-install i.e. 6 and updated it.
    Regards

  • How to avoid a line of data being cut by page jump ?

    Dear Java Experts,
    I have encountered a very troublesom problem!
    The problem is described as follows:
    When the browser (IE or Netscape) contains many HTML character data (especially HTML tables and data from DATABASE), how can I print the data to client's printer
    (i.e. browser's printer) without having a line of data cut by page jump?
    That is how to avoid a line of data cut by page jump, upper part of the data in one page and lower part in next!
    I think the problem should be solved with client's java applet!
    Can any expert give me sample code to solve the problem or indicate me where I can find documents about solving the problem?
    Thank you very much in advance!!
    Best Regards,
    Jackie Su

    HTML is not really meant for device-specific presentation (despite a lot of abuses in this area).
    I don't think you're going to solve this satisfactorily with HTML, no matter what you jury-rig around it.
    If this kind of presentation control is a requirement, you're probably better off with a format that directly supports this--PDF is the most obvious choice.
    There's a sourceforge project that supports PDF generation from Java (http://sourceforge.net/projects/itext/ - I don't have any experience with it) and I think there may be others.
    And I believe there are also commercial products for this.

  • Have to press F5 for page jumping

    Hi
      I am pretty new to spry and I found it really nice to use.
      However, I found one problem recently that for page jumping ,sometimes a few files can not be successfully loaded into browser leaving my page in status of 'loading' forever, which can be told from the process circle turing and turing in IE tab. The failed files can be css file or js file. But using Firefox, everything works fine. Once this happens, the only thing I can do is to press F5 to refresh data forcelly.
      The problem comes out like once in about 20 clicks with IE. I checked the HTTP traffic, and found the missing files request are simply not requested from browser.
      Does anyone know what might probably cause this problem and how to fix it?
      Any suggestion will be appciated.

    Hi,
       Really appreciate for your quick reply. Pity that I don't hava a online test url.
       I got the apache2 error log file and it doesn't appear anything there. I used fiddler to watch the traffic on client side and no error popped up there, either. Everything seems working fine here.
      By the way, I set up my dataset with a loadInterval of 30sec, and by watching the traffic on client side, I can see when the problem occurrs, usually the cgi file is not called on load, but after that, it is called periodically by every 30 sec as what is set there, and I can see the XML returned by cgi is ALL RIGHT by parsing the http response, but nothing appears from IE, with the tab turing round there forever.
      I have been troubled with this problem for long and is there anything I can do to get closer to the solution?
      Thanks for all advices.

  • IF Form region AND report + search tool in same page THEN = problem

    Helllo everybody
    I posted an initial and now the advanced as I received helpful comments but still is unsolved:
    Problem:
    If I have a Form, and a Report With a Search feature on the same page the problem is that when I click on the button of Search to find records in the Report, the page reloads as it goes and returs to the server. Alright, however, that reloading causes the Form to submit data while there is no data because I was not working with the Form. When the report gets the "submission of the Form" it receives all empty data and it complains as it cannot have Null values in its rows.
    Solution:
    The thing would be to tell the form not to submit anything unless expressley pressed the button Create or Save. It seems that these buttons activate when the page is reloaded I mean reloaded by haiving pressed the button Search of the Reports region.
    The helpful comments were in the direction of going to Processes, Automatic Row Processing and then choosing a conditional for processing of the Form, that it, it would only activate (submit itself if that condition is met)
    So I go to PL/SQL Function body Returning a boolean and I paste this: RETURN :REQUEST IN('SAVE','CREATE');
    but the problem continues unsolved, that doesnt help. It must be very close but there is something I am missing
    thank you very much
    Alvaro
    Edited by: user12155340 on 18-Nov-2009 15:04

    Hi,
    I think this is double post.
    BUTTON CLICK ON SEARCH ITEM CAUSES OTHER REGIONS (FORM) IN TABLE TO ERRORS
    Please read my last comment from that link.
    Application express forum might give you better and precise answer.
    You need just figure out how set conditions
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref149
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref237
    Br, Jari
    Edited by: jarola on Nov 19, 2009 12:51 PM
    BTW, I remember that there was just few days ago same kind question answered in Application Express forum.
    I post link if I find it. You may try find it also

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

  • Question: Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages? - Problem: I have 1400 e-mails with attachments that need to be conv

    Is there a way to create a PDF from outlook e-mail that does not embed the attachment? better, is there a way to convert the e-mail with attachement (not embeded) as pdf pages?
    - Problem: I have 1400 e-mails with attachments that need to be converted into pdf and the attachments cannot be embeded.
    System: PC Windows 7 using Acrobat X Prof. - Thank you!

    Hi ,
    There is an option of embedding index for faster search while converting email to a PDF .
    However I am not sure that will serve your purpose or not .
    I would recommend you to get in touch with Microsoft support as well .
    Meanwhile I'll work on it and get back to you in case I get a desired solution .
    Regards
    Sukrit Dhingra

  • Epson Printing Problem with CS3

    My Epson Stylus Pro 9600 has a problem with CS3 printing. When printing large images (i.e. 36x60) a portion of the image would be missing at the bottom (blank) The 10.01 update addressed this issue but it seems not completely. The problem was attributed to using a "Custom" print resolution however I still have this problem and after much testing I have narrowed it down to the "Finest Detail" check box under the custom, advanced tab. Checking this "Finest Detail" check box reproduces the problem.
    I'm not sure where the problem lies whether it be Photoshops new stripped down print code or Epsons drivers. For the mean time I will keep this feature de-selected. Hope this helps other frustrated Epson Owners.
    Vista 32, dual quad xeon 2.33
    Photoshop CS 3.3 Extended (Masters Collection)
    Epson Stylus Pro 9600, Drivers ver 5.52, current printer bios

    Adobe blamed Epson drivers for not anticipating CS3's changes. Like they're clairvoyant or something. Their reason was that it was too hard to take into account every printer on the market when writing the new (unasked for) CS3 printing module. A feeble excuse when it comes to Epson pro machinery, though - it is the industry standard, after all.
    Solution? - use CS2 for printing, authored back when Adobe wrote its software to be compatible with existing equipment and drivers, not expecting the world to fall into line with whatever it decided it would do. CS2 works flawlessly with my 7800, CS3 remains a basket case for the same reasons you mention, though checking/unchecking the fine detail box makes no difference. CS3 is erratic - sometimes it works as directed, but then out of nowhere it will suddenly decide to attenuate a pano print.
    We'll see if they get it right with CS4's "improved" printing, but don't hold your breath.

  • Page expire problem in one env of two environments having same code

    Hi,
    We have an web application deployed into two environments. The application versions and server versions are same in both environments. We are using sun one application server.
    When we click on back button (Say Env1) we are getting page exipre problem. The same code is working fine in other env (Say Env2).
    We have not coded anywhere to clear the client side information after it is displayed. It looks like there is some server setting using which we can specify not to save any information at client machine.
    Can any one of you help me in resolving this issue.
    Thanks in advance.
    K Vishnu Chaithanya

    http://support.microsoft.com/kb/234067
    http://lists.evolt.org/archive/Week-of-Mon-20040405/157547.html

  • Page Size Problem in Pdf

    Hi All,
    I want to print cheques form oracle Reports 10g, I developed report in 6i & it works fine, Now I am going to convert it in 10g, in report developer it works fine but when it generates through reports server it generates on full pdf page.
    Kindly help me how can I reduce the page size by default.
    Regards,
    Najeebullah Soomro

    Salam, Najeebullah Soomro
    I want to print cheques form oracle Reports 10g, I developed report in 6i & it works fineDoes PDF also working as your page setup in 6i?
    Now I am going to convert it in 10g, in report developer it works fine but when it generates through reports server it generates on full pdf page.Now problem in 10g PDF ?
    set the page margin at layout property and also make smaller the frame at Edit Margin mode.
    Hope this helps

Maybe you are looking for