How to center the buttons at the top of the page?

I try to center the top of the home, products page, buttons etc. on a site I'm building, but just can not understand!  I don't know what I'm doing wrong here.  Can someone help me?  Thank you!

http://www.myworthlesscrap.com/temp/elite/index.html

Put a div inside of your menu div that surrounds your menu and give the following attributes:

Width: # #px;

margin: 0 auto;

# Must be replaced by a fixed, defined width in pixels.  The margin 0 auto it will focus within the menu div tag you have now.

Tags: Dreamweaver

Similar Questions

  • Cross-references in the output PDF from Framemaker: how to center the Pages?

    I think I understand quite well the functioning of cross-references in Framemaker, but one thing that bothers me, it's how, when you generate a PDF from Framemaker file and clicking on a reference, the resulting page view locates the cross at the top of a page reference marker.

    It's very annoying and confusing when, say, referring to a figure of legend that appears at the bottom of a page. Page display that results when such a reference in a PDF document after Center the text of the _following_ page, with the text of the legend of the barely visible figure at the top of the page.

    My question: is it possible to build cross references that show the page, when you click in a PDF document, is centered on the page that displays the cross-reference material?

    Thank you very much.

    JMW

    Not AFAIK in FrameMaker.

    But in Acrobat, set the initial view one Page instead of continuous.

    File > properties > Initial View.

    Two upward (direction) and two up (cover Page) would also work.

  • I'm a novice-how I Center the copy on a 6500 a Plus

    How to center the print on my main-outs? It starts on the side right of the and ends on the left.

    No problem.

    Instead of using Notepad, please try WordPad. You will find the notebook is very basic and does not have the option to allow you to Center your text.

    You can highlight your text from Notepad and paste it into WordPad, and then with her all highlighted, click the Center icon. WordPad has many more formatting options.

    It is quite possible, I get too many details, with instructions to copy / paste and so on, but I thought it would be better to have too much than not enough details. Yes, I'm the kind of girl who packs a value of weeks of clothes for a 1 night trip

  • How to customize the pages of Self Service

    Hi all

    How to customize the pages of Self Service. Guide kindly emergency.

    Thank you
    Mr. Bilal

    You can take these steps
    ==============

    -> Profile set Customize option % Self Serv % Def % Yes at the user level (you use to customize the user).
    -> Go to the page you want to customize
    -> Page-click Customize in global top menu of the page.
    -> Click on the button Choose context and select the responsibility for which you want to customize the element (clear, all other fields such as site, organization, location, function, industry)
    -> Button click on apply. You will get the hierarichy page.
    -> Now the identity of the item, you need to customize and click Customize (pencil icon).
    -> True/false property rendered set (if you want to hide the item to false to show true set) and apply.
    Back at the request of->

    You can see more information on these links

    http://apps2fusion.com/at/43-SS/453-OAF-extension-case-study

  • I deleted pages by error, anyone know how to reinstall the pages? Thank you!

    I deleted pages by mistake with mackeeper, anyone know how to reinstall the pages? Thank you!

    First - get rid of MacKeeper - it will wreak havoc with your Mac. This is an absolute piece of garbageware. See this link for full instructions:

    How can I remove mackeeper to my macbook pro

    For re - download pages to your Mac, open the Mac App Store, and then click "buy". You should see that pages listed there with the button download beside him.

    Good luck

    GB

  • How to find the page contains the indesign sdk?

    PLS, someone help me, how to find the page contains the indesign sdk?

    Thank you

    screen410099

    Don't know, if you find a shorter way, but it works:

    UIDRef language = YOUR_TABLE;

    Error result code.

    do

    {

    InterfacePtr textModel;

    TextIndex beginning;

    Len Int32;

    result = table_get_text_model (read, 0, 0, textModel, start, len);

    If (result! = kSuccess) break;

    If (! textModel) break;

    UIDRef frameRef = text_query_frame (textModel, start);

    If (! frameRef) break;

    Int32 pnum = - 1;

    PageRef UIDRef = page_getref (frameRef, &pnum);)

    If (! pageRef) break;

    :

    :

    } While (false);

    //***************************************************************************

    Error code (Table_get_text_model)

    Language UIDRef,

    Int32 left,

    top of Int32,

    InterfacePtr & textModel,

    TextIndex & start,

    Int32 & len)

    {

    Result ErrorCode = kFailure;

    do

    {

    Inits

    textModel = InterfacePtr (Nile);

    Start = 0;

    Len = text::kTextLen;

    Make sure that we have a valid table model

    InterfacePtr tableModel (label, UseDefaultIID());

    if(!tableModel) break;

    convert the network to a network ID address

    GridAddress gridAddress (top, left);

    get the container text table so we could make the text template.

    InterfacePtr tableTextContainer (tableModel, UseDefaultIID());

    if(!tableTextContainer) break;

    textModel = InterfacePtr (tableTextContainer-> QueryTextModel());

    if(!textModel) break;

    InterfacePtr tableTextContent (tableModel, UseDefaultIID());

    if(!tableTextContent) break;

    GA GridArea (up, left, top + 1, left + 1);

    Len = tableTextContent-> GetTextChunk (ga, start);

    If (! len) break;

    result = kSuccess;

    } While (false);

    return the result;

    }

    //***************************************************************************

    #if (csversion_<>

    # define ITextFrameC_ ITextFrame

    #else

    # define ITextFrameC_ ITextFrameColumn

    #endif

    UIDRef text_query_frame (InterfacePtr txt, TextIndex istartPos)

    {

    UID uid = kInvalidUID;

    TextIndex startPos = istartPos;

    do

    {

    If (! txt) break;

    INNERE Textrahmen of the items

    InterfacePtr frameList (txt-> QueryFrameList ());

    If (! frameList | frameList-> GetFrameCount ())<= 0)="">

    First INNERER Textrahmen of the items

    InterfacePtr textFrame (frameList-> QueryNthFrame (0) / * QUF,: UseDefaultIID () * /);

    #ifndef (csversion_<>

    Location of RangeData (startPos, startPos);

    #else

    TextIndex location = startPos;

    #endif

    Int32 frameIndex = - 1;

    InterfacePtr tf = InterfacePtr (Nile);

    If (startPos < txt-=""> tf TotalLength ()) = InterfacePtr (frameList-> QueryFrameContaining (location, & frameIndex));

    of other tf = InterfacePtr (frameList-> QueryNthFrame (frameList-> GetFrameCount () - 1));

    If textFrame (tf) tf =;

    If (! textFrame) break;

    //

    Aus dem first inner Textrahmen bilden wir jetzt eine hierarchy.

    In der Ebene uber hierarchy suchen wir jetzt nach nach einem dieser

    Objekt, das ein Graphicrahmen ist. Dieses element ist der gesuchte

    ÄUßERE Rahmen.

    //

    InterfacePtr child (textFrame, UseDefaultIID());

    If (! child) break;

    do

    {

    InterfacePtr parent (child-> QueryParent());

    If (parent == nil) break;

    InterfacePtr graphicFrameData (parent, UseDefaultIID());

    If (graphicFrameData! = nil)

    {

    We have a regular text frame.

    UID =: GetUID (graphicFrameData);

    break;

    }

    child = parent;

    } While (child! = nil);

    } While (false);

    If (uid == kInvalidUID) return UIDRef (Nile, kInvalidUID);

    Return UIDRef (: GetDataBase (txt), uid);

    }

    //***************************************************************************

    #if (csversion_<>

    # define GLayout_:

    #else

    # define GLayout_ Utils ()->

    #endif

    UIDRef page_getref (const UIDRef & frameRef, int32 * pgNum)

    {

    UIDRef result = UIDRef::gNull;

    do

    {

    If (pgNum) * pgNum = 0;

    If (! frameRef) break;

    InterfacePtr itemHier (frameRef, IID_IHIERARCHY);

    If (! itemHier) break;

    If (! pause frameRef.ExistsInDB ());

    ES more like evil EIB GetOwnerPageUID AB. ICH denke badly, at least

    Ein muss ein Rahmen wohl schon haben Parent. Wenn wir da keinen find,.

    tschüss Dann.

    InterfacePtr parent (itemHier-> QueryParent());

    If (! parent) break;

    PageUID UID = GLayout_ GetOwnerPageUID (itemHier);

    If (pageUID == kInvalidUID) break;

    result = UIDRef (frameRef.GetDataBase (), pageUID);

    If (pgNum)

    {

    IDataBase * db = frameRef.GetDataBase ();

    If (! db) break;

    UIDRef docRef (db, db-> GetRootUID ());

    InterfacePtr PageList (docRef, IID_IPAGELIST);

    If (!.) (Break from PageList);

    Int32 pageIndex is PageList-> GetPageIndex (pageUID);.

    * pgNum = pageIndex;

    }

    } While (false);

    return the result;

    }

    //***************************************************************************

  • How to create the page zero in the apex oracle 4.0?

    Hi all
    How to create the page zero in the apex oracle 4.0?

    Concerning
    Mani

    Hello

    Home > Application Builder > Application xxx > create Page
    There are down to the Center on Wizard Page zero

    Kind regards
    Jari

    Published by: jarola 25 August 2010 19:28

    And here's the chapter on literature
    http://download.Oracle.com/docs/CD/E17556_01/doc/user.40/e15517/UI.htm#BGBFFFGH

  • How to reorder the pages in boat launch

    How to reorder the pages in boat launch?

    Hello Bob,

    Thank you for being part of the community of Apple!

    Looks like you want to change the order of the pages both in Launchpad.  If it is not possible to change whole pages at a time, you can click and hold on an application and drag it to where you want it to be.  If you want to move it to another page, drag the app to the edge of the screen, and the page will change which allows you to place it on another page.

    You can find more information about Launchpad here:

    The basics of the Mac: Launchpad is the quick way to find and open your applications

    Have a great day!

  • How to print the page on WiFi printer using ideapad a1

    How to print the page on wifi printer using ideapad a1

    Cloud Print (available in the game store) use Google chrome to print from the A1 motorway. You must have Chrome installed on your computer. If not connected to Google (required) or your PC/Mac/Linux computer is turned off, it will be printed when you log-n.

  • How to count the page that is provided on page element

    How to count the page that is provided on page element

    Hi durgeshj41842015,

    the kDocBoss has an IPageList interface with GetPageCount() function.

    Markus

  • How to change the page numbers after adding &amp; save page numbers in the pdf document - need to change the existing page printed on the upper right in the header numbers

    How to change the page numbers after you add and save the page numbers in the pdf document - need to change the existing page printed on the upper right in the header numbers.

    These page numbers were initially created using Acrobat PDF header and footer.

    I have a 750 page pdf document that I've created.

    I have to sometimes the pages up and down after that I added the page numbers in the document by using the Header_Footer tool on the right column of tools.

    But after you save the document, if I get a few pages around, I can't go back and change the page numbers.

    I thought that the page numbers, as indicated in the header and footer must have changed automatically, but I guess that once its print, that it cannot be edited - is that, as what is?

    So I guess we should always first get a copy without numbers of pages before confirming the documents and the creation of an index.

    A way to remove these page numbers already there and add new page numbers.

    Its a lot of work to align 750 court documents and then realize that you must move some and then realize the page numbers cannot be changed and thus begin to do this all over again to compile which can take about 10 hours.

    My question is quite simple, but I hope that overall, I got my point. Sorry if I made it is too complex.

    If no simple way, want to know if anyone has another different tool or a few recommendations to better highlight what I'm doing wrong.

    Thank you for your review and response.

    You should be able to update with tools - Pages - header & foot-

    Update... It not work for you?

    If this isn't the case, then try to remove from this menu and then re - adding them.

    Tuesday, June 23, 2015 23:55, Fortune Mile [email protected]>

  • How to reorder the pages?

    How to reorder the pages?

    Hi tredfg

    Please visit: http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7ec9.w .html

  • How to use the Page number in the IF condition

    Hello

    I have an obligation to change the output based on Page numbers. Can you please help me how to use the Page number in IF condition.

    Thank you

    Can u send me a sample xml and RTF file to my email in my profile identification, so that I can have a look.

  • How to make a button to Flash a PagSeguro https page.

    How to make a button to Flash a PagSeguro https page. Programming they offer is:

    <! - FORMULARIO ALEXANDER PAGSEGURO INICIO - >

    " < target form = 'pagseguro' action = ' https://pagseguro.uol.com.br/checkout/v2/cart.html?action=Add "method ="post"> "

    <! - NAO EDITE OS COMANDOS DAS LINHAS ABAIXO - >

    < input type = "hidden" name = "itemCode" value = "AC0DD53E5757C9F774629F9937513499" / >

    " < input type ="image"src =" https://p.SIMG.uol.com.br/out/pagseguro/i/botoes/Pagamentos/120x53-comprar.gif "name ="submit"alt =" pay com PagSeguro - rapido e, grátis e seguro! » / >

    < / make >

    <! - FINAL FORM ALEXANDER PAGSEGURO - >

    So I spent this programming in HTML start, I see the white border in my page.

    I wrote a book and this schedule must send to a site secure for sale

    I'm developing my site in Flash 4 and now nc6. Export to Html

    www.escalasdecores.com.br

    Use the urlloader class:

    var urlLoader:URLLoader = new URLLoader();

    var urlRequest:URLRequest = new URLRequest ("https://pagseguro.uol.com.br/checkout/v2/cart.html?action=add");

    var urlVariables:URLVariables = new URLVariables();

    urlVariables.itemCode = "AC0DD53E5757C9F774629F9937513499";

    urlRequest.data = urlVariables;

    urlRequest.method = URLRequestMethod.POST

    urlLoader.dataFormat = pouvez;

    urlLoader.load (urlRequest);

  • How to center the button on the pop-up screen

    Look at the picture, I've created a popup screen click the menu key and I have that transparent and make it mode full screen and I added four buttons vertically please, u can correct me how can I Center this button in the pop up screen.

    Here is my code

    if (Keypad.key(keycode) == Keypad.KEY_MENU)
            {
                  MysettingMenu mymenu = new MysettingMenu();
                  UiApplication.getUiApplication().pushModalScreen(mymenu);
                System.out.println("--------------Menu -key -Pressed-----------------");
    
            }
     public class MysettingMenu extends PopupScreen{
             public MysettingMenu(){
                 super(new VerticalFieldManager(), Screen.DEFAULT_CLOSE); 
    
                 this.setBackground(BackgroundFactory.createSolidTransparentBackground(Color.WHITE, 80));
    
                 setBorder(BorderFactory.createSimpleBorder(new XYEdges(),Border.STYLE_TRANSPARENT));
    
                 this.add(new ButtonField("Favourites"));
                 this.add(new ButtonField(" Settings "));
                 this.add(new ButtonField("  About    "));
                 this.add(new ButtonField("  Exit    "));
    
             }
    
            protected void sublayout(int width, int height) {
                // TODO Auto-generated method stub
                 super.sublayout(Display.getWidth(), Display.getHeight());
                  setExtent(Display.getWidth(),Display.getHeight());
                  int leftMargin = (Display.getWidth() - width)/8;
                  int topMargin = (Display.getHeight() - height)/8;
                  setPosition(leftMargin, topMargin);
            }
    
         }
    

    There are a variety of ways that this could be done, but in your case the easiest is to allow the screen to use only as much space as it needs and then place it at the Center.

    Then

    (1) change this call

    Super.sublayout (Display.GetWidth (), Display.getHeight ());

    in fact, supply the same width and height that you have been given.

    (2) remove this:

    setExtent (Display.getWidth (), Display.getHeight ());

    (3) change margin settings so that they use the actual width and height, and on this basis.  For example:

    leftMargin = int (Display.getWidth () - this.getWidth (()) / 2;

    By the way, I recommend strongly that you never call super.layout (...) ignore the size that he gave you and you deliver own setExtent.  Unless you know what you are doing, this can cause fields to display incorrectly.  If you think that you must set your own size, then I suggest you create your own Manager and do you do the layout.  More information on that here:

    http://supportforums.BlackBerry.com/T5/Java-development/how-to-extend-Manager/Ta-p/446749

Maybe you are looking for

  • HP Pavilion G72: Og power on password administrator password

    System to disable the Code = 85000506 Help, please

  • 'bad checksum' error when starting

    When I rebooted my computer, today, the ordinary boot process was interrupted by a black screen with an error message that says "bad checksum" and gave me the option to start anyway, or enter the configuration.  I chose to start instead of enter the

  • Windows Mail is unable to delete a message from Inbox

    Original title: "Windows Mail in Vista" Cannot remove a message from the Inbox. Get an unknown error each time. Ideas?

  • Windows 81. Media Pro

    Hello I have a Tablet 11 7139 Pro place and I need to reinstall the OS from scratch - Win8.1Pro 64-bit but, like this do not have media provided I can't work on how to do this. I don't have the license card appropriate - someone knows how to do this?

  • All dissociated in Illustrator :(

    I was typing and WHAT I had grouped suddenly separated. Same text. I can't cancel it and filling it ruins my workflow. Does anybody know a solution for this or should I just group everything new?