Centering a page.

Forgive me if this is a dumb question. Seem like an easy fix
but I can't seem to find the answer. When I look at the page I
created in a browser it is not centered. I would like to have it
centered so when I shrink the size of the window the page shifts to
always be centered. New to using dreamweaver so any help would be
awsome!

> I'm not the best with html code. I'm more comfortable
with Design aspect.
I've been on these boards since about 1998, and I'll tell you
without
qualification that they people I see who have the most (and
the strangest)
problems, are those with this attitude. If you want to use
DW, and you want
to use it even remotely well, yu will have to learn HTML and
some CSS.
> Let me explain better what I am dealing with. I have
designed my page in
> photoshop and used the slice tool. I then chose save for
web.
This is exactly the beginning of the slippery slope that the
above-mentioned
people find themselves careering down.
If you have no interest in learning how to build web pages
properly, then
Google "SiteGrinder" and get that product. It'll do way
better than your
current method.
This is not intended to be sarcastic or harsh. Believe it or
not, I'm
trying to help.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"DannyNoob" <[email protected]> wrote in
message
news:[email protected]...
> I'm not the best with html code. I'm more comfortable
with Design aspect.
>
> Let me explain better what I am dealing with. I have
designed my page in
> photoshop and used the slice tool. I then chose save for
web. In
> dreamweaver
> I set up a table and put the slices in.
> Now this is the part I get confused in. If I try adding
text in one of
> those
> table cells the whole page gets shifted and messed up
and the slices don't
> match up. So the only way I found to no have everything
shift is to use
> the a
> layer to add text. The only problem is when I add the
code to center the
> page
> the layer with text does not center it self.
> So my question is how do I add text so it moves with the
page. If you
> want to
> see my site I am talking about it is
www.lightingscoop.com. I want to
> have the
> links move with the page. ( forgive the link buttons on
the top of the
> page I
> haven't set those up yet. I just want to figure out how
to add text.
>

Similar Messages

  • How to place a single photo, centered on page in iPhoto book layout, without it filling entire page layout?

    how to place a single photo, centered on page, in and iPhoto book layout?

    unless you can find a page layout like that you can not - you can create a custom page in Pages or word or other program and use it - Old Toad rebularry posts instructions as well as links to the tools necessary to to it
    LN

  • Centering a page in Dreamweaver CS6 Fluid grid

    Centering a page in Dreamweaver CS6 Fluid grid.
    I figured this would be an easy task and have saved it to last. After watching videos, scanning the web and this forum I have found many answers but none of them seem to work in CS6. I currently have an extra 1-2% margin on the left to get the page closer to the middle but this doesn't work well with all screen sizes and its still not in the middle.
    Page can be found here
    Any advice would be greatly appreciated!

    It looks like you've nested the rest of content within your #header DIV. And header div's width is 94.4% - this results in everything on the site have a ~5% margin on right.
    You may want to fix this first to see if it helps you with the result you intend to get. If not, do post back.

  • Centering my page in the browser

    Hi,
    I am designing a website using css, is there a way of centering a page vertically?  I have set my left and right margins to auto so the page sits in the middle of the browser window horizontally, but is there a way of doing this vertically too? 
    Thanks in advance,
    Andy

    I have never seen a need to do that so I havn't tried it myself but maybe this will help get you in the right direction:
    http://tom.me.uk/html-to-css/center-vertically.html
    http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
    Brad Lawryk
    Adobe Community Professional: Dreamweaver
    Northern British Columbia Adobe Usergroup: Manager
    Thompson Rivers University: Dreamweaver Instructor
    My Adobe Blog: http://blog.lawryk.com

  • Dreamweaver 8 - Issues centering web page

    I recently started my own business and am on a budget so decided to design the web page myselt with Photoshop and Dreamweaver 8.  It went well except for the fact that my page won't center itself on screens, and b/c I created it on a display that is 1920x1080 I don't have good results on smaller screens.  I used layers, and can't convert to tables b/c of the overlapping layers I have.  I treid recreating the whole page again and not using overlapping layers, but once I converted to tables and viewed in browser I found that my buttons were moved all around.  I'm really having a difficult time with this and have spend the last two days trying various fixes with no luck...Any help would be apprecitated - the site is up and here is the link www.digitalrootsstudio.com
    Thanks in advance

    digitalroots wrote:
    So I would put the above text right after the body tag on top of html?  Do I need to put the above code again at the end of the html, or only on top?
    Yes.
    <div id="container">
    Then all your absolutely positioned layers go here
    </div><! close the container-->
    below is a simple example of absolute layers inside a relatively positioned container <div>. Note how the absolutely positioned layers move when you re-size the browser viewport window.
    I stress using absolutely positioned layers is NOT a good solution to be using but it may be the only solution if you know little about website construction.
    <!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" />
    <title>Untitled Document</title>
    <style type="text/css">
    #container {
        position: relative;
        width: 800px;
        margin: 0 auto; /*this centers the page */
    #one {
        position: absolute;
        top: 100px;
        left: 0px;
        width: 150px;
        height: 150px;
        background-color:#CF3;
    #two {
        position: absolute;
        top: 100px;
        left: 150px;
        width: 150px;
        height: 150px;
        background-color:#39F;
    </style>
    </head>
    <body>
    <div id="container">
    <div id="one">Absolute layer one</div>
    <div id="two">Absolute layer two</div>
    </div><!-- close container -->
    </body>
    </html>

  • Indesign keeps centering the page on screen - ID9.2 BUG?

    Hi, a little help from the Adobe please...
    Over the last week or so we have noticed that the latest version of InDesign CC (9.2) has a page viewing bug. Or at least it's a bug for us here. Adobe might have added it as a feature, but to us it's a bug.
    Not all the time, but about 95% of the time, InDesign is centering the page in the open window when you click in a text box, when you swap between open windows (cmd & ~) and when you press tab and you don't have a text box selected.
    To explain the annoyance: When we are viewing a double page spread, we click into text boxes on both pages to edit text and InDesign automatically centers one of the pages on the screen. This is not always the page that you are working on. This is a pain as the text box you have just clicked in to edit may now be outside of the viewable window and you then need to scroll over to see that portion of the page.
    On top of this the bug is playing havoc with our eyes as it keeps shifting the pages, sometimes by about an inch and suddenly where you were looking is no longer there, it's moved an inch. Grrrrrr.
    We are running Mac OSX 10.8.5, InDesign CC 9.2, dual monitor setups, Wacom Intuos 5 tablets (not mice). We cannot use Application Frame as we are running Apple 23" screens and have all our pallettes on the 2nd screen so that we can see a full A4 page at 100% on the main monitor. We have had these hardware setups for the last 3 years+ and this bug has only reared it's head in the last week... hence we think it's in ID 9.2.
    Does anyone know what this is and whether it is a new setting Adobe have introdcued that needs to be switched off somewhere?
    Manyn thanks,
    Tom Grzelinski

    quite amazing - after about 3 hours "cleaning", my MAC catalogue has gone from 4.5GB, to 600MB.  And (touch wood) it seems to "work" again now.  From that info, theres a couple of decent artcles on the net-
    http://blog.gilbertconsulting.com/2010/07/idml-is-new-inx.html
    http://blog.gilbertconsulting.com/2009/02/how-to-fix-corrupt-indesign-file.html

  • HP 7510 All-in-one - alignment failed - not printing centered on page

    HP 7510 All-in-one.  I am getting alignment failed message at initial set-up.    all colors print but text is not centered on the page.
    Help!

    Hi jillybeads99;
    Hope you are having a great day and sorry to hear that you are having this issue;
    Are  you still experiencing this issue?
    If you are, Try this uitility click here
    I will do my best to assist you.
    If you are not experiencing this issue any longer you may disregard this post, although I will deeply appreciate if you can take I little bit of your time and let me know.
    Hope it helps; 
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Centering a page in a browser window.

    A friend called me up over the weekend wondering how to get a page to center in a browser window. I was caught off guard and told him I would have to call him back (Not working with Dreamweaver or HTML on a daily basis can cause the simplest things to become foggy or lost.) The best I could tell from one of my Dreamweaver books is that you need to set all of the margins to zero in the property inspector. This should make sure all of the areas around the page are equal.
    I want to make sure so I come here seeking the final answer. Was I correct with the margins to zero answer?
    Thanks,
    Ken

    This gets asked a lot.  You really only need 3 things to center a page.
    1) a valid document type declaration on the top of your page.  DW does this for you when you open a new HTML document.
    2) A declared container width in pixels, ems or percentages.
    3) Margin-left and margin-right set to auto.
    CSS Code:
    #container {
    width: 900px;
    margin: 0 auto; /**this centers container in modern browsers**/
    text-align: center; /**this centers container in old browsers**/
    HTML Code:
    <body>
    <div id="container">
    your page content goes here
    </div>
    </body>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • My document is not centered on page

    I am running Acrobat 10.0.0, MAC OSX 10.7.2 (Lion), and Indesign CS5.5
    I can not get my document to center on the printed page.
    When I open my PDF document, it appears normally and shows in portrait mode. The document was created as 6.88 in wide x 10.25 in tall.  The Properties of the PDF file for the document correctly show the page size as 6.88 x 10.25.
    When I click on PRINT, the default dialog shows the document correctly but indicates a 8.5 x 11 page size.  I click on the Page set up and select a custom paper size of 6.88 x 10.25 inches and return to main print dialog.
    The print dialog now shows my document and the page dimensions show my newly created page size.  I click auto rotate and center.  The page orientation and size match the document and PDF orientation regardless of auto rotate on or off.  I still select auto rotate and center as I want the centering.
    The print comes out not centered and clipped.  No combination of selections yields a correct print out.  I just can't get my image to center on the output page.
    I can print the same PDF file from Preview with same selections and have no problem with getting the document to center on the page.  I would use Preview as the work flow except preview does not print the document faithfully for color compared to Acrobat.
    Thanks in advance for all help and advice!
    dan mckinney

    OK,  Mystery solved.  There is no great problem with OSX, CS5.5, etc.  I was the problem.
    I went back and created a document from scratch that was very simple in order to convence myself that a document could print correctly as a simple page.  (basically removed all other variables that might have crept into the file that was frustrating me.)  I created a PDF by exporting as well as printing to the postscript creating "printer" and then distilling the PSD file into a PDF as well as letting Preview convert the file into a PDF.  Point is that I created a PDF various ways.
    I then loaded Adobe Acrobat Pro (10.0) to generate the output.  I found that the Page Set Up button would allow me to overide the default successfully despite the warning.
    The "trick" was to be sure that I had the paper size AND orientation selected correctly in the Print Set Up that matched exatly how I used Print Set Up in InDesign.
    Voila, output as expected.
    The take-a-way for those also frustrated is that there is no great devious problem with the OSX 10.7 or CS5.5 software packages.  The output CAN be obtained just keep playing until you ask the system to do what you want it to do. =)

  • Centering web page in Dreamweaver

    for a web programming class
    an extra credit challenge is to fix all found issues with some example web pages in dreamweaver
    in the first example page the most obvious problem is that the page has oversized dimensions
    which are 1680 x 1050
    so the main issue that it creates is a problem with the horizontal centering
    I'm looking for a coding/ script solution in dreamweaver that will automatically center the page when uploaded to the web
    I've attempted several web tutorials and so forth but have yet to come across something that actually works for me
    I am aware that this could be due to incorrect placement within the script
    so I have decided to include the a basic version of the example script.
    I appreciate any solutions that can be given...
    Here is the sample script
    <html>
    <head>
    <title>MockWeb_Example</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (MockWeb_Example.psd) -->
    <table id="Table_01" width="1680" height="1050" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td rowspan="2">
                <img src="images/Mock_LeftGrade.gif" width="397" height="1050" alt=""></td>
            <td>
                <img src="images/Mock_Header.gif" width="912" height="524" alt=""></td>
            <td rowspan="2">
                <img src="images/Mock_RightGrade.gif" width="371" height="1050" alt=""></td>
        </tr>
        <tr>
            <td>
                <img src="images/Mock_Menu.gif" width="912" height="526" alt=""></td>
        </tr>
    </table>
    <!-- End ImageReady Slices -->
    </body>
    </html>

    The people who have replied to you are well-informed, long-time contributors, in some cases experts in this field and they know exactly what you're asking.   You want this user forum to hand you a solution to your homework assignment so you don't have to work it out on your own. So far you've done little to bolster sympathy from this group. 
    Start by running code through these on-line tools and fix the reported errors.
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    If you don't know something, look it up  .
    HTML & CSS Tutorials - http://w3schools.com/
    That's all folks,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Centering my page in any size resolution

    I am new to web design, in fact didn't really want to be a web page designer, but one of my partners over promised my skill set to a client so now I am stuck.  I have designed the page, but am having a lot of trouble getting it to center in when I open it up online.  On my computer it is stuck on the left of the screen, but if I open it up in a lower resolution it will center just fine.  How do I set it to automatically center on the page in any resolution?
    I have attached the code below, and I am sure to you guys that do this for a living it looks lieka disaster, but any help you guys can give me would be appreciated!
    <!DOCTYPE HTML>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Salado Taco Grill Home</title>
    <style type="text/css">
    #apDiv1 {
    position:;
    width:168px;
    height:60px;
    z-index:1;
    left: 62px;
    top: 219px;
    #apDiv2 {
    position:absolute;
    width:986px;
    height:482px;
    z-index:1;
    left: 30px;
    top: 228px;
    body,td,th {
    font-size: x-large;
    body {
    background-color: #000;
    background-image: url(images/paper%20background.png);
    #apDiv3 {
    position:absolute;
    width:115px;
    height:54px;
    z-index:1;
    left: 11px;
    top: 12px;
    #apDiv4 {
    position:absolute;
    width:115px;
    height:54px;
    z-index:2;
    left: 279px;
    top: 17px;
    #apDiv5 {
    position:absolute;
    width:142px;
    height:54px;
    z-index:3;
    left: 532px;
    top: 16px;
    #apDiv6 {
    position:absolute;
    width:115px;
    height:54px;
    z-index:4;
    left: 813px;
    top: 19px;
    #apDiv7 {
    position:absolute;
    width:752px;
    height:51px;
    z-index:2;
    left: 200px;
    top: 783px;
    #apDiv8 {
    position:absolute;
    width:106px;
    height:115px;
    z-index:3;
    left: 895px;
    top: 70px;
    #apDiv9 {
    position:absolute;
    width:200px;
    height:100px;
    z-index:4;
    left: 47px;
    top: 84px;
    </style>
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <link href="center the page.css" rel="stylesheet" type="text/css">
    <body onLoad="MM_preloadImages('images/redhome.png','images/redmenu.png','images/redreviews.png ','images/redgallery.png','images/click phone.png','images/mapit.png')"><div id="apDiv7"><a href="http://maps.google.com" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('address','','images/mapit.png',1)"><img src="images/address white.png" name="address" width="601" height="39" border="0"></a></div>
    <img src="images/background.png" alt="background" width="1024" height="768" align="absmiddle">
    <div id="apDiv9"><a href="http://www.yellowpages.com/?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('phone','','images/click phone.png',1)"><img src="images/red phone number.png" name="phone" width="183" height="101" border="0"></a></div>
    <div id="apDiv8"><img src="images/facbook.png" width="110" height="107" alt="facebook"></div>
    <div id="apDiv2"><img src="images/taco.jpg" alt="taco" width="986" height="503">
      <div id="apDiv6"><a href="gallery.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Gallery','','images/redgallery.png',1)"><img src="images/blackgallery.png" alt="Gallery" name="Gallery" width="137" height="54" border="0"></a></div>
    <div id="apDiv5"><a href="reviews.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('reviews','','images/redreviews.png',1)"><img src="images/blackreviews.png" alt="reviews" name="reviews" width="140" height="50" border="0"></a></div>
    <div id="apDiv4"><a href="menu.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('menu','','images/redmenu.png',1)"><img src="images/Menu Black.png" alt="Menu" name="menu" width="119" height="50" border="0"></a></div>
    <div id="apDiv3"><a href="home.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Home button','','images/redhome.png',1)"><img src="images/blackhome.png" alt="Home" name="Home button" width="110" height="50" border="0"></a></div>
    </div>
    </html>

    First, you're using APDivs (absolute positioning) which is never a good idea.  Here's why:
    http://apptools.com/examples/pagelayout101.php
    As a quick fix, you can wrap your APDivs inside a relatively positioned container like this:
    body {
    background-color: #000;
    background-image: url(images/paper%20background.png);
    position:relative;
    width: 960px /**some width in px, ems or %**/
    margin:0 auto; /**used with a width, this centers page on screen**/
    You will probably need to re-adjust all your APDivs to fit inside the body.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Centering a page on the screen, why's it not working??

    Hi,
    I'm trying to centre my whole site so that it appears in the centre of the screen, no matter what size of screen it's being viewed on.
    I've had a look at other messages about this, and thought I'd done what they said but it's not working.
    I'm using Dreamweaver, and in the CSS rule definition for the DIV tag called #ContainerArea I've set Type = absolute, Height = Auto, Left & Right Placements = auto and Top & Bottom Placements = 0
    When I also change the text alignment to centre, this then centres all the text within the 'container area' but the actual area itself is still left aligned on my screen.
    It's not live, still just on my hard drive, so I can't include any links.
    Can anyone help - please?
    Thanks very much,
    Nicola

    Centered Fixed-width layout
    http://alt-web.com/TEMPLATES/CSS2-Centered-Page.shtml
    Centered Liquid-width layout
    http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
    View Page Source to see the underlying code.
    Nancy O.
    Alt-Web Design & Publishing
    http://alt-web.com

  • Centering a page... so close... please help

    Hi-
    I have been trying to center my page for like 2 months. I've come really close but still don't have it right. I attached an external CSS with a wrapper to my existing styles sheet to my template and most of the page centers except the background image. The background image is under my body tag and added as a background image in the definition box. Under that same menue, I set the image to top and center. This seemed to fix the problem when I first open the page in Firefox. It looks centered but when I adjust the browser window, the background image shifts. What am I missing? My site is http://www.DiLynnRing.com   Thanks guys!

    I think you are probably misunderstanding what Gary is suggesting. I have had a look at your wrapper.css. The closing curly brace is missing from it.
    However, the reason the background image moves when you resize the browser window is because it's attached to the body with background-position: center top;. When the body gets smaller than a particular size, the browser repositions the image to keep it centered in the body. You can get around this by doing what Gary suggested: putting the background image in the #wrapper style rule:
    #wrapper {
      margin-right: auto;
      margin-left: auto;
      width: 955px;
      background-image: url(photoshop_sliced_exports/background_photo.jpg);
      background-repeat: no-repeat;

  • Centering a Page within the browser

    My page is centered with in the brower however depending on how long vertically the page is the center move. So when you change to certian pages some are positioned in one spot the others are positioned slightly to the left and its pretty noticable when navigating through the site. How can i correct it that the page stays in the same spot centered in the browser.

    <!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>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <link href="../coal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        background-color: #033;
        background-image: url(../images/DESIGN-2_0000.jpg);
    -->
    </style></head> 
    <body>
    <div id="whole">
    <div id="header"><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image11','','../images/header2.jpg',0)"><img src="../images/header.jpg" name="Image11" width="1000" height="134" border="0" id="Image11" /></a></div>
    <div id="navbar"><a href="../index.html"><img src="../images/temp_02.jpg" width="115" height="62" border="0" /></a><a href="../aboutus.html"><img src="../images/temp_03.jpg" width="133" height="62" border="0" /></a><a href="../membership.html"><img src="../images/temp_04.jpg" width="125" height="62" border="0" /></a><a href="../events.html"><img src="../images/temp_05.jpg" width="127" height="62" border="0" /></a><a href="../resources.html"><img src="../images/temp_06.jpg" width="128" height="62" border="0" /></a><a href="../calendar.html"><img src="../images/temp_07.jpg" width="129" height="62" border="0" /></a><a href="../join.html"><img src="../images/temp_08.jpg" width="128" height="62" border="0" /></a><a href="../donate.html"><img src="../images/temp_09.jpg" width="115" height="62" border="0" /></a></div>
    <div id="content">
      <div id="topbg"><img src="../images/temp_10_02.jpg" width="1000" height="25" /></div>
      <div id="text"><!-- TemplateBeginEditable name="EditRegion1" -->EditRegion1<!-- TemplateEndEditable --></div>
      <div id="bottombg"><img src="../images/temp_10_06.jpg" width="1000" height="26" /></div>
    </div>
    <div id="footer">Copyright 2010, Centre County Affordable Housing Coalition. All rights reserved.</div>
    </div>
    </body>
    </html>

  • Help centering web pages in all browser windows

    I have searched around and tried out a few code suggestions
    for getting web pages to be centered in all size browser windows,
    but none of them seem to work. I am starting to wonder if it is
    because I used tables to make up my pages- the background stays
    centered, but they do not. Any suggestions? If it is the fact that
    I used layers, is there a quick fix or do I have to start from
    scratch on my pages?
    Thanks!

    http://apptools.com/examples/pagelayout101.php
    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
    ==================
    "thetribalsource" <[email protected]> wrote
    in message
    news:[email protected]...
    >I have searched around and tried out a few code
    suggestions for getting web
    > pages to be centered in all size browser windows, but
    none of them seem to
    > work. I am starting to wonder if it is because I used
    tables to make up
    > my
    > pages- the background stays centered, but they do not.
    Any suggestions?
    > If it
    > is the fact that I used layers, is there a quick fix or
    do I have to start
    > from
    > scratch on my pages?
    >
    > Thanks!
    >
    > <html>
    > <head>
    > <title>contact</title>
    > <style type="text/css" media="screen">
    > <!--
    >
    > a:link {color: #CC3300}
    > a:visited {color: #CC6600}
    > a:hover {color: #CC6600}
    > a:active {color: #FFCC66}
    > -->
    > </style>
    >
    > <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    > <script language="JavaScript">
    > <!--
    > function MM_reloadPage(init) { //reloads the window if
    Nav4 resized
    > if (init==true) with (navigator) {if
    >
    ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    > document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
    > onresize=MM_reloadPage; }}
    > else if (innerWidth!=document.MM_pgW ||
    innerHeight!=document.MM_pgH)
    > location.reload();
    > }
    > MM_reloadPage(true);
    > // -->
    > </script>
    > <style type="text/css">
    > <!--
    > #Layer13 {
    > position:absolute;
    > width:225px;
    > height:400px;
    > z-index:13;
    > left: 421px;
    > top: 137px;
    > visibility: visible;
    > }
    > .style4 {
    > font-size: 9px;
    > color: #964910;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > }
    > .style5 {color: #FF8040}
    > .style9 {
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 16px;
    > color: #964910;
    > }
    > .style10 {
    > font-size: 12;
    > color: #CC6600;
    > }
    > .style11 {font-size: 14px}
    > .style12 {font-size: 24px}
    > .style13 {font-size: 16px}
    > -->
    > </style>
    > </head>
    >
    > <body bgcolor="#000000" text="#000000"
    link='#990000'>
    > <div id="Layer1" style="position:absolute;
    left:658px; top:155px;
    > width:217px;
    > height:40px; z-index:1; visibility: visible;"><a
    > href="product%20belts.htm"><img src="Belts2.jpg"
    width="219" height="39"
    > border="0"></a></div>
    > <div id="Layer2" style="position:absolute;
    left:658px; top:190px;
    > width:223px;
    > height:42px; z-index:2; visibility: visible;"><a
    > href="product%20clothing.htm"><img
    src="clothing2.jpg" width="219"
    > height="39"
    > border="0"></a></div>
    > <div id="Layer3" style="position:absolute;
    left:658px; top:225px;
    > width:227px;
    > height:39px; z-index:3; visibility: visible;"><a
    > href="product%20jewelry.htm"><img
    src="jewelry2.jpg" width="219"
    > height="39"
    > border="0"></a></div>
    > <div id="Layer4" style="position:absolute;
    left:658px; top:260px;
    > width:223px;
    > height:42px; z-index:4; visibility: visible;"><a
    href="schedule.htm"><img
    > src="schedule2.jpg" width="219" height="39"
    border="0"></a></div>
    > <div id="Layer5" style="position:absolute;
    left:658px; top:295px;
    > width:226px;
    > height:40px; z-index:5; visibility: visible;"><a
    href="Conact.htm"><img
    > src="contact2.jpg" width="219" height="39"
    border="0"></a></div>
    > <div id="Layer6" style="position:absolute;
    left:658px; top:330px;
    > width:227px;
    > height:40px; z-index:6; visibility: visible;"><a
    href="Links.htm"><img
    > src="links2.jpg" width="219" height="39"
    border="0"></a></div>
    > <div id="Layer7" style="position:absolute;
    left:133px; top:575px;
    > width:113px;
    > height:23px; z-index:7; visibility: visible;"><a
    > href="product%20belts.htm"><img
    src="Beltsbottom%20copy.jpg" width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer8" style="position:absolute;
    left:234.6px; top:575px;
    > width:134px; height:23px; z-index:8; visibility:
    visible;"><a
    > href="product%20clothing.htm"><img
    src="Clothingbottom%20copy.jpg"
    > width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer9" style="position:absolute;
    left:370.6px; top:575px;
    > width:138px; height:23px; z-index:9; visibility:
    visible;"><a
    > href="product%20jewelry.htm"><img
    src="Jewelrybottom%20copy.jpg"
    > width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer10" style="position:absolute;
    left:495.8px; top:575px;
    > width:139px; height:27px; z-index:10; visibility:
    visible;"><a
    > href="schedule.htm"><img
    src="Schedulebottom%20copy.jpg" width="125"
    > height="25" border="0"></a></div>
    > <div id="Layer11" style="position:absolute;
    left:624.4px; top:575px;
    > width:131px; height:26px; z-index:11; visibility:
    visible;"><a
    > href="Conact.htm"><img
    src="Conactbottom%20copy.jpg" width="125"
    > height="25"
    > border="0"></a></div>
    > <div id="Layer12" style="position:absolute;
    left:759px; top:575px;
    > width:110px; height:24px; z-index:12; visibility:
    visible;"><a
    > href="Links.htm"><img src="Linksbottom%20copy.jpg"
    width="125" height="25"
    > border="0"></a></div>
    > <div id="Layer13">
    > <p> </p>
    > <p><span class="style4"><span
    class="style12">The Tribal
    > Source</span><br>
    > <span class="style11">Karin Hein-Parks and Melanie
    > Wood</span></span></p>
    >
    > <p class="style13"><a
    >
    href="mailto:[email protected]">[email protected]</a></p>
    >
    > <p class="style5"><span
    class="style9">Please contact us for any
    > information
    > regarding in-stock items and special orders. We will be
    happy to email you
    > photos of whatever we currently have in stock. We are
    also very happy to
    > take
    > on special orders if our schedules
    permit!</span><br>
    > </p>
    > </div>
    > <div align="center"><img
    src="page%204-%20links%20copy.jpg" width="775"
    > height="605">
    > </div>
    > </body>
    > </html>
    >

Maybe you are looking for

  • When i connect my iphone it is not recognised on my computer

    when i connect my iphone it is not recognised on my computer

  • Greater then 18 Buttons in 16:9 menu!!!! HELP

    Hi, I need to get more then 18 buttons into a 16:9 motion menu. Currently running DVD Studio Pro 2.0.5 Can this be done in newer versions of DVD Studio Pro, or is it a limit of the DVD programing code?? Thanks for your help Neil

  • How to view the delete entries in SAP

    Hi Guru The transaction code SO23 is used to view the distribution list, some of distribution group was deleted automatically. We want to know who was deleted the entries in SO23? How to find out the deleted log details in sap? Any other reason the d

  • ITunes does not recognize my iPad 2

    Hello, I've got 2 iPads 2 and an iPhone 5, one iPad and the iPhone are regularly recognized by iTunes via Wifi, but not the second iPad, no matter what I try. Anyone an idea? thank you, Alfred

  • Ipod stolen bought a new one help me

    Ok I got a new Ipod Video and all the movies and songs are still on my computer how the **** do I put it on this new Ipod Video? I know it is a stupid question but I don't want to lose anything in my computer.thanks so much! please respond asap thank