Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Center Design with Background

  1. #1
    Anton Heydenrych
    Guest

    Default Center Design with Background

    I have seen the posts regarding using layout properties or <div
    align="center"> to center page in browser.

    However, when I use either of this, the background is still left
    aligned. This happens for background defined in the Style and for
    background set for layout (layout properties).

    1. How can I get the background to be centered with the page content?
    2. If the answer to 1. above includes having the background specified as
    part of the layout, how can I get the background to also show (centered)
    in the master border areas?

    Additional question:

    I have a client who wants the page to be centered but then also wants
    some part of the design to stretch across the full browser width at the
    top and bottom of the page (so as to not let it look empty) As in this
    example: https://www.fnb.co.za/

    Any idea how this can be done in NOF10?

    Thanks for the help!

    Anton H

  2. #2
    Peter Eisenburger
    Guest

    Default Re: Center Design with Background

    Anton Heydenrych wrote:
    > I have seen the posts regarding using layout properties or <div
    > align="center"> to center page in browser.
    >
    > However, when I use either of this, the background is still left
    > aligned. This happens for background defined in the Style and for
    > background set for layout (layout properties).
    >
    > 1. How can I get the background to be centered with the page content?


    Me found that only works when I use manually paste the <center> tag in
    Beginning of Body (</center> in End of Body) _and_ check "Center in
    Browser" in Layout Properties.

    Peter


    > 2. If the answer to 1. above includes having the background specified as
    > part of the layout, how can I get the background to also show (centered)
    > in the master border areas?
    >
    > Additional question:
    >
    > I have a client who wants the page to be centered but then also wants
    > some part of the design to stretch across the full browser width at the
    > top and bottom of the page (so as to not let it look empty) As in this
    > example: https://www.fnb.co.za/
    >
    > Any idea how this can be done in NOF10?
    >
    > Thanks for the help!
    >
    > Anton H


  3. #3
    LBA
    Guest

    Default Re: Center Design with Background

    <div align="center"> is your best best to get the page centered. NOF
    still does not provide a straightforward method to achieve the border
    but here's a fix... http://fusedocs.com/index.cfm?act=sol&id=468

    Laurence



    Peter Eisenburger wrote:
    > Anton Heydenrych wrote:
    >> I have seen the posts regarding using layout properties or <div
    >> align="center"> to center page in browser.
    >>
    >> However, when I use either of this, the background is still left
    >> aligned. This happens for background defined in the Style and for
    >> background set for layout (layout properties).
    >>
    >> 1. How can I get the background to be centered with the page content?

    >
    > Me found that only works when I use manually paste the <center> tag in
    > Beginning of Body (</center> in End of Body) _and_ check "Center in
    > Browser" in Layout Properties.
    >
    > Peter
    >
    >
    >> 2. If the answer to 1. above includes having the background specified
    >> as part of the layout, how can I get the background to also show
    >> (centered) in the master border areas?
    >>
    >> Additional question:
    >>
    >> I have a client who wants the page to be centered but then also wants
    >> some part of the design to stretch across the full browser width at
    >> the top and bottom of the page (so as to not let it look empty) As in
    >> this example: https://www.fnb.co.za/
    >>
    >> Any idea how this can be done in NOF10?
    >>
    >> Thanks for the help!
    >>
    >> Anton H


  4. #4
    Peter Eisenburger
    Guest

    Default Re: Center Design with Background

    LBA wrote:
    > <div align="center"> is your best best to get the page centered.


    where exactly to place the tag?

    P.


    NOF
    > still does not provide a straightforward method to achieve the border
    > but here's a fix... http://fusedocs.com/index.cfm?act=sol&id=468
    >
    > Laurence
    >
    >
    >
    > Peter Eisenburger wrote:
    >> Anton Heydenrych wrote:
    >>> I have seen the posts regarding using layout properties or <div
    >>> align="center"> to center page in browser.
    >>>
    >>> However, when I use either of this, the background is still left
    >>> aligned. This happens for background defined in the Style and for
    >>> background set for layout (layout properties).
    >>>
    >>> 1. How can I get the background to be centered with the page content?

    >>
    >> Me found that only works when I use manually paste the <center> tag in
    >> Beginning of Body (</center> in End of Body) _and_ check "Center in
    >> Browser" in Layout Properties.
    >>
    >> Peter
    >>
    >>
    >>> 2. If the answer to 1. above includes having the background specified
    >>> as part of the layout, how can I get the background to also show
    >>> (centered) in the master border areas?
    >>>
    >>> Additional question:
    >>>
    >>> I have a client who wants the page to be centered but then also wants
    >>> some part of the design to stretch across the full browser width at
    >>> the top and bottom of the page (so as to not let it look empty) As in
    >>> this example: https://www.fnb.co.za/
    >>>
    >>> Any idea how this can be done in NOF10?
    >>>
    >>> Thanks for the help!
    >>>
    >>> Anton H


  5. #5
    Anton Heydenrych
    Guest

    Default Re: Center Design with Background

    Thanks, I will try combining the two methods.

    Anton H

  6. #6
    Anton Heydenrych
    Guest

    Default Re: Center Design with Background

    Thanks, I will try the reference you have given. However, when I tried
    it just now, it produced an error ( The web site you are accessing has
    experienced an unexpected error.) Perhaps it is just a temporary error.

    Anton H

  7. #7
    Nancy O
    Guest

    Default Re: Center Design with Background

    This may help shed some light.

    http://alt-web.com/Tutorials/centered.html


    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com



    "Anton Heydenrych" <nof7user@supronet.co.za> wrote in message
    news:f6811d$onc3@flsun90netnews01.netobjects.com.. .
    > I have seen the posts regarding using layout properties or <div
    > align="center"> to center page in browser.
    >
    > However, when I use either of this, the background is still left
    > aligned. This happens for background defined in the Style and for
    > background set for layout (layout properties).
    >
    > 1. How can I get the background to be centered with the page content?
    > 2. If the answer to 1. above includes having the background specified as
    > part of the layout, how can I get the background to also show (centered)
    > in the master border areas?
    >
    > Additional question:
    >
    > I have a client who wants the page to be centered but then also wants
    > some part of the design to stretch across the full browser width at the
    > top and bottom of the page (so as to not let it look empty) As in this
    > example: https://www.fnb.co.za/
    >
    > Any idea how this can be done in NOF10?
    >
    > Thanks for the help!
    >
    > Anton H




  8. #8
    Anton Heydenrych
    Guest

    Default Re: Center Design with Background

    Hi Nancy,

    Thanks, I just had a peek and have already seen aspects of the set-up I
    have missed. This should do the trick, at least for the normal centring
    of the background.

    Still do not how how to do the top and bottom browser wide
    background/graphic thing but that's something else.

    Thanks.
    Anton H


  9. #9
    LBA
    Guest

    Default Re: Center Design with Background

    Beginning of Body:
    <div align="center">

    End of Body:
    </div>

    Laurence




    Peter Eisenburger wrote:
    > LBA wrote:
    >> <div align="center"> is your best best to get the page centered.

    >
    > where exactly to place the tag?
    >
    > P.
    >
    >
    > NOF
    >> still does not provide a straightforward method to achieve the border
    >> but here's a fix... http://fusedocs.com/index.cfm?act=sol&id=468
    >>
    >> Laurence
    >>
    >>
    >>
    >> Peter Eisenburger wrote:
    >>> Anton Heydenrych wrote:
    >>>> I have seen the posts regarding using layout properties or <div
    >>>> align="center"> to center page in browser.
    >>>>
    >>>> However, when I use either of this, the background is still left
    >>>> aligned. This happens for background defined in the Style and for
    >>>> background set for layout (layout properties).
    >>>>
    >>>> 1. How can I get the background to be centered with the page content?
    >>>
    >>> Me found that only works when I use manually paste the <center> tag
    >>> in Beginning of Body (</center> in End of Body) _and_ check "Center
    >>> in Browser" in Layout Properties.
    >>>
    >>> Peter
    >>>
    >>>
    >>>> 2. If the answer to 1. above includes having the background
    >>>> specified as part of the layout, how can I get the background to
    >>>> also show (centered) in the master border areas?
    >>>>
    >>>> Additional question:
    >>>>
    >>>> I have a client who wants the page to be centered but then also
    >>>> wants some part of the design to stretch across the full browser
    >>>> width at the top and bottom of the page (so as to not let it look
    >>>> empty) As in this example: https://www.fnb.co.za/
    >>>>
    >>>> Any idea how this can be done in NOF10?
    >>>>
    >>>> Thanks for the help!
    >>>>
    >>>> Anton H


  10. #10
    Waterspider
    Guest

    Default Re: Center Design with Background


    "Anton Heydenrych" <nof7user@supronet.co.za> wrote in message
    news:f6811d$onc3@flsun90netnews01.netobjects.com.. .
    >I have seen the posts regarding using layout properties or <div
    >align="center"> to center page in browser.
    > However, when I use either of this, the background is still left aligned.
    > This happens for background defined in the Style and for background set
    > for layout (layout properties).
    > 1. How can I get the background to be centered with the page content?


    Hi Anton,

    I struggled with this too, and learned that it cannot be done *unless* you
    use Dynamic Layout.

    Of course, I'm sure I've not learned everything, so if anyone knows how to
    accomplish page centering with Fixed Layout, I'll be happy to hear about it.
    Downright thrilled, actually :-)



Posting Permissions

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