Results 1 to 6 of 6

Thread: Problem with paging shifting to left

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    4

    Default Problem with paging shifting to left

    Hello guys,

    I am new to this forum and hoping some of you experts can help me out here.

    I built a site with a main page (index) and sub pages. They are all the same width, now here is what I see when I preview or upload my site live.

    1- my main index page shows in the center and blank on the right and left, soft of like the whole page is centered, I am talking about the header, content and everything

    2- the sub pages seem to shift to the left with a blank showing to the right of the page

    Do you guys have any advise you can give me on what am I doing wrong?

    Thanks

  2. #2
    Senior Member gotFusion's Avatar
    Join Date
    Jan 2010
    Location
    www.gotHosting.biz
    Posts
    4,529

    Default

    URL would be helpful to know what you are talking about.

    I "think" I can "guess" what you are talking about.

    My guess is that the pages that shift do not have a vertical scroll bar as they are not as long as the ones that do not shift which DO have a vertical scroll bar.

    You can use CSS to "force" all pages to have a scroll bar even though they do not need one. This will keep your shorter pages from shifting.

    Go to style view.
    Find the HTML tag in the selector tab
    Create a new line and insert overflow-y: scroll;

    If your style does NOT have an html CSS tag defined go to the css code editor tab and insert the entire html css tag

    html {
    overflow-y: scroll;
    }

    When you are asked if you wish to save changes answer YES


    You should be using a duplicate of the stock styles before you make any changes OR create your own style.

    This gotFusion tutorial will go into how to create a duplicate style basted on a stock style

    http://www.gotfusion.com/tutorials/tut.cfm?itemID=117


    If I did not guess correctly, please post a URL to your problem page(s)
    Last edited by gotFusion; 03-23-2013 at 06:19 PM.
    NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
    NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
    FREE NetObjects Fusion Support & training comes with all web hosting accounts
    NetObjects Fusion Web Hosting: http://www.gotHosting.biz

  3. #3
    Junior Member
    Join Date
    Mar 2013
    Posts
    4

    Default

    Thank you go fusion so much.. I will follow your instructions today and see how it goes.

    Thanks again for your help

  4. #4
    Junior Member
    Join Date
    Mar 2013
    Posts
    4

    Default

    Thank you got fusion.. I figured it out

    I have just one more question please. I see a box on the "page design" area called "page layout" on the top corner and I can't seem to be able to move it.. Any idea please?

    Thanks

  5. #5
    Senior Member gotFusion's Avatar
    Join Date
    Jan 2010
    Location
    www.gotHosting.biz
    Posts
    4,529

    Default

    Are you talking about the layout and masterborder markers?

    You can turn them off if you don't want to see them

    http://www.gotfusion.com/tutorials/tut.cfm?itemID=382
    NetObjects Fusion Cloud Linux enabled Web Hosting, support + training starts at $14.95
    NetObjects Fusion web Hosting and support + ASP + PHP + ColdFusion + MySQL + MS SQL
    FREE NetObjects Fusion Support & training comes with all web hosting accounts
    NetObjects Fusion Web Hosting: http://www.gotHosting.biz

  6. #6
    Junior Member
    Join Date
    Mar 2013
    Posts
    4

    Default

    Quote Originally Posted by gotFusion View Post
    Are you talking about the layout and masterborder markers?

    You can turn them off if you don't want to see them

    http://www.gotfusion.com/tutorials/tut.cfm?itemID=382

    thank you sir... All solved and good to go.

    I really appreciate your help. Have a great day

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •