How to center a page for all browsers?

Could someone take a look at my code and tell me why the page isn't centered. When I'm at a school computer, the page is centered for Internet Explorer, but not for Chrome or Firefox. When I am on my home computer, the page isn't centered for any browser. If you could test your solution for at least 2 of the 3 main browsers, that would be wonderful! Thanks in advance!
Also, Dreamweaver CC.
<!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>Title</title>
<style type="text/css">
body {
  background-image: url(images/background.png);
  background-repeat: repeat;
  font-family: "French Script MT";
  display: table-cell;
  vertical-align: middle;
  position: relative;
  color: #B9AB90;
Memories {
        font-family: "Arial Black", Gadget, sans-serif;
        font-size: 18pt;
        color: #360D11;
.Text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #7A2500;
        font-style: normal;
        font-weight: bold;
.Bottom {
  font-family: Tahoma, Geneva, sans-serif;
  color: #000000;
.SessionMain {
  color: #170C03;
  font-family: special-elite;
  font-style: normal;
  font-weight: 400;
  font-size: 24pt;
.SessionHead {
  color: #4C3223;
  font-family: ewert;
  font-style: normal;
  font-weight: 400;
  font-size: 40pt;
  vertical-align: middle;
  text-align: center;
</style>
<meta name="keywords" content="test,test2" />
</head>
<body background="images/background.png">
<p><a name="Top" id="Top"></a></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tbody>
    <tr>
      <td width="70"> </td> <!-- Width here will set how far from the left the page is -->
      <td><div align="center">
        <table width="1030" border="0" cellpadding="0">
    <tr>
      <td width="395" rowspan="2"><table width="394" border="5" bordercolor="#784321" bordercolordark="#7A2401" bgcolor="#FFE6A8">
        <tr>
          <td width="376"><div align="center"><img src="image.png" width="350" height="171" alt="logo" /></div></td>
          </tr>
        </table></td>
      <td height="100"> </td>
      </tr>
    <tr>
      <td width="629" height="87"><table width="629" height="83" border="5" bordercolor="#784321" bordercolordark="#7A2401" bgcolor="#FFE6A8">
        <tr>
          <td width="606" height="69"><div align="center" style="font-size: 46px; color: #4C3223;"><strong>Text</strong></div></td>
          </tr>
        </table></td></tr></table></div>
<div align="center"></div>
<p></p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tbody>
    <tr>
      <td height="73"> </td>
      <td width="629" height="87"><div align="center">
        <table width="1020" height="83" border="5" bordercolor="#784321" bordercolordark="#7A2401" bgcolor="#FFE6A8">
          <tr>
            <td width="606" height="69"><div align="center" class="SessionHead" style="font-size: 46px; color: #4C3223;">Text</div></td>
            </tr>
        </table>
      </div>
        <div align="center"></div></td>
      <td> </td>
      </tr>
    </tbody>
</table>
</p>
<div align="center">
  <table width="1020" border="2" cellspacing="0" cellpadding="0">
    <tbody>
      <tr>
        <td height="210"><div align="center" style="font-size: 36px">Content</div></td></tr></tbody></table>
</div>
<p> </p>
<div align="center">
  <table height="95" width="1016" border="0" cellspacing="0" cellpadding="0">
    <tbody>
      <tr>
        <td width="15" rowspan="2" bgcolor="#2E190B"> </td>
        <td width="986" height="18" bgcolor="#2E190B"> </td>
        <td width="15" rowspan="2" bgcolor="#2E190B"> </td>
        </tr>
      <tr>
        <td height="77" bgcolor="#DFB47F"><table width="97%" border="0" cellspacing="0" cellpadding="0">
          <tbody>
            <tr>
              <td width="2%"> </td>
              <td width="98%"><p class="Bottom"><a href="#Top"><a href="#Top">Back To Top</a></p>
                <p class="Bottom">Last Updated: Sunday, January 4, 2015 10:42 AM</p></td>
              </tr>
            </tbody>
          </table></p>
          </td>
        </tr>
      </tbody>
  </table>
</div>
</body>
</td>
    </tr>
  </tbody>
</table>
</html>

I also determined that the page displays differently based on whether it's on a local hard drive (not centered in IE, Chrome, or Firefox) or if it's being stored on server (centered in IE, not in Chrome or Firefox). Any idea why and how I can fix it?

Similar Messages

  • How to set a common page for all users after loging on?

    hi all,
    Now "My Dashboard" is the default page after logon.
    i want to set a default home page for all users. users can see the home page after loging on.
    how to change the default dashboard from "My Dashboard" to "Home page" for all users?
    thanks,
    dan

    Hi,
    Steps:
    Tried to set default dashboard for all the users.
    1. Created a session init block
    2. Used data source as select '/shared/SH Test/_portal/Test1' from dual
    3. Assigned this value to PORTALPATH session variable
    4. In Presentation services > Administration > My account > Default dashboard should be set to 'default'. Then only the dashboard specified in init block will be displayed otherwise My account will override the init block.
    5. Save the changes made to rpd.
    5. Logout and relogin to see if it is working fine. it is working perfectly fine.
    For details please refer the GSC replication document. But it is for all the users.
    if customer would like to have user/group based home page.
    1. They may need to have 2 separate tables.
    i. Group_path_tab with 2 columns. Group_id, portal_path
    Have group wise portal path for all the groups
    ii. User-group map table
    Group_id, Group_name, user_id
    User should be part of some group.
    2. Then in the init block write the sql should be something like this
    select A.portal_path from Group_path_tab A, User_group_map B
    where B.user_id = :USER
    and B.Group_id = A.Group_id
    SO based on USER session variable, it will try to identify the group and then the portal_path.
    Finally assign this value to PORTALPATH session variable.
    ref:
    http://total-bi.com/2011/01/obiee-11g-change-default-dashboard/
    Thanks!

  • How can i set a global error page for all error cod

    how can i set a global error page for all error code?
    i don't want to leave a long list in the web.xml file.could any one help me?
    thanks

    If u have a common Error JSP named as ErrorPage.jsp
    You need to have the following piece of code in the JSP as :
    <%@ page isErrorPage ="true"%>
    This makes it as the Common Error Page for the Application. Now all you need to do is from other JSP's throw the Exception to teh container. The container will redirect to this Page and process accordingly.
    Thanks and regards,
    Pazhanikanthan. P

  • I can set my default home page (when Firefox starts) but if I open subsequent tabs I get a blank page. How do I set my default home page for all tabs.

    I set my default home page to AltaVista.com. This page comes up as expected when I start Firefox. However if I open a new tab I get a blank page. How to I setup Firefox to use my default web page for all subsequent tabs. This was an easy process in IE

    Sounds like you want the New Tab Homage extension.
    https://addons.mozilla.org/en-US/firefox/addon/777/
    For more info about extensions, see [[Using extensions with Firefox]]

  • Please tell me how can I put Bookmarks for all pages opened in Firefox.There was an option ("bookmark all pages") which vanished.

    Please tell me how can I put Bookmarks for all pages opened in Firefox.There was an option ("bookmark all pages") which vanished.

    It moved to tab contextual menu :
    Right-click on any tab -> Mark all tabs (or something close, my FF is not in english).

  • How to properly stretch photoshop image for all browsers

    Can somebody please help me determine the best way for my photoshop image to stretch properly for all browsers?  I have made the height and width as 100% and it works on some browsers but not on all and looks sloppy.
    My template is still in the works from photoshop but can somebody take a look at the following URL
    www.wearvindicate.com/indextest2.html and let me know what coding if any needs to be changed?
    Thanks
    <table id="Table_01" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
    <td width="100%" height="100%" align="center">
    <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">

    Images are static.  They don't resize to fill the browser viewport without special scripts or coding techniques which can create other problems.
    The best approach is to use small image slices or tiles and repeat them horizontally, vertically or both with CSS.
    More on background images:
    http://alt-web.com/Backgrounds.shtml
    More on CSS background properties
    http://www.w3schools.com/css/css_background.asp
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How can I set the default home page for all new users in Firefox 4

    I'm trying to deploy FF 4.0rc1 in a corporate environment but I can't find a way to set the default home page or any other settings for that matter.
    Is there a way to set the default home page for all new users and lock it so that the users can't change home page?
    Best regards
    Jonas

    In Firefox 4 the template folder for new profiles (C:\Program Files\Mozilla Firefox\defaults\profile\
    ) doesn't exist. You can create that \defaults\profile\ folder and place a file user.js in it with the prefs that you want to initialize.
    See:
    *http://www-archive.mozilla.org/catalog/end-user/customizing/briefprefs.html
    You can also use a mozilla.cfg file to set the default value for prefs.<br />
    See: http://kb.mozillazine.org/Locking_preferences
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes
    lockPref(); // lock pref, disallow changes

  • Changing Default Portlets on My Pages for All Users

    Hello,
    I want to add the Collaboration My Projects Portlet on the default My Pages that comes out of box during a portal install.
    I did trying going to Default Profiles - Edit Profile Layout - went to the My Pages as the default profile and added My Projects.
    Then finished up.
    However, when logging in as a user (via Active Directory which was previously synced) - nothing had changes.
    Suggestions how to add My Projects on a My Page for all users?
    Thanks,
    V

    Vivekvp wrote:
    Great...I added a new one, and it dropped it to the bottom of the page, in the middle column.
    Any idea on how to move it to the top left by default?
    Help...again?
    VRandom thought, but you might want to try changing the "Mandatory Portlet Priority". I know the portlet isn't mandatory, so it SHOULDN"T work, but I've seen whackier things:)
    Good luck!

  • How to query opening balance for all customer or Vendor for an speci. date

    Hi,
    How to query opening balance for all customer or Vendor for an specific date?
    Example:
    put any date and query will show all customer/ Vendor  that date opening/current balance.
    Regards,
    Mizan

    Hi mizan700 ,
    Try this
    SELECT T0.[DocNum] As 'Doc No.', T0.[CardCode] As 'Customer Code',
    T0.[CardName] As 'Customer Name',(T0.[DocTotal]-T0.[PaidSys]) As 'O/S Balance'
    FROM OINV T0 INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    INNER JOIN OCRG T2 on T1.GroupCode = T2.GroupCode
    INNER JOIN INV1 T3 ON T0.DocEntry = T3.DocEntry
    WHERE T0.[DocStatus] ='O'
    AND
    (T0.[DocDate] >='[%0]' AND T0.[DocDate] <='[%1]')
    Regards:
    Balaji.S

  • HT201304 How do I set password for all in app purchases?

    How do I set password for all in app purchases? xx

    In-App purchases cannot be made without entering your iTunes store account password.

  • In mdx how to get max date for all employees is it posible shall we use group by in mdx

    in mdx how to get max date for all employees is it posible shall we use group by in mdx
    example
    empno  ename date
    1         hari        12-01-1982
    1         hari        13-06-2000
    by using above data i want to get max data

    Hi Hari3109,
    According to your description, you want to get the max date for the employees, right?
    In your scenario, do you want to get the max date for all the employees or for each employee? In MDX, we have the Max function to achieve your requirement. You can refer to Naveen's link or the link below to see the details.
    http://www.sqldbpros.com/2013/08/get-the-max-date-from-a-cube-using-mdx/
    If this is not what you want, please provide us more information about the structure of you cube, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

  • SNR License Issue. How Can I Disable SNR for all Users?

    Hi,
    I Have an issue with SNR on CUCM 10.5 and with assignement of license type
    I have a cluster with 400 users.
    200 users use ip phone 3905 and should be use an Essential License.
    When system check for assignement of license type , itassign a Basic License instead of an Essential License, because it see that users have SNR Enabled.
    All users in my system have SNR enabled, and I can not disable it. All my user have Enable Mobility unchecked, and all my phone have Device Mobility Off, but system however see SNR enable.
    How can i disable SNR for all users? This is a feature that client don't need.
    I dont' have a sufficent number of licenses for support all 3905 in Basic License.
    thanks for help.
    Andrea

    Well actually, Mobile Identity wouldn't apply to a 3905 unless those phones had another line on a Dual-Mode device like an iPhone or Android phone.  So unless you have either of those in your system you can scratch that idea.  Someone else may chime in here and try to help a bit more as RD/RDP are the main SNR culprits.

  • How to create delivery device for all users ?

    hi
    help needed ...
    i activated delivery tool
    but i dont know how to create email devices for all users
    is there any api / manual action
    obiee version : Oracle Business Intelligence 10.1.3.4.1
    thanks
    yuval

    Yuval..u need to setup SA System in RPD..
    refer http://oraclebizint.wordpress.com/2008/04/25/oracle-bi-ee-101332-sa-system-subject-area-autoloading-profiles-and-bursting/

  • I want to make a CD that is NOT in alphabetical order, not in artist alphabetical order and not in album alphabetical order... I want to make it the order I want.  Can this be done? How?  thanks in advance for all your help.  Mona

    I want to make a CD that is NOT in alphabetical order, not in artist alphabetical order and not in album alphabetical order... I want to make it the order I want.  Can this be done? How?  thanks in advance for all your help.  Mona

    cjam732 wrote:
    Ed - by sequence of numbers, are you talking about the rectangle with the arrow that sorts by track number?  I've tried to follow your directions to Mona but my playlist still gets burned to CD in alpha order.  driving me crazy.  any other suggestions?   thanks, Chris
    Chris, The sequence number is the first column of numbers, to the left of the Name column.  It always goes 1, 2,3  etc.  It is not the same as the Track Number, which has its own column.
    As a precaution before burning, make sure that Shuffle is tunred off, and that you right-click the playlist name and choose 'Copy to Play Order"  (although technically they should not affect the burn).

  • How to install plugin globaly (for all users) in Firefox13?

    How to install plugin globaly (for all users) in Firefox13?

    See also:
    *https://developer.mozilla.org/en/Gecko_Plugin_API_Reference/Plug-in_Development_Overview#Installing_Plug-ins

Maybe you are looking for