How to center page

I have been messing around with this template only to find it
isn't centered. When working in CS3 it appeared centered. Where did
i mess up? Any help would be appreciated.......also any feedback
would be great.
http://richlandmtg.com/site.html

> Do you think the page loads off to the side because of a
broken stylesheet
> link or is it code related?
With so many broken links in your page it's likely a
combination of both.
> I was moving some files around
Never, ever do this outside of DW. If you use DW's Files
panel to move your
files, you will not have a problem since DW can then manage
the links. If
you do it outside of DW, well, you see the result.
At this point, you must fix every link on the page in DW by
remaking it.
> How do you know which go
> with each version i've worked on and changed?
Sorry - I don't understand what you are asking, but as the
person who built
the pages, wouldn't you know this?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"annuse" <[email protected]> wrote in
message
news:ge5hs0$ui$[email protected]..
>I used a validation website
http://jigsaw.w3.org/css-validator/
told me It
> couldn't find my stylesheet. I was moving some files
around and must have
> gotten some stylesheets from other templates mixed up.
How do you know
> which go
> with each version i've worked on and changed?
> My browser compatibility shows a lot of "unsupported
value-text bottom" &
> "expanding box problems" Not sure how to correct those.
> Do you think the page loads off to the side because of a
broken stylesheet
> link or is it code related?
> Thanks
>

Similar Messages

  • How to center page in Pages

    Hey im used to the word templates and i dont like how the actual page in Pages is aligned to the left, how would i get it in the middle?

    I think what you all are saying is a blank document opens to the left side of the screen and that you'd prefer it to open in the middle. Right?
    If so, I've never thought much about it. Where windows open is part of the human interface guidelines. You can read some of that here.
    Pages may not completely adhere to the letter of the link above but it seems there's a reason: it leaves space for inspectors. So, when a window opens, the window is slightly to the left because you open inspectors and they go in the space to the right. I don't remember the default - if inspectors open the first time you use Pages - but the logic is clear.
    This is coded. I suppose ou could move the window, make an applescript - e.g., record one in Automator - and apply it each time you open Pages. Or you could drag the window anywhere you want, which is what almost everyone does without thinking.
    The Mac desktop metaphor is slightly different from the Windows metaphor. With Windows, which I've used extensively, you tend to minimize, maximize and switch from application to application, document to document in either full screen or minimized. The Mac metaphor is more like a real desktop on which you can have a bunch of documents from a bunch of applications all available at the same time, overlapping, etc. (BTW, I suggest using Spaces to organize work.)

  • How to center page designed in Edge

    Hi, Can someone please tell me if there is a way to make a page created in Edge to center vertically on the browsers? It seems to default to top left.
    Thanks

    I read thru all the suggestions posted, and I don't think the following is one of them. Apologies if it is.
    What about a simple table, and, following the instructions of the video called "working with existing html", -
    http://tv.adobe.com/watch/learn-edge-preview-6/working-with-existing-html/
    (using my test webpage coding as example)
    you copy/paste the runtime preloader script part in the head within the adobe edge runtime section
    <<script type="text/javascript" charset="utf-8" src="i-imagine-3h_edgePreload.js"></script>
    and the
    <div id="Stage" class="EDGE-4442444"></div>
    part in the horizontally-vertically middle or centre cell ? - Or, where-ever one wants their composition to display on specific web page.
    With overflow hidden, none of the offstage elements are seen till you want them seen.
    Worked for me, I hope the following link shows properly to any viewer.
    http://www.homemovies.ca/edgetest-dreamweavertable2.html
    view the source code to see what's what.
    Seems a lot easier than the other suggested options, - still - quite the pain in the behind.....
    As much as I quite love Edge, they are going to HAVE to figure out how to make 'placing' as easy as everything else.
    Message was edited by: Steve Hartwell

  • How to center page in any size browser window

    How do I center a page in any size browser even if page is too wide to display - I still want the page displayed from the center and hide the edges as the browser width gets narrower. E.g. I have 3 columns and want to always see the central column - the outside columns will be visible only on a wide screen, but only the central column is visible on a narrower screen such as a smartphone. I have set the margins of my wrapper div to auto, but this only centralises the page until the wrapper width is the same width as the browser window. Help me please !

    Thanks Nancy O,
    Using the % as a width does now allow the page to remain centred.
    Is there a way to keep the web page size as original even when the window gets smaller - i.e.you will only see the outside edges of the page by using the slidebar left or right if viewing in a smaller window. Ioriginally set the wrapper div width to 700px rather than 90%, but when I reach a browser window of 700px, the page then reduces in width towards the left rather than reducing it centrally.
    I don't know how to link to my page as it is not yet a live page, so can't show you specific code. Hope the above explains what I am trying to do. Basically, the two outside columns will be less important info, so I don't need this to always be visible, but if viewing my page on a smartphone, I want the central area to be seen in full (approx. 450px wide), and not reduce in size.
    Thanks for your help,
    ActivePlanner.

  • How to center page in Split and Design view?

    When I look at my template in Design or Split View, it is flush right on my screen with a top margin of 20 px or so. But when I check it in Live View, or when I preview it on Firefox/Safari/Chrome/Opera, it is centered and flush against the top of the screen.
    I should add that the template was fine in Design and split, until I started mucking about the a spry menu. My page fell apart, I deleted the spry with plans ot start over. But then I discovered my template flush right (in Design and Split, anyway).
    Can anyone please tell me how to correct this? I suppose it's more of a nuisance than a tragedy, as long as the page is centered when it goes online. But it is a nuisance to work on the right side of the screen.
    Coding follows:
        margin-top: 0px;
        margin-left: 0px;
    #wrapper {
        background-image: url(../template%20images/mainBody.jpg);
        background-repeat: repeat;
        overflow: hidden;
        width: 800px;
        background-color: #CCC;
        margin-right: auto;
        margin-left: auto;
    #wrapper #header {
        height: 150px;
        width: 800px;
        background-color: #CCC;
        background-image: url(../template%20images/header.jpg);
    #wrapper #navBar {
        height: 55px;
        width: 800px;
        background-color: #666;
        background-image: url(../template%20images/navBar.jpg);
    #wrapper #mainBody {
        width: 80%;
        margin: 0 auto;
        padding-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
    #wrapper #footer {
        background-image: url(../template%20images/footer.jpg);
        width: 800px;
        height: 60px;
        text-align: center;
        font-size: 16pt;
        clear: both;
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>2000_template</title>
    <!-- TemplateEndEditable -->
    <link href="../CSS/layout.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    -->
    </style>
    </head>
    <body>
    <div id="wrapper">
    <div id="header">
    </div><!--close header-->
    <div id="navBar">
      </div><!--close navBar-->
    <div id="mainBody"><!--begin mainBody--><!-- TemplateBeginEditable name="mainContent" -->
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dolor libero, aliquam vitae scelerisque in, malesuada non neque. </p>
      <p>Phasellus dignissim arcu eget velit posuere vel varius magna dapibus. Phasellus pharetra imperdiet nunc, vel interdum dolor fermentum id. Integer luctus mollis tempor. Nunc lacus urna, blandit sollicitudin cursus at, ultrices et erat. Sed rhoncus, ipsum vitae dictum scelerisque, diam felis euismod augue, a facilisis massa augue ut nibh. </p>
      <p>Sed ac ante magna. Nulla consequat posuere ullamcorper. In interdum, elit sed tempor suscipit, quam mauris egestas justo, sed lobortis sem magna a mi. Etiam tincidunt fringilla sapien, congue condimentum augue adipiscing ut. Nam pretium egestas lacus in elementum. Vivamus eros erat, varius nec aliquam quis, congue at orci.</p>
    <p>Vivamus eget felis purus, in porta tellus. Nullam ac orci eu arcu luctus ornare. Aliquam quis ligula metus. Morbi congue cursus justo, et sagittis sem adipiscing blandit. </p>
    <p>Quisque sed bibendum nisi. Curabitur ultrices imperdiet lacus in ullamcorper. Etiam pulvinar magna et neque congue eu aliquam metus semper. </p>
    <!-- TemplateEndEditable --></div>
    <!--close main body-->
    <div id="footer"><!-- TemplateBeginEditable name="footerPage" -->
      <p> &#8249; &#8249; Previous    1 :: 2 :: 3 :: 4    Continue &#8250; &#8250;</p>
    <!-- TemplateEndEditable --></div><!--close footer-->
    </div><!--close wrapper-->
    </body>
    </html>

    Get rid of this.
        margin-top: 0px;
        margin-left: 0px;
    The universal selector (asterisk) applies whatever styles you give it to  EVERY PAGE ELEMENT regardless of where it is.  So unless you know  exactly what you're doing, don't use universal selectors.
    To center your page
    body {
    width:900px /**some width in pixels, ems or %}
    margin:0 auto;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How can I center pages for browsers and screen rez

    Hi.
    I purchased an html template web site. Im trying to have the
    pages center themselves depending on the screen , resolution and
    perhaps the type of browser it will be viewed in. Right now it just
    shows up to the right hand side. This goes for all the pages in the
    template.
    here is the link for the site
    Sample page
    Im ok with Dreamweaver, no experience with CSS.
    Thanks

    Asked and answered here almost daily. You can find all the
    info you need
    starting here:
    http://groups.google.com/groups?as_q=center+page&num=10&scoring=r&as_epq=&as_oq=&as_eq=&as _ugroup=macromedia.dreamweaver&as_usubject=&as_uauthors=&lr=&as_drrb=q&as_qdr=&as_mind=1&a s_minm=1&as_miny=1981&as_maxd=21&as_maxm=10&as_maxy=2008&safe=off
    WARNING: This requires CSS code so it's time to step up.
    Without
    understanding HTML & CSS you will be very limited in what
    you can
    accomplish.
    Walt
    "mannsma" <[email protected]> wrote in
    message
    news:gdlo8u$ef$[email protected]..
    > Hi.
    > I purchased a html template web site. Im trying to have
    the pages center
    > depending on the screen , resolution and perhaps the
    type of browser it
    > will be
    > viewed in.
    >
    > here is the link for the site
    >
    > https://filmlesscafe.com
    >
    > Im ok with Dreamweaver, no experience with CSS.
    >
    > Thanks
    >

  • How to create page zero in oracle apex 4.0?

    Hi All,
    How to create page zero in oracle apex 4.0?
    Regards
    Mani

    Hi,
    Home > Application Builder > Application xxx > Create Page
    At bottom center on wizard there is Page Zero
    Regards,
    Jari
    Edited by: jarola on Aug 25, 2010 7:28 PM
    And here is chapter about in documentation
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/ui.htm#BGBFFFGH

  • Account and contact person search in more Work Center pages

    Hi All,
    I have to face the following problem. Currently I am at customer and the customer wants to have four different work centers (broker, cedent, original insured). The work center pages should show the AB SEARCH. In those ABs the links Search Brokers, Search Broker Contacts; Serach Cedent, Search Cedent Contacts etc.)
    I Use the Target IDs MD-BP-SR and MD-CONP-SR for all searches.
    Everything went fine (I checked simultanously in WebUI). After I entered the third ORIGINAL INSURED the AB of all Work Center appeared the same. All had Cedent Accounts, Cedent Contact Person as links in the AB Create. When I make the Cedent links unvisible no Work Center has them in.
    How can I solve this problem? I work on that since two days. Has anyone an idea? Even here in SDN I couldn´t find a solution for that.
    The CRM is a brandnew one? Could it be that the search MD-BP-SR can only be used in one workcenter??
    Thanks to all for your help,
    Martin

    Hi Pieter,
    thx for your answer. AB=Assignment Block. This Search Block.
    I would like to have 4 WC for Cedent, Broker, Original Insured an Prospect (XXX). These WC should have all an AB / Work Center Link Group that includes Search XXX Accounts and Search XXX Contacts. I have an developer here, that would add the role, so that we can search role specific (Roles: Broker Original Insured, Broker etc.). An better idea for that?
    But my problem is, that the WC pages look all the same. Even if I go to WC Prospect, that should incl. the Work Center Linkgroup Create (Link will be Create Prospect) it doesn´t appear, because all work center pages look similar.
    I entered all (LogLingID, WC Link Groups etc.) from scratch, but I compared with standard.
    I would love to help, but it is not really clear to me what you are doing.
    You mention you have 4 workcenters, all with an option to search for accounts and a search for contacts.
    CORRECT.
    How are you planning to differentiate between them all if you use the same target id's (MD-BP-SR and MD-CONP-SR)?
    Is your issue that you changed the description of the links, and they appear the same?
    You also mention 'AB'. What would that be?
    Yes. The Links all have Search Cedent Accounts in every WC Link Group. But why?
    Regards Martin
    I would upload a screenshot or send it, but don´t know how...first time posting a thread.

  • How to center menu and add spacing between buttons?

    Here is my site: http://lauraportfolio.hostoi.com/index.html (If you are using Google Chrome you can right click and select "view page source" to see the html of the page)
    See how the menu button are justified the left of the light pink menu bar? How can I put them in the center?
    I would like to know how to center the menu, and then add spacing between the buttons.
    At one point I added spacing between the buttons using CSS padding, but when I did that the last menu button, "Graphics" ran off the pink menu bar and became invisible and all kinds of crazy ugly stuff!
    Below is what I beleive to be all of the CSS styling for the menu:
    #menubar
              width: 900px;
              height: 72px;
              padding: 0;
              background-color: transparent;
              background-image: url(transparentpink.png);
              background-repeat: repeat;
    ul#menu, ul#menu li
    { float: left;
      margin: 0;
      padding: 0;}
    ul#menu li
              list-style: none;
              padding-right: 0px;
              padding-left: 0px;
              margin-right: auto;
              margin-left: auto;
    ul#menu li a
              letter-spacing: 0.1em;
              display: block;
              float: left;
              height: 37px;
              text-align: center;
              color: #f0dbca;
              text-transform: none;
              text-decoration: none;
              background: transparent;
              font-family: bonvenoCF, verdana, Geneva, sans-serif;
              font-size: 150%;
              font-style: normal;
              font-weight: normal;
              font-variant: normal;
              padding-top: 29px;
              padding-right: 26px;
              padding-bottom: 6px;
              padding-left: 26px;
    ul#menu li a:hover, ul#menu li.selected a, ul#menu li.selected a:hover
              color: #F0DBCA;
              background-color: #F1836A;

    PART 1
    So as long as the width of the buttons plus the padding doesn't go over 900px it won't run off the page?
    Right.   The "box model" in CSS works like this:
    width + padding + border = actual visible/rendered width of box
    height + padding + border = actual visible/rendered height of box.
    PART 2
    And do you know how I can center the whole thin instead of it being left-aligned on the menu bar?
    You can't center floated menu items.  The best you can do is make your menu fit the entire width of the container (or as close as you can) as described in PART 1 above. 
    To center your #menu container, use margin:0 auto;
    To center text, use text-align:center on the #menu li a.
    Nancy O.

  • How to center webpage in Visual Webpack?

    Hi there!
    I've a problem. How to center webpage in Visual Webpack? I've searched but i can't find the correct answer =)
    Does anyone knows how to do it. Please tell me.....
    Best regards,
    chel_mes

    Hi!
    If You need to center component on the page, You can set for style property position and set value in %. Or You can add Panel Layout, add necessary components to it and then set for style property of Panel Layout position and set value in %.
    Thanks,
    Roman.

  • Why doesn't People button appear in Member Center page

    Hi, i have purchase Apple Developer Program. I'm Agent Admin, but i cannot create my team becouse People button in Member Center page doesn't appear how userguide explain. Can you help me???

    SOLVED. Must be a company, not a individual developer. The answer is here: https://developer.apple.com/support/ios/account-management.html

  • How to print page numbers in adobe form

    Hi,
    Can anybody tell me how to print page numbers in adobe form.
    Thanks in advance
    Chaitanya

    Hi,
    Yes the field page n of m is used normally for printing page numbers. But it won't display the current page of total pages by itself. You have to set the run time property to n (current page ) and m (Total number of pages). Carefully select the # (current page ) and ## (Total number of pages). Hope this works for you.
    My requirement is to have the user control on current page. For Example:
    Example for a Invoice with 5 PO items (stands on 2 pages) :
    1st  page is the letter : no page number
    2nd page is the 1st page of the 1st copy of the invoice : we should read u201C1 / 2u201D
    3rd page is the 2nd page of the 1st copy of the invoice : we should read u201C2 / 2u201D
    4th page is the 1st page of the 2nd copy of the invoice : we should read u201C1 / 2u201D
    5th page is the 2nd page of the 2nd copy of the invoice : we should read u201C2 / 2u201D
    Presently i cam getting the current page number for page 4th as 3 / 2 and for 5th page 4 / 2. I could able to control the total number of pages from print program. But when i am printing the second copy (4th and 5th pages), I couldn't able to control the current page number. I need to initialize the Current page count (4th page ) as 1.
    I have used the follwing java scripting:
    this.rawValue = wv_pages - xfa.layout.page(this)
    where wv_pages is total no of pages calculated from print program.
    Please help me in this regard with some formcal or java scripting conditions.
    Thank You,
    Regards,
    Naresh.

  • In Safari why dont I have icon in toolbar that shows how many open pages I have?

    Apparently when using Safari on the iPad there should be a little icon in the toolbar that looks like a rectangle and has various numbers in it. Apparently this shows how many open pages you have. When you tap on that icon, you are shown a page with thumbnails of the pages you have open. Unfortunately my husband's iPad does not have that tooblar icon. I cant seem to find any answers on the internet, from friends, from the IT people at work, the local people who sell iPads. Thanks to anyone who can help.

    That was the case in iOS 4, but its not the same in iOS 5. Apple moved to a tab-based interface for the iPad in iOS 5. The old thumbnail view is no longer included.
    Regards.

  • How to display page numbers in report

    hi all,
    i would like to know how to display page numbers in this format " 1 of 5" in the report.
    Any help would be much appreciated.
    thanks
    seema

    Hi,
    Check this too...
    Page No. in ALV output
    If you query is solved, kindly close the thread.
    Regards,
    Anjali
    Message was edited by: Anjali Devi Vishwanathan

  • How to share Pages with other user accounts

    How to share "Pages"with other user accounts

    When you install it, do it for "Everyone" or in the Admin account.
    Peter

Maybe you are looking for

  • Diff b/w lookup and join in odi

    Hi friends, I am new to ODI ,                Please can anyone explain the difference between "join" and "lookup" ? Thanks in advance ! Cnu

  • Testing Task Flows

    Hi everyone I'm to find a good way to unit test our bounded task flows. Has anyone here tried to do this?

  • The new iTunes format is horrible

    What happened to iTunes? There are so many stupid animations and sub-windows, it takes forever to load the iTunes Store page. The new format to preview songs is horrible too as is the Power Search result window. After doing a Power Search for a Title

  • Itunes 7 and ipod issues

    Downloaded the new version, I go to upload my ipod and nothing happens. It freezes up my ipod......also, I went and tried to see how to update it manually or automaticially, this is what is posted: When the iPod icon appears in the iTunes window (bel

  • Trouble showing different images. Some of them appear, others don't

    I'm using socket connection to transmit images from a computer to another. Sometimes it shows the image, sometimes it doens't. Here is the code that i'm using: SERVER SIDE: Archivo = new File("C:/Documents and Settings/Pedro/Desktop/Prueba2.JPG"); En