Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Auto centered web pages
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Auto centered web pages
Auto centered web pages
05-02-2011 5:39 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How do I make my web pages appear centered on any screen?
I view it on 1280 x 1024 ant evrything looks fine, but on 1920 x 1080 it displays to the left with lots of white space on the right.
(I am using Net Objects Fusion 9.0)
any (simple) ideas?
I view it on 1280 x 1024 ant evrything looks fine, but on 1920 x 1080 it displays to the left with lots of white space on the right.
(I am using Net Objects Fusion 9.0)
any (simple) ideas?

Message 1 of 5
(938 Views)
4 REPLIES 4
Re: Auto centered web pages
05-02-2011 5:54 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Are you puting the text in to:
So you get:
Text go's here
<center> Text go's here </center>
So you get:
Message 2 of 5
(283 Views)
Re: Auto centered web pages
05-02-2011 6:00 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Wrap your entire site in a div, with the following css properties:
width: 900px; // your site width
left: auto;
right: auto;
height: auto;
margin: 0px auto;
margin-left: auto;
margin-right: auto;
width: 900px; // your site width
left: auto;
right: auto;
height: auto;
margin: 0px auto;
margin-left: auto;
margin-right: auto;
Message 3 of 5
(283 Views)
Re: Auto centered web pages
06-02-2011 9:44 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I use similar to above, build the entire site inside a centered table. I also build 900 wide (for 1024x768)
If you are using layers, centering is much more complicated, infact I don't think it is possible but don't quote me as I don't use layers.
If you are using layers, centering is much more complicated, infact I don't think it is possible but don't quote me as I don't use layers.
Message 4 of 5
(283 Views)
Re: Auto centered web pages
07-02-2011 1:43 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Just be wary of how you center things as different browsers can interpret it in different ways - especially between IE and Firefox. Always try as many browsers as you can to ensure the layouts are as you expect. Browser compatibility issues are a real pain to resolve sometimes.
Message 5 of 5
(283 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- Auto centered web pages