Page alignment problems in browser

Hi
Wondered if anyone could help with this ...
I have 8 pages on a web site ... after designing the first page, I effectively cloned the next seven so that size, format, position, etc. would be the same.
However, for some reason when I view them all in the browser the first 3 are at the same distance from the top edge of the window but the next 5 are (although same distance as each other) are at a lesser distance from the top edge than the first 3.
I have checked the spacing, positioning, margins, etc. in page property and the main container div box but can't see anything wrong, I also notice that if I try to alter the top spacing in the page property of the first 3 pages, they seem different in live view but there's no change when viewed in the browser ....I'd be grateful if someone could shed some light.
MANY THANKS
W

You would do much better if you created a template and re-created the pages.  Whenever you try to do a home-brewed template by using a "save-as" or other machination, you always get this problem.
To create a template, take one of the pages that is acting the way you want, Go to File | Save as Template and you have your template file.  Then take the sections that will change and make it an editable region.  Create new "child" pages by File | New  a dialog box should open giving your the opportunity to make a new page from a template.
Just copy and paste the content into the new pages.
That will solve any shifting issues.
Gary

Similar Messages

  • Page alignment problem

    Hi,
    I am using RSA 7 for development and having problems with page alignment.
    html tags rendering first and then the jsf tags.can anyone help me to I solve this problem.
    thanks in advance
    Edited by: Dravid1973 on Mar 18, 2008 8:04 AM

    Yes please,  I am using Dreamweaver CS5.5 but most of this code is copied from an earlier version of this page..  I am just redoing it which could be why there are issues with it.
    Thanks

  • Creating restaurant menu in pages - alignment problems

    Hi,
    I'm trying to create a draft takeaway menu in pages, but as you can see from the image I'm having problems aligning the prices correctly. The left-side of the text is fine, it's only after I put full stops in leading to the prices where I'm having problems. I want all the prices to be neat and tidy, not the way it is now i.e. some prices scattered to the left, and some scattered towards the right.
    Here's what I've tried:
    1. Align left
    2. Aligh right
    3. Align center
    4. Align full
    5. More full stops, (still can't get it perfect)
    Does anyone know how to fix this problem? I did a search through the forums, but the closest I found was something to do with iWeb, which I don't think applies to Page 09.
    Regards,

    In Inspector > Text > Tabs > Tab Stops
    Click on Leader Pop-up and choose ........... as the leader.
    Regards,
    Ian.

  • Web Page Alignment Problem

    Hi.
    I need some help. I created a webpage in CS3 Dreamweaver. The problem is that my pictures and flash content are misaligned when I access my webpage from another computer screen other than the one I used when I designed the web page. Seems like my webpage is not aligned "universally" for all computer screens. How can I fix my alignment to be constant on any screen anywhere in the world?
    Thanks

    Seems like my webpage is not aligned "universally" for all computer screens. How can I fix my alignment to be constant on any screen anywhere in the world?
    That's a tall order, given the range of devices people use these days (smartphones, tablets, desktop/laptops, multi-panel displays...).  Decide who your target audience is and build your site accordingly.
    For most desktop/laptop users, your page should fit in a 1000px wide viewport without horizontal scrollbars.
    http://alt-web.com/Free-CSS-Templates.shtml
    For better answers to layout questions, you need to post a link to your page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Hi,  Trying to log in with my user id and password at iocbc but was not able to access. Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting  Anyone can advise? or i need to download?

    Hi,
    i have the same problem?
    Trying to log in with my user id and password at iocbc but was not able to access.
    Problem message shown : Applet not initialised or may not be supported. Please refresh the page or check the browser setting
    Anyone can advise?

    You need to install Java for your Mac OS version, and/or make sure it's enabled in the Java Preferences application and your browser's preferences.

  • Adobe keeps crashing, you can be on a web page reading and the browser opens the page in a new browser. I did not have this problem the older versions. What can I do to fix this problem.

    adobe keeps crashing, you can be on a web page reading and the browser opens the page in a new browser. I did not have this problem the older versions. What can I do to fix this problem.

    See [[Firefox keeps opening many tabs or windows]]

  • Faux column background not aligned in smaller browser window...

    I'm working on a three-column webpage.  I'm using fixed-width columns, with the left and right columns floated (started with a dreamweaver layout).  I am also using a background applied to the <body> tag to apply the faux column look, so that the side column backgrounds flow all the way down the page.
    My layout is a total of 780px wide, but the background image I'm using is 2000px wide.  It's the same image that was used in the previous version of the website, and I can only guess that the image is that wide to "fill" the extra space around the main content when the browser window is wider than 780px.  Because the image is so wide, I have it styled to center on the page.  When my browser window >= 780px wide, everything looks great... the faux columns line up perfectly with the divs.  However, when I make the window less than 780px, things get messy.
    My layout elements stay where they are, meaning that the left edge of the container stays aligned with the left edge of the screen and a scroll bar appears at the bottom.  However, since my background is set to center itself, it continues to try to center itself in the browser window.  Basically, the content is not centered in the browser window, but the background is, causing the faux columns to not line up with the divs.  The relevant CSS I have applied is:
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 12px;
        color: #666666;
        background-repeat: repeat-y;
        background-position: center;
        background-image: url(../img/BG-gray.gif);
    #container {
        width: 780px;
        margin: 0 auto;
        text-align: left; /* this overrides the text-align: center on the body element. */
    Note: everything within the container div stays where it should relative to the container, so I didn't include the CSS for them, though I can post it up later if you really need to see it.
    Is there a way to keep everything lined up in a smaller browser window? Or, would it be better to trim down the background image to the same width as the container?
    Sorry for the long message, but I'm new at this.  Please don't eat me.

    Same problem, only worse.  That causes the background to show from the very left edge of the image.  All my text is in the gray area in the example below.  Let me try to clarify...
    The background image is something like this (colors are for clarity):
    (filler)
    Left faux column
    Main content goes here. This is always in the center of the browser window.
    Right faux column
    (filler)
    Where the combined width of the blue, white, and red sections is 780px.  This is what I want my layout to line up with, the blue and red columns being the faux left and right columns, respectively.  The gray areas are "filler" that colors the excess width in browser windows that are wider than the fixed width of the main content.  With the background set to centered, the white stripe is always centered in the browser window.  As long as the window is wider than my layout, the layout is centered in the browser window as well.
    I'm looking for a way to either center the background relative to the layout container, not the browser window, or to keep the layout container centered in the browser window when the window is narrower than the layout.

  • Link to another page in a new browser window

    Hey Guys,
    I wanted to know how to set up a link to another page that loads up in a new browser window.
    This what my code looks like:
    <!--
    htp.print('<center>' || :P1_11 );
    htp.print('
    --!>
    This works but the problem is that it goes straight to the login window and asks the user to login again and then it goes to the desired page. Is there a way to set up the link so it goes directly to the new page in a new browser without having the user to log in again?

    Have you tried using the #SESSION# substitution string in the URL instead of hard-coding the session ID into the link?
    By the way, why is so much of your stuff in anonymous blocks/procedures? Just curious.
    Earl

  • Tomcat 4.1.24 : JSP page displayed blank in browser

    Hi,
    I am facing a problem where a blank screen is displayed to the user in browser even though the JSp page is getting executed successfully on my Tomcat server. The application and catalina logs show no errors / exceptions, still blank screen is displayed to the user sometime. If the user clicks on browser back button, the request is processed again and the page content is displayed properly.
    I am using JDK 1.4.2_09 with Tomcat 4.1.24 on Windows 2003 server.
    Is it to do with JSP:Forward mechanism? I forward the request from one JSP to second JSP and this second JSP gets executed on server but shows blank screen.
    Requesting for help.
    Thanks in advance.
    Thanks and Regards,
    Amit Paliwal

    Hi Alisha ,
    Thanks for reply. I can not put any debug message at online page,my problem is that i can not simulate the same senario at my development site.
    Amit Paliwal

  • Problems with browsing on Safari and Firefox since Leopard upgrade ??

    Ever since I upgraded to Leopard, I am experiencing consistent problems while browsing. Both Firefox and Safari stall when I click on links or try to load pages. The browsers just appears dead and the loading icons just stall. Firefox is much worse than Safari with every 3rd or 4th click causing a stall. I have to wait about a minute before the click is recognized and the page is loaded.
    I thought it might be my airport connect but I have other Windows comps on the same network and they don't have the problem.
    I haven't seen any thread in the Safari discussions about this and can't find anything on the net about it either.
    Anyone know what the problem might be?
    Safari 3.1.1
    Firefox 2.0.0.14
    Leaopard 10.5.2

    There were no error messages in the console for the stalling. However after I plugged the ethernet cable into the Imac, the problem seems to have gone away.
    This is good but how can I fix the problem with my airport wireless connection ?

  • Having a image alignment problem using clearbox

    Hi,
    I'm having an image alignment problem. I cannot figure it out. I'm using the clearbox - lightbox dreamweaver widget. Using Dreamweaver CS6.
    Actual page located here. Any help would be appreciated.
    http://dirtysouthink.com/gallery/dustin2.html

    This has very little to do with Dreamweaver. DW is merely a tool to assist you in building a web site. It is purely a matter of styling (CSS).
    When I look at the structure, I see
    BODY-CONTENT (width: 490px)
         GALLERY (width: 452px)
              CONTAINER (width: 500px)
                   ITEM (width: 150px)
    From this I can deduce that:
    GALLERY will fit inside BODY-CONTENT
    CONTAINER will NOT fit inside GALLERY or BODY-CONTENT
    ITEM will fit three times into CONTAINER
    To start with, I would reduce the size of the CONTAINER so that it fits inside of its parent. Then I would adjust the width of the ITEM so that only two of them fit inside of the CONTAINER.

  • Same alignment problem! can ANYONE help??

    Hi guys i still need help with my alignment problem! My nav
    bar lokos good in the preview window of fireworks
    CLICK
    HERE TO VIEW THE NAV BAR IN FIREWORKS
    but when previewed in a browser or exported into dreamweaver,
    the navbar is all out of order
    CLICK
    HERE TO VIEW THE NAV BAR IN DREAMWEAVER
    Can anyone tell me what is going on?? i really need to launch
    the website ASAP.
    Thankyou!

    10totti wrote:
    > Hi guys i still need help with my alignment problem! My
    nav bar lokos good in
    > the preview window of fireworks
    >
    >
    http://img97.imageshack.us/my.php?image=nav1yp1.jpg
    I hate being harassed by ads and will not review images on
    the image
    shack site any longer. Post the screen shot or original file
    to your
    personal site.
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Banner Alignment Problem

    I am having an alignment issue with a website that I recently built using dreamweaver.
    http://bacs.myweb.uga.edu
    There is not an alignment problem on the front page (index.html), but subsequent pages (http://bacs.myweb.uga.edu/currentstudents.html) change the alignment of the banners below the tabs for each section.  Screen resolutions of 1280X800 do not have any alignment issues, but pretty much any other resolution changes the alignment.  Is there a solution to this problem?  Rather than posting all the code, you should be able to get it from the links above.  Thanks in advance.
    Frustrated in Athens,
    Aldo

    html
    <body>
    <div id="wrapper">
    </div>
    </body>
    css
    #wrapper {
    width: /*the width of your content */
    margin:0 auto; /*this will centre align it*/
    padding:0;

  • Paper Alignment problems!

    I have a HP F4280 all in one printer, just recently when doing any type of printing, everything is printed but comes off alignment, that is not straight on the page. How can I fix this paper alignment problem? I've had this printer for 2 years now and just recently the alignment is off, I haven't done anything different!

    The troubleshooting page here may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Page alignment in program RLLI0400.

    experts help me..
    im having a problem in my page alignment IN program RLLI0400.i dont know the reason why the second page is being printed on the fourth line instead of printing it in the first line of the page.
    i tried to change its line-count but nohing happens.any idea on how would i fix it?
    sample:
    page 1(started on the first line of the page)
    page 2(it will start on the fourth line of the page which is wrong so on with the third page.)
    help me.
    points will be rewarded.

    Hi Salma,
    Is ur issue resolved, Iam too facing the same problem..
    If yes can u plss tell me how it is done...I have checked the setting in SPAD. too
    ur reply can is very valuable to me.. Plss reply me.
    Regards,
    Mahadev

Maybe you are looking for

  • Calculator.app Version 4.5.3 (99.2) and Scientific Notation

    I want to enter a number with scientific notation. 2.71e1 doesn't return 27.1, but rather 0.999... It seems that Calculator.app is dividing by e. This is not a common operation. 2.71E1 gives 27.1great! But ... 2.71E-1 does not return 0.271 neither do

  • [iPhone] Unable to link to Itunes Music Store when calling viewartist.

    I am trying to link to a specific artist in the ITMS via the iPhone SDK. I have no problem launching an album view on the iphone but when I call the viewartist link it says Itunes Store is not available on the iphone (works fine on the computer)? htt

  • My Ipad 2 has suddenly started losing wifi connection.

    My ipad 2 (3 months old) has suddenly developed a problem that  it loses wifi connection in my house. Laptop works fine from same location. Happened since installing latest apple software  upgrade 1.51. Network reset and factory restore not helped. W

  • Printing issues with 10.4.9

    For those of us with Printing problems with 10.4.9 (or earlier in my case) I found two links that helped me with this specific problem. http://www.macfixit.com/article.php?story=20070314095347742 and http://www.macfixit.com/article.php?story=20070313

  • Doubts about configurate services with JBI

    Hi people, I have been looking for a way to develop a wizard for configuration of services in different ESBs from my web application. I took a look at some presentations (like http://80.69.93.183/sun-evenementen/pdf/jbi_openesb.pdf and http://mediaca