How to center a component on the page????

Hi all
i want to center a component on the page
Sorry it may be some thing trivial ???
but i ve a command button i want to center it on the page ????
how???

Hi,
try this steps:
1-surround the command button with panelGroupLayout with layout Horizontal.
2-In panelGroupLayout property select Style tab.
3-in the Text tab set horizontal Align with Center.
4-in Box tab set width with 100 Percent
if panelGroupLayout inside any other component make this palce width 100 percent and its Align Horizontal with Center.
Sameh Nassar

Similar Messages

  • Detect absolute ID for an ADF component on the page

    Hi All,
    I need to locate an ADF component on the page using ADF Client javascript framework. I'm trying to locate it using following method AdfPage.PAGE.findComponentByAbsoluteId()
    The problem is this component is placed in a page fragment inside page template with several levels of nested naming containers. And I don't have access to the source code of the page template, hence it's quite hard for me to detect the correct absolute id for the component.
    So the question is: how can I know the final value for the absolute id of the component? Can I look it somewhere at runtime? Or if not, is there any alternative way to locate ADF component using just the design time id attribute set for the component?
    Thanks in advance.

    Hi Arun,
    Do you mean the id of the component in the final DOM? I tried to use that but didn't work. In my case, I need to find inputText component on the page. After page is loaded I can select it via Firebug and it has an id like 'pt1:USma:0:MAt1:0:pt1:reportXml::content'. If I then call following method:
    AdfPage.PAGE.findComponentByAbsoluteId('pt1:USma:0:MAt1:0:pt1:reportXml::content')
    I get null. Am I missing something?
    Thanks,
    Maksym

  • How to I get back to the page I was reading after looking at a bookmarked page?

    How to I get back to the page I was reading after looking at a bookmarked page? (And, why is "Help" in Adobe products such a useless, time-wasting ordeal?)

    If the menu bar is hidden then press the F10 key or hold down the Alt key, that should make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • How not to get back on the page i just closed when opening a new session

    How not to get back on the page i just closed
    when opening a new session?
    I do have a live stream radio on now...
    Therefor new session might not be the complete truth.
    Gerard

    A new tab opens by default as a blank tab (about:blank).
    If that isn't the case then an extension has changed that behavior.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode

  • How to place aggregated fields in the page header or group header

    Hi,
    i have a report where in i have to display a header based on the aggregated value of a field
    currently the field has values like
    row1  blank
    row2  blank
    row3 Cookies
    row4 blank
    I wanted to know how to get the maximum of these rows in the page header i.e. it should come as Cookies for this case.
    Is there any way to get this? it is easy in the footer where i can do a maximum of this field and get the value but not sure how to get this in the group header.How do we group maximum at the page header or group header?
    Require your help on this at the earliest.
    Thanks
    Shilpi

    Hi Shilpi,
    >
    Shilpi Sinha wrote:
    > currently the field has values like
    > row1  blank
    > row2  blank
    > row3 Cookies
    > row4 blank
    >
    Do display these things in a subreport(i mean adda subreport in detail section). And Create a formula in the subreport itself with shared varible for assiging  the maximum value ..
    Then in the main report , create one formula with same shared variable and just display in Header secton..
    Regards,
    Salah.

  • How to use application item in the page template

    How to use application item in the page template.
    Thanks,
    rajendra

    Hi,
    You can refer application item value in template like &MY_ITEM. (note period at end)
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_sub.htm
    Regards,
    Jari

  • How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?

    Hi sir,
             I created A tab control of 4 pages.How is it possible to change the page of 1 tab to Page 2 then to page 3 etc using a boolen control?
    Please Mark the solution as accepted if your problem is solved and donate kudoes
    Solved!
    Go to Solution.

    You have a couple of possiblities:
    Keep the tab value in a shift register and use a value changed on the boolean to increment or decrement the tab. Write to a local variable of the tab as needed (I would recommend against value property nodes as in the above examples by others).
    You could also hide the tabs and make the tab control an indicator. Now you can write directly to the terminal if the boolean changes and you don't even need a local variable.
    Here is an example showing both (LabVIEW 8.2).
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    TabSwitcher.vi ‏18 KB

  • How to get in which mode the page is entering.

    Hi,
    I have an SIT page with add and update button on that page.
    When I click those buttons same page opens up 'PersonSitUpdPG'.
    Please let me know that how can we know that whether the page has opened on clicking the update button or on clicking the add button.

    Hi,
    This is the code of the CO SitMainPageCO...
    This is the CO of the page where add and update button are present..
    package oracle.apps.per.selfservice.specialinformation.webui;
    import java.io.Serializable;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OANavigation;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.OAWebBeanConstants;
    import oracle.apps.fnd.framework.webui.beans.OAKeyFlexBean;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.form.OASelectionButtonBean;
    import oracle.apps.fnd.framework.webui.beans.form.OASubmitButtonBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OATableLayoutBean;
    import oracle.apps.fnd.framework.webui.beans.table.OATableBean;
    import oracle.apps.per.selfservice.common.SSHRParamTable;
    import oracle.apps.per.selfservice.common.SSHRParams;
    import oracle.apps.per.selfservice.workflowservice.server.WFUtility;
    import oracle.cabo.ui.BaseMutableUINode;
    import oracle.cabo.ui.beans.BaseWebBean;
    import oracle.cabo.ui.beans.form.SubmitButtonBean;
    import oracle.cabo.ui.beans.table.TableBean;
    import oracle.jbo.ApplicationModule;
    import oracle.jbo.AttributeList;
    import oracle.jbo.RowIterator;
    import oracle.jbo.RowSet;
    import oracle.jbo.Transaction;
    import oracle.jbo.ViewObject;
    public class SitMainPageCO extends OAControllerImpl
    public static final String RCS_ID = "$Header: SitMainPageCO.java 115.38 2008/07/16 10:02:31 amunsi noship $";
    public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion("$Header: SitMainPageCO.java 115.38 2008/07/16 10:02:31 amunsi noship $", "oracle.apps.per.selfservice.specialinformation.webui");
    public void processRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    super.processRequest(paramOAPageContext, paramOAWebBean);
    oracle.apps.per.selfservice.common.webui.CommonUtils.activateWarning(paramOAPageContext, paramOAWebBean);
    oracle.apps.per.common.CommonUtils.setFuncPromptAsPageTitle(paramOAPageContext, false, false);
    WFUtility.isTransactionSubmitted(paramOAPageContext);
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitMainPageCO: processRequest starting", 2);
    OAApplicationModule localOAApplicationModule = paramOAPageContext.getApplicationModule(paramOAWebBean);
    SSHRParams localSSHRParams = new SSHRParams(localOAApplicationModule.getOADBTransaction());
    localSSHRParams.getPersonId();
    String str1 = localSSHRParams.getSelectedPersonBusinessGroupId();
    OAViewObject localOAViewObject = (OAViewObject)localOAApplicationModule.findViewObject("SpecialInformationTypesVO");
    Serializable[] arrayOfSerializable = { str1 };
    localOAViewObject.invokeMethod("initQuery", arrayOfSerializable);
    OATableBean localOATableBean = (OATableBean)paramOAWebBean.findIndexedChildRecursive("HrSitTable");
    localOATableBean.setRendered(false);
    int i = 0;
    localOATableBean = (OATableBean)createWebBean(paramOAPageContext, paramOAWebBean, "HrSitTable", "HrSitTable" + i);
    localOATableBean.setID("HrSitTable" + i);
    localOATableBean.setWidth("100%");
    OAKeyFlexBean localOAKeyFlexBean = (OAKeyFlexBean)localOATableBean.findIndexedChildRecursive("HrSitKeyFlex");
    localOAKeyFlexBean.setID("HrSitKeyFlex" + i);
    localOAKeyFlexBean.setUINodeName("HrSitKeyFlex" + i);
    String str2 = (String)localOAKeyFlexBean.getAttributeValue(OAWebBeanConstants.FLEXFIELD_SEGMENT_LIST);
    Object localObject1;
    if ((str2 != null) && (!"".equals(str2.trim())))
    localObject1 = new Serializable[] { "||" + str2 + "|" };
    localOAViewObject.invokeMethod("processTypes", localObject1);
    localOAViewObject.reset();
    while (localOAViewObject.hasNext()) {
    localObject1 = localOAViewObject.next();
    String str3 = ((AttributeList)localObject1).getAttribute("IdFlexStructureCode").toString();
    String str4 = ((AttributeList)localObject1).getAttribute("Name").toString();
    String str5 = ((AttributeList)localObject1).getAttribute("IdFlexNum").toString();
    String str6 = (String)((AttributeList)localObject1).getAttribute("MultipleOccurencesFlag");
    if (i > 0)
    localOATableBean = (OATableBean)createWebBean(paramOAPageContext, paramOAWebBean, "HrSitTable", "HrSitTable" + i);
    localOAKeyFlexBean = (OAKeyFlexBean)localOATableBean.findIndexedChildRecursive("HrSitKeyFlex");
    localOAKeyFlexBean.setID("HrSitKeyFlex" + i);
    localOAKeyFlexBean.setUINodeName("HrSitKeyFlex" + i);
    localOATableBean.setID("HrSitTable" + i);
    localOATableBean.setWidth("100%");
    OAHeaderBean localOAHeaderBean = (OAHeaderBean)createWebBean(paramOAPageContext, "HEADER");
    localOAHeaderBean.setLabel(str4);
    paramOAWebBean.addIndexedChild(localOAHeaderBean);
    localOAHeaderBean.addIndexedChild(localOATableBean);
    paramOAWebBean.getIndexedChildCount();
    boolean bool = setTableRegion(paramOAPageContext, localOATableBean, String.valueOf(i), str5, str3);
    if (("Y".equals(str6)) && (bool))
    localObject2 = (OAWebBean)localOATableBean.getTableActions();
    if ((localObject2 != null) && (((OAWebBean)localObject2).isRendered()))
    ((OAWebBean)localObject2).setRendered(false);
    else
    localObject2 = (OAWebBean)localOATableBean.getTableActions();
    if ((localObject2 != null) && (((OAWebBean)localObject2).isRendered()))
    OAWebBean localOAWebBean = ((OAWebBean)localObject2).findIndexedChildRecursive("AddNewSit");
    if (localOAWebBean != null) {
    ((OASubmitButtonBean)localOAWebBean); SubmitButtonBean.setEvent(localOAWebBean, "AddNewSitEvent" + i);
    Object localObject2 = (OASelectionButtonBean)localOATableBean.findIndexedChildRecursive("HrSitUpdateButton");
    if (localObject2 != null)
    ((SubmitButtonBean)localObject2).setValue("HrSitUpdateButton" + i);
    localObject2 = (OASelectionButtonBean)localOATableBean.findIndexedChildRecursive("HrSitDeleteButton");
    if (localObject2 != null)
    ((SubmitButtonBean)localObject2).setValue("HrSitDeleteButton" + i);
    localOATableBean.prepareForRendering(paramOAPageContext);
    localOATableBean.setName("HrSitTable" + i);
    if (paramOAPageContext.getTransactionValue("FlexStructureName" + i) == null)
    paramOAPageContext.putTransactionValue("FlexStructureName" + i, str4);
    if (paramOAPageContext.getTransactionValue("FlexStructureCode" + i) == null)
    paramOAPageContext.putTransactionValue("FlexStructureCode" + i, str3);
    if (paramOAPageContext.getTransactionValue("idFlexNumValue" + i) == null)
    paramOAPageContext.putTransactionValue("idFlexNumValue" + i, str5);
    i++;
    paramOAPageContext.putTransactionValue("isFromUpdate", "N");
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitMainPageCO: processRequest: leaving...", 2);
    public void processFormRequest(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean)
    super.processFormRequest(paramOAPageContext, paramOAWebBean);
    OAApplicationModule localOAApplicationModule = paramOAPageContext.getApplicationModule(paramOAWebBean);
    SSHRParams localSSHRParams = new SSHRParams(localOAApplicationModule.getOADBTransaction());
    String str1 = localSSHRParams.getItemType();
    String str2 = localSSHRParams.getItemKey();
    String str3 = localSSHRParams.getActivityId();
    String str4 = paramOAPageContext.getParameter("_FORM_SUBMIT_BUTTON");
    paramOAPageContext.putTransactionValue("SitOverview", "Y");
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitMainPage.CO: pItemType: " + str1 + " pItemKey: " + str2 + " pActivityId: " + str3 +
    "event: " + paramOAPageContext.getParameter("event"), 2);
    paramOAPageContext.putTransactionValue("AddNewRow", "N");
    Object localObject1;
    if (paramOAPageContext.getParameter("HrSitEitBack") != null) {
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: HrSitEitBack...", 2);
    localObject1 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject1);
    paramOAPageContext.removeTransactionValue("NewUserRefresh");
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "PREVIOUS");
    oracle.apps.per.selfservice.common.webui.CommonUtils.checkBackOnFirstPage(paramOAPageContext, str1, str2, str3);
    return;
    if (paramOAPageContext.getParameter("HrNext") != null) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitMainCO: Next: " + paramOAPageContext.getParameter("HrNext"), 2);
    localObject1 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject1);
    paramOAPageContext.removeTransactionValue("NewUserRefresh");
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "NEXT");
    return;
    if (paramOAPageContext.getParameter("HrCancel") != null) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: Cancel...", 2);
    oracle.apps.per.selfservice.common.webui.CommonUtils.showCancelDialog(paramOAPageContext);
    return;
    if (paramOAPageContext.getParameter("ConfirmCancel") != null)
    localOAApplicationModule.getOADBTransaction().rollback();
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "CANCEL");
    oracle.apps.per.selfservice.common.webui.CommonUtils.confirmCancel(paramOAPageContext);
    return;
    if ((paramOAPageContext.getParameter("event") != null) &&
    (paramOAPageContext.getParameter("event").startsWith("AddNewSitEvent"))) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: SIT_ADD_ROWS...", 2);
    localObject1 = paramOAPageContext.getParameter("event");
    j = Integer.parseInt(((String)localObject1).substring("AddNewSitEvent".length()));
    paramOAPageContext.putTransactionValue("activeTableID", String.valueOf(j));
    paramOAPageContext.putTransactionValue("AddNewRow", "Y");
    paramOAPageContext.putTransactionValue("OldAnalysisCriteriaId", "-1");
    paramOAPageContext.putTransactionValue("SitLock", "Y");
    paramOAPageContext.removeTransactionValue("SitVoExecuted");
    localObject2 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject2);
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "ADD");
    return;
    if (paramOAPageContext.getParameter("HrSaveForLater") != null)
    if (paramOAPageContext.isLoggingEnabled(2)) {
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: SIT_SFL_BUTTON...", 2);
    localObject1 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", localObject1);
    if (!"C".equals(
    OANavigation.getItemAttrText(paramOAPageContext, "TRAN_SUBMIT"))) {
    OANavigation.setItemAttrText(paramOAPageContext, "TRAN_SUBMIT", "S");
    oracle.apps.per.selfservice.common.webui.CommonUtils.saveForLater(paramOAPageContext);
    oracle.apps.per.selfservice.common.webui.CommonUtils.returnBack(paramOAPageContext);
    return;
    int i = 0;
    int j = 0;
    Object localObject2 = "0";
    if ((str4 != null) && (str4.startsWith("HrSitUpdateButton"))) {
    localObject2 = str4.substring("HrSitUpdateButton".length());
    j = 1;
    else if ((str4 != null) && (str4.startsWith("HrSitDeleteButton"))) {
    localObject2 = str4.substring("HrSitDeleteButton".length());
    i = 1;
    Serializable[] arrayOfSerializable1;
    if (i != 0) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: deletePressed...", 2);
    arrayOfSerializable1 = new Serializable[] { "SpecialInformationDetailsVO" + (String)localObject2 };
    localOAApplicationModule.invokeMethod("deleteViewRow", arrayOfSerializable1);
    paramOAPageContext.redirectImmediately(paramOAPageContext.getCurrentUrlForRedirect(), true);
    if (j != 0) {
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: updatePressed...", 2);
    arrayOfSerializable1 = new Serializable[] { "SpecialInformationDetailsVO" + (String)localObject2 };
    if ("Y".equals((String)localOAApplicationModule.invokeMethod("updateViewRow", arrayOfSerializable1)))
    paramOAPageContext.putTransactionValue("activeTableID", (String)localObject2);
    paramOAPageContext.putTransactionValue("SitLock", "Y");
    Serializable[] arrayOfSerializable2 = new Serializable[0];
    localOAApplicationModule.invokeMethod("saveTransaction", arrayOfSerializable2);
    WFUtility.wfTransitionActivity(paramOAPageContext, str1, str2, str3, "UPDATE");
    return;
    if (paramOAPageContext.isLoggingEnabled(2))
    paramOAPageContext.writeDiagnostics(this, "SitUpdatePageCO: no event", 2);
    paramOAPageContext.redirectImmediately(paramOAPageContext.getCurrentUrlForRedirect(), true);
    private boolean setTableRegion(OAPageContext paramOAPageContext, OAWebBean paramOAWebBean, String paramString1, String paramString2, String paramString3)
    OAApplicationModule localOAApplicationModule1 = paramOAPageContext.getApplicationModule(paramOAWebBean);
    String str1 = "SpecialInformationDetailsVO" + paramString1;
    OAApplicationModule localOAApplicationModule2 = paramOAPageContext.getRootApplicationModule();
    SSHRParams localSSHRParams = new SSHRParams(localOAApplicationModule2.getOADBTransaction());
    String str2 = localSSHRParams.getPersonId();
    String str3 = localSSHRParams.getEffectiveDate();
    String str4 = localSSHRParams.getSelectedPersonBusinessGroupId();
    ViewObject localViewObject = localOAApplicationModule1.findViewObject(str1);
    if (localViewObject == null) {
    localViewObject = localOAApplicationModule1.createViewObject(str1, "oracle.apps.per.selfservice.specialinformation.server.SpecialInformationDetailsVO");
    localObject = new Serializable[] { str4, str2, paramString2, str3 };
    ((OAViewObject)localViewObject).invokeMethod("runQuery", localObject);
    if (!localViewObject.isExecuted())
    localObject = new Serializable[] { str4, str2, paramString2, str3 };
    ((OAViewObject)localViewObject).invokeMethod("runQuery", localObject);
    Object localObject = (OAKeyFlexBean)paramOAWebBean.findIndexedChildRecursive("HrSitKeyFlex" + paramString1);
    paramOAWebBean.findIndexedChild("HrSitSelectFlag").setViewUsageName(str1);
    ((OATableLayoutBean)localObject).setViewUsageName(str1);
    paramOAWebBean.findIndexedChild("HrSitStartDate").setViewUsageName(str1);
    paramOAWebBean.findIndexedChild("HrSitEndDate").setViewUsageName(str1);
    paramOAWebBean.findIndexedChild("HrStatus").setViewUsageName(str1);
    ((OAKeyFlexBean)localObject).useCodeCombinaionLOV(false);
    ((OAKeyFlexBean)localObject).setReadOnly(true);
    ((OAKeyFlexBean)localObject).setStructureCode(paramString3);
    ((OAKeyFlexBean)localObject).setCCIDAttributeName("AnalysisCriteriaId");
    ((OAKeyFlexBean)localObject).mergeSegmentsWithParent(paramOAPageContext);
    localViewObject.reset();
    return localViewObject.hasNext();
    }

  • I wantto delete an App from iTiunes.  How do I do that?  (The page on deleting a resouce addresses only music.)

    I wantto delete an App from iTiunes.  How do I do that?  (The page on deleting a resouce addresses only music.)

    It works fine for me.  Always has.
    Did you go to "Apps" under "Library" on the left side of the itunes screen and delete from there?

  • When I am viewing an E-Mail and click on a link, how do I get back to the page that had the link?

    When I am viewing an E-Mail and click on a link, how do I get back to the page that had the link?

    I am replying to myself. I called for Tech support and found out that when I tapped on the link I went to a web page  in Safari and to double tap on the home button at the bottom of the iPad and then tap on "Mail" to get me back where I was.
    I hope this helps anyone else with the same question.

  • How do I center a table on the page?

    I have rotated a table 90 degrees counter clockwise, now I would like to center it on the page. How do I do that?

    You can try using the Object edit tool. The steps you are taking or normally done in the creation application, not in Acrobat that does not do such activities well.

  • How to center Text Box on Web Page? -- Web dev with Word 2013

    I'm trying to assist a user who wants to use Word 2013 for simple web page development.
    There are many tools but they want to use Word 2013.
    Actually have it working by saving the Word 2013 files as web pages... like index.htm, about.htm, etc.
    The problem is when we use the "Insert" tab in Word to create a "Text Box" or a "Shape" ...
    And align it centered on the page... it looks fine in Word but when we open it with a web browser the "Text Box" or "shape" are no longeer centered.
    We thought we had it fixed by making the "Text Box" Layout Options "In Line with Text" but again... looks fine in Word but not in a web browser.
    The question: How can we get a "Text Box" in Word 2013 to appear centered on a web page?
    thanks for any help.

    Hi:
    For webpage design, I would suggest customized form under develop tab on the Ribbon over insert object directly. I tested from my side, using customized form will lock the object position on the
    page.

  • On switching on, a message says 'Firefox is already running but not responding...........' then tells me to close it and restart but how can I close it when the page isn't yet displayed?

    When I switch on my computer I get the desktop then I try to click on Mozilla Firefox but get the message, 'Firefox is already running but not responding. To open a new window you must first close the existing Firefox process or resart your system.' I looked up how to close but I need to click on 'file' then 'exit'. How can I do that when I can't see the page yet? IE is working fine.

    See also [[Firefox is already running but is not responding]]

  • How can I set or reset the page that is loaded when I open a new tab using Ctrl t ?? by

    I recently downloaded a program that has, as an undesired additional action, apprently setup Yahoo as the page that opens by default when I open a new tab using <Ctrl> <t> (or the <+> symbol on the tab bar). This is aggravating to me, particularly as I have not been able to find a way to stop it occurring.
    I expect that it is buried somewhere in my profile, but I also have not found a way to explore or edit the contents of my profile.
    There is a JScript script file called "user" in ...\profiles\4g4vpust.default that I suspect is associated with the behaviour, but renaming it achieved nothing.
    Prior to this, my new tabs used to open as blank pages, i.e. did not load any URL and I was happy with that. How can I get back to that state?

    Did it add the freeze net assistant add-on? That add-on is known to do this. If you have that add-on you can uninstall it Firefox should revert to the default behavior.
    If you do not have that add-on, another add-on will be causing this, you can use the procedure in the following link to identify what one - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Pages 5.2.2 - how to add a logo in the page header

    Hi, how can I add a logo in the page header of each page?!
    seems header and footer only supports text and automated page numbering only...
    I need some advise on this one
    thanks

    Add an image to any page in the section, then drag it where you want it to appear on each page.
    Reduce the opacity using the slider in the Style pane of the Format inspector to change the object’s transparency.
    Choose Arrange > Section Masters > Move Object to Section Master (from the Arrange menu at the top of your computer screen).

Maybe you are looking for