Cant get layout to centre

Hi all, newbie almost. Did some page authoring a while ago. Getting back into it. Familiar but not back up to speed on HTML, limited css.
Using Win 7, Dreamweaver CS5. Firefox 7.0.1
Imported the page from MS publisher 2010.
Having trouble getting the pages to display centered. All coming out with a left or right justification.
Self extractor here http://members.iinet.net.au/~mgalvin/Web%20pages/Redcliffe/

This is why in part http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fpleysier.com.au%2FRedcliffe%2F
As a starter, you are not using a program that is conducive for designing/developing web pages.
The layout is a very simple one and I think you should stick to the following structure
HTML
     HEAD
     BODY
          HEADER    
          NAV
          ARTICLE
          ASIDE
          FOOTER
There is very good pre-defined layout when you open a new page called HTML5: 2column fixed, right sidebar, header and footer that you can use to start your project off.
Gramps
PS For John Waller, have a look here http://pleysier.com.au/Redcliffe/

Similar Messages

  • Cant get working Media Centre Remote under Win7

    G'day just a quick one for you I have just updated to windows 7 ultimate 64 bit on my Toshiba Satellite P200 and the only thing I cant get working is my media centre remote.
    Any suggestions would be greatly appreciated.

    If your notebook model is Win7 supported install missing driver. What other suggestion you want to hear? ;)
    Have you tried to use Vista driver?
    I have noticed some drivers are missing for Win7. In this case I used Vista drivers and everything worked properly on my Satellite A300.

  • HT2500 CANT GET RID OF GMAIL LABELS ON APPLE MAIL.

    Hi,
    Can somebody please help me.
    I was using Apple Mail with my Gmail for quite some time then I had to use Outlook provided by my workplace. I recently left the job and now back on using Apple mail to manage my gmail.
    I just noticed that there's this weird thing 'labels'. I spent some time going through threads and changed settings few times..... but I cant get rid of this [google mail] underneath my mailboxes which I used to see and use before.
    I dont like to see this  [google mail] thing as it seems a duplication to me.
    And since I dont access usually from gmail via webmail but more often with Apple Mail, I liked how it worked - delete on Apple Mail gets deleted on gmail server.... I just want to use it as it was before.....
    I cant find the way and since theres no contact email for google nor help centre, can someone please please help me? Im attaching screenshots here below...
    I JUST HATE UGLY UNNECESSARY STUFF ON MY LAYOUT¡¡¡¡¡¡¡ in this case - the label...
    Many thanks,
    T

  • Cant get @font-face to work on my new web site

    Hi everyone,
    I Cant get @font-face to work on my new web site.
    I tryed it before on other web sites and it worked just fine.
    Here is the code i am using:
    CSS:
    @charset "utf-8";
    @font-face {
    font-family:"Caviar Dreams",sans-serif !important;
    font-style: normal;
    src:url ("../fonts/CaviarDreams.ttf") format('truetype');
    src:url("../fonts/CaviarDreams.eot") format('eot');
    src: url("../fonts/CaviarDreams.svg") format('svg');
    src:url("../fonts/CaviarDreams.woff") format('woff');
    src:url("../fonts/CaviarDreams.otf") format('otf');
    /* Simple fluid media
    Note: Fluid media requires that you remove the media's height and width attributes from the HTML
    http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
    max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
    width:100%;
    Dreamweaver Fluid Grid Properties
    dw-num-cols-mobile: 5;
    dw-num-cols-tablet: 8;
    dw-num-cols-desktop: 10;
    dw-gutter-percentage: 25;
    Inspiration from "Responsive Web Design" by Ethan Marcotte
    http://www.alistapart.com/articles/responsive-web-design
    and Golden Grid System by Joni Korpi
    http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    body{
    background-image:url(../images/background/wraper_bg.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:100% 100%;
    font-family:"Caviar Dreams", sans-serif !important;
    .caviar{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif ;
    .index_bg{
    width:100% !important;
    height:100% !important;
    background:url(../images/graphics/index_bg.png) !important;
    background-size:cover !important;
    .welcome_image{
    position:absolute;
    top:35%;
    width:95% !important;
    margin:2% !important;
    .nav{
    color:#FFFFFF !important;
    font-family:"Britannic Bold" !important;
    font-size:14px;
    font-weight:lighter !important;
    .background_white{
    background:rgba(255,255,255,0.7);
    .background_black{
    background:rgba(0,0,0,0.65);
    .background_black_2{
    background:#000 !important;
    .background_noir{
    background:rgba(179,1,1,0.7);
    .background_purple{
    background:rgba(152,131,201,0.7)!important;
    color:#FFFFFF !important;
    width:100% !important;
    height:25px;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    margin:0px !important;
    padding:0px !important;
    .background_purple:hover{
    background:#FFFF00!important;
    color:#000 !important;
    width:100% !important;
    text-decoration:none !important;
    font-family:"Caviar Dreams" ;
    border:0px !important;
    .white{
    color:#FFFFFF !important;
    .black{
    color:rgba(0,0,0,1) !important;
    .red{
    color:#B30101 !important;
    .yellow{
    color:#FFFF00 !important;
    .black_span{
    background:#000000 !important;
    color:#FFFFFF !important;
    margin:1% !important;
    margin-left:5px !important;
    padding:5px !important;
    .black_span_margin1{
    margin-left:0px !important;
    .black_span_margin2{
    margin-left:0px !important;
    .border_white{
    border:3px solid #FFFFFF !important;
    margin:0px !important;
    padding:0px !important;
    .border_gold{
    border:0px solid #000!important;
    margin:0px !important;
    padding:0px !important;
    h1, h2, h3, h4, h5, h6{
    font-family:"Britannic Bold" !important;
    font-weight:lighter !important;
    color:#FFD700 !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    p{
    font-family:"Caviar Dreams", Arial, Helvetica, sans-serif !important;
    font-size:16px !important;
    color:#FFFFFF !important;
    margin-left:2% !important;
    margin-right:2% !important;
    margin-top:2% !important;
    margin-bottom:2% !important;
    .text-small{
    font-size:12px !important;
    .caviar{
    font-family:"Caviar Dreams" !important;
    I am trying to use the font Caviar Dreams on my new web site but i cant get it right,
    Can anyone tell me what is wrong.
    And also i would like some help with IE9, it seems the header is displaying in blue instead of black on IE9 and 10.
    My web site adrees is marcoalexwebdesign.site11.com  .

    I already fixed the issue, it seems trhat in dreamweaver the fonts ttf , otf, etc must be in a folder named webfonts, and then dreamweaver connects the fonts stylesheet to the main stylesheeet with @inport.I had to unisntall the fonts from my windows and download them again and add tehm with dreamweaver add web fonts feature.
    Thanks ayway.

  • I cant get ECWID to work on my mobile devices, it only seems to use the desktop site rather that the Tablet or iPhone

    I cant get ECWID to work on my mobile devices, it only seems to use the desktop site rather that the Tablet or iPhone? Can anyone help me?

    Hi Jim,
    We’ll be glad to help you.
    Ecwid supports responsive layout, which means that the store pages can adapt to the visitor's screen width on the fly and keep the layout clean and nice. Your products and categories lists will be fit for any window's size, as Ecwid will calculate the most suitable number of products or categories in row automatically. In other words, Ecwid looks great on any mobile devices. You can check how your Ecwid store may look on smartphones and tablets, if you see your Starter Site (what it is).
    However, if you want Ecwid reveals itself in all its glory, you should embed your Ecwid store into website, which also support responsive layout, because if the site doesn’t adapt to size screen, Ecwid is not able to determine how it should be changed since it’s just a part of the site.
    We’ve checked your site and found that you used Adobe Muse for building your site. Using Adobe Muse, you can create alternate site layouts for web content to be displayed on desktop, smartphones, and tablets. Nonetheless, your site has a layout for desktops only, that’s why it looks the same on all devices. You can learn how to create those alternate layouts in Adobe Muse, by reading “Creating a Website for Mobile Devices” article.
    I hope this helps! But if there are any questions, don’t hesitate to reach us out on Ecwid forums.

  • Cant get camera to work on my 6260

    just got a 6260 from ebay all is fine with the phone except the camera. it takes about 20 seconds to start but after that it says operation failed, then it says camera on standby.
    so i cant get the camera to work does anyone know if i am doing something wrong or is it just broken
    cheers lee

    i think you should update it to the latest firmware and go to a nokia service centre if it's still under warranty
    Nokia N95
    V 20.0.015
    0546553

  • Cant get JProgressBar to work!

    i am trying to get a progress bar to pop up while a load fo code is being processed then disapear when it is finished, but unfortuantely i cant get it to appear until all the code is processed and the comptuer has nothing better to do than to show my progress bar, by which time ti is too late!
    folowing is some of my code
    private void JButActionPerformed1()
            jProgressBar1.setIndeterminate(false);
            jProgressBar1.setMinimum(0);
            jProgressBar1.setMaximum(100);
            this.getContentPane().add(bar1);
            jProgressBar1.setVisible(true);
            jProgressBar1.setValue(0);
            progbaratmpt1 atmpt1 = new progbaratmpt1();
            show();
            timer1 = new Timer(300,
                    new ActionListener()
                        public void actionPerformed(ActionEvent evt)
                            if ((counter % 4) == 0)
                                jProgressBar1.setValue(0);
                            if ((counter % 4) == 1)
                                jProgressBar1.setValue(33);
                            if ((counter % 4) == 2)
                                jProgressBar1.setValue(66);
                            if ((counter % 4) == 3)
                                jProgressBar1.setValue(100);
                            counter++;
            progbaratmpt1a();
            timer1.start();
            //timer1.stop();
    public void progbaratmpt1a()
          try
            Thread.sleep(2000);
        catch (InterruptedException e1) {}
      }i have been stuck on this for quite some time, and for some reason no matter what i try nothing works, any help would be greatly appreciated, i am using 1.4.2_05 on win xp. i am just using this code as an example as the real code would be too long, in this example, when i hit the button , it waits 2 secodns then displays my progressbar instead of displaying it straight away.
    thanks again
    chris

    sorry, i had that in my code as well, and never put it in:-
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JFrame;
    import java.awt.Button;
    import java.awt.Rectangle;
    import javax.swing.JPanel;
    import javax.swing.JProgressBar;
    import javax.swing.Timer;
    import Project.progbaratmpt1;
    import oracle.jdeveloper.layout.XYConstraints;
    public class progressbarattempt extends JFrame
        private Button button1 = new Button();
        private JProgressBar jProgressBar1 = new JProgressBar();
        JProgressBar bar1 = new JProgressBar();
        JPanel panel = new JPanel();
        private Timer timer;
        private int counter;
        Timer timer1;
        public progressbarattempt()
            try
                jbInit();
            catch (Exception e)
                e.printStackTrace();
        private void jbInit() throws Exception
            this.getContentPane().setLayout(null);
            button1.setLabel("show progress bar");
            button1.setBounds(new Rectangle(0, 0, 140, 50));
            jProgressBar1.setBounds(new Rectangle(205, 55, 130, 50));
            jProgressBar1.setIndeterminate(true);
            //this.getContentPane().add(jProgressBar1, null);
            this.getContentPane().add(button1, null);
            button1.addActionListener(new ActionListener()
                    public void actionPerformed(ActionEvent e)
                        JButActionPerformed1();
            this.setSize(500, 200);
            this.getContentPane().add(jProgressBar1, null);
            jProgressBar1.setVisible(false);
            this.setVisible(true);
        private void JButActionPerformed1()
            jProgressBar1.setIndeterminate(false);
            jProgressBar1.setMinimum(0);
            jProgressBar1.setMaximum(100);
            this.getContentPane().add(bar1);
            jProgressBar1.setVisible(true);
            jProgressBar1.setValue(0);
            progbaratmpt1 atmpt1 = new progbaratmpt1();
            show();
            timer1 = new Timer(300,
                    new ActionListener()
                        public void actionPerformed(ActionEvent evt)
                            if ((counter % 4) == 0)
                                jProgressBar1.setValue(0);
                            if ((counter % 4) == 1)
                                jProgressBar1.setValue(33);
                            if ((counter % 4) == 2)
                                jProgressBar1.setValue(66);
                            if ((counter % 4) == 3)
                                jProgressBar1.setValue(100);
                            counter++;
            try
                Thread.sleep(2000);
            catch (InterruptedException e1) {}
            timer1.start();
            //timer1.stop();
        public static void main(String[] args)
            progressbarattempt attempt = new progressbarattempt();
    }

  • My Creative Cam wont work properly in MSN Messenger! I cant get the effects to work PLEASE HELP!

    When I open the webcam centre everything works fine I can get all the effects...BUT when I open messenger (MSN) I get a good picture but when I open the effects window I cant get the effects to work in there.... I went to the creative site which tells me I can use this cam ok in MSN Messenger....Please help before I pull my hair outThankyouBillie-Jean x

    I had the exact same issue but finally after much reading found that the Advanced Video FX utility must be activated first, then open the Web Cam Center.
    On the upper left side just above your image is a Device Selection box. You may not redily recognize it as such.. Click on the down arrow just to the left of the Format tab and select the "Creative WebCam(With Video Effects)". Now try the effects. This did the trick for me. Hope it works for you!

  • How come i cant get my iphone to have "game center"

    how come i cant get my iphone to have "game center"?

    Game Centre is not compatible with the iPhone 3G (compatible devices are listed here http://www.apple.com/game-center/) - I'm not sure whether a reason why was ever given (maybe it wasn't deemed 'powerful' enough).

  • MOVED: [nForce] K7N2 D2-FSR cant get in window after manual setting

    This topic has been moved to Overclockers & Modding Corner.
    [nForce] K7N2 D2-FSR cant get in window after manual setting

    I'm a bit of a noob at o/c so not sure I can give you sound advice.
    pci is unlocked I think, though if use core centre then you can control it-I'm not using corecentre.
    are you using priority 10 for prime 95 and In-place FFT's torture test?  I believe that is most demanding.  If you getting reboots then you're overclock is not stable, need to lower fsb and retest.  Your psu is probably marginal as well so maybe that isn't quite strong enough to be pushed further.  Can you try beefier one?
    I don't know how far you can push vcore up; maybe one of our resident experts can advice.
    I started out on this journey with exact problem you faced; I couldn't change High Performance mode from optimised to manual.  I still haven't found a solution unless I enable DOT.  I've tried bios b5, b6.1 and now trying b6.0, without success.  O/S fails to load.  Did you say b3  allowed you do to that and increase fsb in bios or was it change of memory?  I'm thinking my expensive ram is not very flexible and doesn't suit the nforce 2 chipset.  At moment with bios b60, high performance manual,  memory to manual (2-2-2-11) and DOT enabled-private I passed memtest overnight.  I'll try prime95 tonight if I have no issues tday.
    Dave

  • [nForce] K7N2 D2-FSR cant get in window after manual setting

    hi there,
    i m a new guy here, not very good in english!!
    before i send this, i had look some of the guide.
    but cant find people with the same problem as me.
    the problem is i cant get in window after set my High Perfomance Mode to MANUAL in cell menu.
    nothing change just Optimized to Manual.
    if access in, still will freeze after few second.
    everything is fine with Optimized Mode, no error in Prime 95 for 9 hours.
    hope can get some HELP from you all.
    i also using core cell, will my setting in Bios appear same in core center???
    example: 210 FSB in bios = 210 FSB in core center.
    i hope to hear from  you all soon.
    10x.

    I'm a bit of a noob at o/c so not sure I can give you sound advice.
    pci is unlocked I think, though if use core centre then you can control it-I'm not using corecentre.
    are you using priority 10 for prime 95 and In-place FFT's torture test?  I believe that is most demanding.  If you getting reboots then you're overclock is not stable, need to lower fsb and retest.  Your psu is probably marginal as well so maybe that isn't quite strong enough to be pushed further.  Can you try beefier one?
    I don't know how far you can push vcore up; maybe one of our resident experts can advice.
    I started out on this journey with exact problem you faced; I couldn't change High Performance mode from optimised to manual.  I still haven't found a solution unless I enable DOT.  I've tried bios b5, b6.1 and now trying b6.0, without success.  O/S fails to load.  Did you say b3  allowed you do to that and increase fsb in bios or was it change of memory?  I'm thinking my expensive ram is not very flexible and doesn't suit the nforce 2 chipset.  At moment with bios b60, high performance manual,  memory to manual (2-2-2-11) and DOT enabled-private I passed memtest overnight.  I'll try prime95 tonight if I have no issues tday.
    Dave

  • My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. It was working fine now I cant get it to output to the Tv. Any ideas?

    My Macbook pro no longer outputs to my vizio led tv. It was working fine now I cant get any picture. It just says no signal. It is not the hdmi or the adapter because it works fine with my other tv. Any ideas on how to resolve this would be greatly appreciated. Please be as specific as possible. Thanks. BTW--I am using the mini dvi to hdmi adapter in case that was unclear.

    Since you say that the same connectors work on your other TV is suggests that the fault is not in the connectors but your Vizio TV.  I would check the settings on the Vizio TV.  Verify that is is set to receive HDMI input.  Perhaps you or some one else has inadvertently changed them.  Pressing the wrong buttons on a remote control device can do that.  (I am assuming no changes were made in SYSTEM PREFERENCES>DISPLAYS)
    Ciao.

  • I cant get itunes on my new laptop.  My laptop says I have to remove itunes from another computer as I can only have it on 5.  Problem is that apart from my ipad, I no longer have the others as they were either broken beyond repair or lost.  Any ideas?

    I am not good with computers.  I am trying to get my iTunes onto this new laptop but it says I am only allowed to have it on 5 computers and I must take it off one to ut it on this new laptop.  Problem is, apart from my iPad, I have lost one laptop and two have been broken beyond repair so I am unable to take it off!  Anyone any ideas?  I have tried to get iTunes support but cant get past the "date of purchase" as I can only guess when I bought my ipod (2009)

    Hang on...
    You can only authorise the songs you purchase from the iTunes Store to play on five computers.
    You can download and install iTunes (the iTunes programme) onto as many computers as you wish.
    Two different things.
    Assuming therefore, that your problem is that you have authorised five computers, but now no longer have some of them, you need to de-authorise all your computers and then re-authorise the computers you still have.
    To de-authorise your computers, go to your account in the iTunes Store and look for the Deauthorise All button.

  • I tried downloading a free app and it asked for my billing information and when i entered it, it says that there was a billing problem with a previoud purchase and i have to update it. I keep updating it and it wont let me verify it and i cant get apps

    I tried downloading a free app and it asked for my billing information and when I entered it, it said that there was a billing problem with a previous purchase and I have to update it. I keep updating it and it wont let me verify it and I cant get any apps even if they are free, and I just Deleted some apps to make room for my new upate!

    The message says: "The payment method has been denied, try another method"
    I'm living in the same country and city since I was born, so I don't think the location is the problem.
    And yes, I paid with the card a meal in Burguer King today. And nothing more.

  • How do I get my new iphone restored with my old backup? my old iphone had ios5 and the replacement phone i got has ios4 and it wont let me backup my phone because it doesnt have ios4... i cant get ios5 without restoring my iphone and backing it uo

    Basically, i need all my old stuff from my iphone 4 with ios5 onto my new iphone 4.  The new phone i received only had ios4. I went to get all my contacts and backup from my old phone onto my new phone and it wont let me because my new phone is only ios4 and my backup from my old phone was in ios5.  I cant get ios5 on my phone without creating a new backup of my new phone, which has nothing on it.  If i restore it as a new phone and backup virtually nothing from my new phone, will that get rid of all my old backup stuff from my old iphone?

    Bottom line is you CANNOT restore to a phone from a backup that has a more recent iOS which is what you're trying to do.  Just can't be done.

Maybe you are looking for

  • Battery on brand new Ipod Video

    I'm looking for advice to assess the quality of my Ipod battery. I bought a new 30GB video Ipod 2 weeks ago. During the first couple days I noticed that the battery indicator turned red rather quick, so I decided to apply the following battery test:

  • JPG folders can be converted to single PDF files together!

    The underlying gist is to simply Jpg to PDF Converter. It is a fundamental component. I decided that I wanted to have a bit of fun with this concept as well. It got a lot of media attention. In the past I used jpeg to pdf as an example. This is as da

  • Performance management overall rating

    When i am navigating to the Give Final Ratings: Main Appraiser i want to enable the field for Overall Rating. Note i am able to see the overall ratings comments field but i am unable to see the Overall Rating that is linked to the Performance rating

  • How to duplicate OIM process

    Hello I have a requirement to provision target source administrators twice, once the same user id as their OIM account and the other with a prefix in the user id. I thought I should duplicate the resource, process, and form so that it will be clearer

  • Fglrx shows patches on screen

    i have a ati graphics card and am using fglrx as driver. its version is 10.7-2 and i get some patches on the screen, have a look at this http://img710.imageshack.us/img710/3787/img2413x.jpg http://yfrog.com/jqimg2413xj it disappears when i print scre