Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Centering Page in Browser

  1. #11
    GofBorg
    Guest

    Default Re: Centering Page in Browser

    > Thanks. I do not see "Fixed Page" on the Page Layout Properties. Where
    > do I find this? Victor


    I had to set 'zero margins' in master border properties.

  2. #12
    Junior Member
    Join Date
    Feb 2012
    Posts
    1

    Default

    I am sad about this problem, i have the same problem and it is not resolved with the new patch, i am using Netobjects since a long time and I will have to look for some other solution.
    I am testing DreamWeaver, it is not as wysiwyg as netobjects but it is more up to date.
    I have tried the div container method from antonsvideo, works fine in googlwe chrome but not in IE
    Hope someone will find a real solution

    "Finally I found a post that resolve this problem here at http://forums.netobjects.com/showthr...ll=1#post61216
    as :
    "For those who read this and have the same problem, i've discovered how to fix it.

    tools>options>current site> html options> and uncheck 'use quirks mode doctype'

    this fixed it for me and now all my sites center as they are supposed to. "
    Last edited by louisd; 03-01-2012 at 12:47 AM. Reason: Solution found

  3. #13
    Senior Member
    Join Date
    Apr 2010
    Location
    Sydney
    Posts
    2,000

    Default

    it works fine here in IE, Firefox and Chrome

    have you set output to XHTML? and then set the layout regions that contain overlapping objects to HTML 4.01

    the site output must be XHTML for dic container to work

  4. #14
    Senior Member
    Join Date
    Oct 2011
    Posts
    184

    Default

    I found this problem most annoying also and I don't know whether NOF 12 behaves different than NOF 11.

    But I found one of these methods, found in the newsgroups years ago, has _always_ worked for me in NOF 11:

    Edit the HTML of the page in one of these ways:

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

    <!-- NetObjects Fusion Generated HEAD HTML-->
    </HEAD>
    <BODY NetObjects Fusion Generated BODY Parameters

    >

    <center>
    <!-- NetObjects Fusion Generated BODY -->

    </center>

    </BODY>
    </HTML>

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

    <!-- NetObjects Fusion Generated HEAD HTML-->
    </HEAD>
    <BODY NetObjects Fusion Generated BODY Parameters

    >

    <div align="center">
    <!-- NetObjects Fusion Generated BODY -->

    </div>

    </BODY>
    </HTML>

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

    <!-- NetObjects Fusion Generated HEAD HTML-->
    </HEAD>
    <BODY NetObjects Fusion Generated BODY Parameters

    >

    <center>
    <!-- NetObjects Fusion Generated BODY -->


    </BODY>
    </HTML>

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

    This works with Dynamic Page Layout! But note to _not_ check "Center in browser" in the Properties Palette simultaneously.

    And since I found that XHTML screwed all in NOF 11, I stayed away from it.

  5. #15
    Junior Member
    Join Date
    May 2012
    Posts
    1

    Wink You are My Hero!

    Quote Originally Posted by louisd View Post
    I am sad about this problem, i have the same problem and it is not resolved with the new patch, i am using Netobjects since a long time and I will have to look for some other solution.
    I am testing DreamWeaver, it is not as wysiwyg as netobjects but it is more up to date.
    I have tried the div container method from antonsvideo, works fine in googlwe chrome but not in IE
    Hope someone will find a real solution

    "Finally I found a post that resolve this problem here at http://forums.netobjects.com/showthr...ll=1#post61216
    as :
    "For those who read this and have the same problem, i've discovered how to fix it.

    tools>options>current site> html options> and uncheck 'use quirks mode doctype'

    this fixed it for me and now all my sites center as they are supposed to. "
    I have been pulling my hair out for hours. Went over my pages a hundred times looking for a glitch. Finally found the forum and your fix. THANK YOU!!! What is crazy is that I had no centering issues with FF. Chrome, or Safari only IE. God I hate MS!!!

Posting Permissions

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