Page Alignment to the left of the page?

Hi,
Would anyone know how to align pages to the left (not centered). There must be an easier way without resolving to HTML!
Thank you
MacBook 2.0   Mac OS X (10.4.8)  

No I'm talking about the whole site. When the site is published iweb automatically centers it. I would like to have my page as far left as possible.
Here is an example:
This site is Centered
http://vintagehomelighting.com/Vintage%20Home%20Lighting/Welcome.html
This is what I want:
http://www.rcmp-grc.gc.ca/index_e.htm
As you can see the difference.
Thank you

Similar Messages

  • RH8 - Bookmarks/Pages aligning to the right in TOC pane when long topic titles clicked?

    Using Robohelp X5 standard webhelp the books/bookmarks are always aligned to the left and in view, as so:
    When converted to robohelp 8 standard webhelp the alignment for the same page seems to align to the end of the topic title, obscuring the books/bookmarks as so:
    Does anyone know how to change this back or why it has happended?
    Cheers

    Hi,
    This behaviour is also present in RoboHelp 7. To disable this in RoboHelp 7, open whthost.js and comment out the line: aIdList[aIdList.length-1].focus();
    like this: //aIdList[aIdList.length-1].focus();.
    I don't have Robo8 before me now, but searching for this line in the Robo8 whthost.js may also eliminate this behaviour for Robo8.
    Greet,
    Willam
    Message was edited by: Peter Grainge For RH8 you will find the file in C:\Program Files\Adobe\Adobe Technical Communication Suite 2\Adobe RoboHelp 8\RoboHTML\WebHelp5Ext\template_stock  Delete Adobe\Adobe Technical Communication Suite 2 from the path if you are using standalone RoboHelp.

  • The inline line object in the header is offset in facing pages. How can I make it align with the outer margin?

    I have a Pages document with a header that contains both text and a line (a shape, inline) below the text. When I make the document two-sided (facing pages), with a 1" inside margin and a .75" outside margin, the line offsets either left or right in each section of the document. When a section starts with a right-hand page, the line is right justified on ALL the pages in the section (1" from the left and .75" from the right), even though it should be .75" from the LEFT on the LEFT-HAND pages. When a section starts with a left-hand page, the line is left justified on ALL the pages in the section.
    Is there any way to get the header  line to align with the margins properly in facing pages?

    Hi Debra,
    Click on Inspector > Layout > Section > Configuration
    Is there a tick in 'Left and right pages are different'?
    Please post a screen shot of your headers. That will help to show what you are trying to achieve.
    To take a screen shot, hold down the shift and command keys, then type 4. The cursor will change to crosshairs. Release the shift and command keys. Drag over that part of your screen then release the mouse/trackpad. A screen shot will appear on your desktop. In a reply to a message, click on the camera icon in the Toolbar above your reply and
    Choose File > Choose > Insert Image
    You may have to try this twice. Camera icon sometimes needs a wake-up call, but works the second time.
    Remove any personal details before taking the screen shot.
    Regards,
    Ian.

  • Picture alignment in the iweb page

    hi guy, I have a issue with iweb picture and words.
    If you are typing a article, there are always a situation you wanna insert a picture in between, but if I drag a photo from iphoto or Aperture, it always not align in the words. I mean the picture is actually above the word, you will need to type many 'enter's to create the space for the picture.
    Is there a easy way to let the picture to insert into the page and cause the word to go around it? Or just simply space out for the picture that I insert?
    thanks.
    Jack

    Jack ~ It's an old iWeb '06 tutorial, but take a look at the part beginning "We can wrap text around an object" here:
    http://www.kenstone.net/fcphomepage/iwebstone.html

  • I'd like to know how to center my whole webpage, right now its aligned on the left...

    I'm new to DW, but I managed to create a site: www.bemyconfidant.com
    Its good, I like it but I would like it to be centered instead of it being aligned on the left (when I "maximize" my browser there's empty space on the right.)
    Please, help!
    Thank you

    Try the following code  (I removed the template markup from the page, so I could work with it).  The page is now centered, however, there are areas that really need fixing to correct various elements that just don't sit right.  The main problem is the use of AP Divs for a layout - as already explained by Gary.  AP divs (or layers) should not be used unless you understand the pitfalls that may be associated with their use.
    This may be worth reading:
    http://apptools.com/examples/pagelayout101.php
    Just another suggestion, that blinking text in the left sidebar is so 1990's  :-)  and does not really add any value to the page, except as a distraction.  People will keeping that text blink and not be able to concentrate on the actual content you are tryng to provide.  (seriously !).
    Anyway here's the code to center the page, but you will need some refinement to make the whole page more cohesive.
    <!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>Be My Confidant - Home</title>
    <style type="text/css">
    <!--
    #Header {
         position:absolute;
         left:5px;
         top:5px;
         width:990px;
         height:148px;
         z-index:1;
         background-color: #FFF;
    body {
         background-color: #6CF;
    #MenuBar {
         position:absolute;
         left:5px;
         top:155px;
         width:990px;
         height:40px;
         z-index:1;
         background-color: #000;
    #LeftBar {
         position:absolute;
         left:0px;
         top:205px;
         width:145px;
         height:600px;
         z-index:3;
    #RightBar {
         position:absolute;
         left:850px;
         top:205px;
         width:145px;
         height:600px;
         z-index:4;
    #Footer {
         position:absolute;
         left:0px;
         top:850px;
         width:990px;
         height:53px;
         z-index:6;
         background-color: #000;
         color: #09F;
         font-size: 20px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #MainContent {
         position:absolute;
         left:165px;
         top:287px;
         width:680px;
         height:520px;
         z-index:7;
         overflow: scroll;
         background-color: #FFFFFF;
    #apDiv1 {
         position:absolute;
         left:165px;
         top:205px;
         width:680px;
         height:80px;
         z-index:8;
         background-color: #FFFFFF;
    body, td, th {
         font-size: 20px;
    /* wrapper div - all content is placed inside this div to center it on the page */
    #wrapper {
         position: relative;
         width: 990px;
         margin: 0 auto;
    -->
    </style>
    </head>
    <body>
    <div id="wrapper">  <!-- start wrapper div -->
      <div id="Header">
        <center>
          <a href="www.bemyconfidant.com"><img src="images/logo sept 09 BMC.jpg" alt="logo" width="663" height="143" border="0" /></a>
        </center>
      </div>
      <div id="MenuBar">
        <center>
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="www.bemyconfidant.com">Home</a> </li>
            <li><a href="aboutus.html">About Us</a></li>
            <li><a href="articles.html">Articles</a> </li>
            <li><a href="sitemap.html">Site Map</a></li>
            <li><a href="communicate.html">Contact Us</a></li>
            <li><a href="espanol.html">Espa&ntilde;ol</a></li>
          </ul>
        </center>
      </div>
      <div id="RightBar">
        <script type="text/javascript"><!--
    google_ad_client = "pub-0117803673831575";
    /* mRD wide shyscraper (right side) 8/16/09 */
    google_ad_slot = "4573124329";
    google_ad_width = 160;
    google_ad_height = 600;
    //-->
    </script>
        <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
        <p> </p>
        <p> </p>
      </div>
      <div id="LeftBar">
        <script type="text/javascript"><!--
    google_ad_client = "pub-0117803673831575";
    /* 160x600, created 9/8/09 right side bar, bmc */
    google_ad_slot = "5660664845";
    google_ad_width = 160;
    google_ad_height = 600;
    //-->
    </script>
        <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
      </div>
      <div id="Footer">
        <center>
          <p>Copyright &copy; 2009 by Zujeith Hernandez             <a href="index.html">Home</a>    <a href="sitemap.html">Site Map</a>  <a href="communicate.html"> Contact Us</a>    <a href="links.html">External Links</a></p>
          <p>
            <script type="text/javascript"><!--
    google_ad_client = "pub-0117803673831575";
    /* mRD home leaderhead  8/16/09 */
    google_ad_slot = "1547820565";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
            <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
             </p>
        </center>
      </div>
      <div class="MenuBarActive" id="apDiv1">
        <h1>Welcome!</h1>
      </div>
      <div id="MainContent">
        <blockquote>
          <p>The aim of this site is to bring support to anyone, who is  in need of a confidant. Sometimes it's hard to trust those close to you when  dealing with a personal matter, we understand. Others feel the need to talk to  someone other than their closest people. And yet, others have no one to talk  to. Whatever reason may bring you here, you are always welcome, this space is  for you. </p>
          <p>Be My Confidant strives to provide counsel in any area. You  will be completely anonymous, your privacy is important to us, e-mail us. Your  stories, comments, questions, suggestions, concerns are all welcomed and  appreciated. </p>
          <p> </p>
          <p><a href="mailto:[email protected]">We love hearing from you! </a></p>
          <p> </p>
          <p>Enjoy life, smile!</p>
        </blockquote>
      </div>
    </div> <!-- end wrapper div -->
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>
    <!-- www.000webhost.com Analytics Code -->
    <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
    <noscript>
    <a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a>
    </noscript>
    <!-- End Of Analytics Code -->

  • Left Align for the input text in ADF

    Hi,
    When I drag and drop the data control in my jsp page, Automatically all the fields are aligned at the center of the page. But I want to align the input text fields to the left of the page. I have only valign which will give me top, bottom and center options.
    Is there any property which will help me in aligning it left?
    Please help me.
    Thanks,
    Haripriya.S

    I think you forgot to close the rowLayout tag.
    <afh:rowLayout binding="#{backing_test.rowLayout1}" id="rowLayout1" halign="left">
    <af:panelForm binding="#{backing_test.panelForm1}" id="panelForm1">
    <af:inputText value="#{bindings.direccion.inputValue}"
    label="#{bindings.direccion.label}"
    columns="#{bindings.direccion.displayWidth}"
    id="inputText1">
    </af:inputText>
    </af:panelForm>
    </afh:rowLayout>

  • How to set the text in a jtextfield to align to the left

    A quick simple question. I'm populating a jtextfield with text pulled from a record. However the text is too long to fit in the jtextfield and the alignment is set to the right rather than the left. How do I set the alignment of the text in the jtextfield to be on the left, so that the first character of the string is shown?
    I've tried using
    setHorizontalAlignmnet(JTextField.LEFT),
    but my text still appears right justified in the jtextfield. It means that the user has to scroll the text to go to the beginning of the string, rather than the usual of scrolling the right to go the end of the string.
    This has really gotten me stumped!

    HI thanks for the help. Unfortunately it doesn't work if the text is longer than the actual textfield. The textfield would still show the end of the text, rather than showing the beginning of the text.
    For e.g.
    |est text|
    is show rather than
    |test tex|
    which is my desired result.
    Any further suggestions please.

  • How to align text {center/left/right} in  the column of ALV grid

    Hai all,
    I am displaying one check box in the ALV grid, but default it is coming left align in the column,
    how can i assign it to the center of the column.
    Thanks,
    SREEVATHSAVA.G
    Edited by: SREE on Aug 14, 2009 7:53 AM

    Hi,
    DATA:
      lr_model type ref to cl_salv_wd_config_table,
      lr_col type ref to cl_salv_wd_column.
    lr_col = lr_model->if_salv_wd_column_settings->get_column( 'EMPID' ).
    lr_col->SET_H_ALIGN(value = CL_WD_TABLE_COLUMN=>E_H_ALIGN- CENTER).
          AUTO TYPE WDY_UIE_LIBRARY_ENUM_TYPE VALUE '00', " TableColumnHAlign.auto
          CENTER TYPE WDY_UIE_LIBRARY_ENUM_TYPE VALUE '01', " TableColumnHAlign.center
          FORCED_LEFT TYPE WDY_UIE_LIBRARY_ENUM_TYPE VALUE '04', " TableColumnHAlign.forcedLeft
          END_OF_LINE TYPE WDY_UIE_LIBRARY_ENUM_TYPE VALUE '05', " TableColumnHAlign.endOfLine
          FORCED_RIGHT TYPE WDY_UIE_LIBRARY_ENUM_TYPE VALUE '06', " TableColumnHAlign.forcedRight
          BEGIN_OF_LINE TYPE WDY_UIE_LIBRARY_ENUM_TYPE VALUE '07', " TableColumnHAlign.beginOfLine
    Regards,
    Lekha.

  • Alignment of the Popup (adf 11g)

    Hi,
    I am using adf 11g and one of the requirement is :
    Pop-up should start higher on the screens (should open up in the top). May i know how can i achieve this?
    <af:showPopupBehavior popupId="manualTaskPopup"
    align="afterStart"/>
    Pop-up is opening in the Center by default now.
    This is really urgent.
    Appreciate for your help.
    Thanks
    CM

    you can do this by using alignId in javascript
    <af:commandButton id="myButton">
    <af:clientListener type="click" method="showPopup"/>
    </af:commandButton>
    function showPopup() {
    var popup = AdfPage.PAGE.findComponent("thisPopup");
    var hints = {align:"before_end", alignId:"myButton"};
    popup.show(hints);
    from the doc
    There are nine predefined align enumerations represented by constants:
    1. AdfRichPopup.ALIGN_AFTER_START: The popup appears underneath the element with the popup's upper-left corner aligned with the lower-left corner of the element. The left edges of the element and the popup are aligned.
    2. AdfRichPopup.ALIGN_AFTER_END: The popup appears underneath the element with the popup's upper-right corner aligned with the lower-right corner of the element. The right edges of the element and the popup are aligned.
    3. AdfRichPopup.ALIGN_BEFORE_START: The popup appears above the element with the popup's lower-left corner aligned with the upper-left corner of the element. The left edges of the element and the popup are aligned.
    4. AdfRichPopup.ALIGN_BEFORE_END: The popup appears above the element with the popup's lower-right corner aligned with the upper-right corner of the element. The right edges of the element and the popup are aligned.
    5. AdfRichPopup.ALIGN_END_AFTER: The popup appears to the right of the element with the popup's lower-left corner aligned with the lower-right corner of the element. The bottom edges of the element and the popup are aligned.
    6. AdfRichPopup.ALIGN_END_BEFORE: The popup appears to the right of the element with the popup's upper-left corner aligned with the upper-right corner of the element. The top edges of the element and the popup are aligned.
    7. AdfRichPopup.ALIGN_START_AFTER: The popup appears to the left of the element with the popup's lower-right corner aligned with the lower-left corner of the element. The bottom edges of the element and the popup are aligned.
    8. AdfRichPopup.ALIGN_START_BEFORE: The popup appears to the left of the element with the popup's upper-right corner aligned with the upper-left corner of the element. The top edges of the element and the popup are aligned.
    9. AdfRichPopup.ALIGN_OVERLAP: The popup appears over top of the element with the upper-left corners aligned.
    please go thru following link
    http://www.oracle.com/technology/products/adf/adffaces/11/doc/adf-richclient-api/tagdoc/af_popup.html
    hope this helps
    regards,

  • Aligning text the Menu Widget

    Menu Widget: Is it possible to align the text centered in the Menu Top-pages and left in the Menu Sub-pages?

    There's not a lot of control (any) for where the submenu itself is positioned, but you can align the text within the submenus using text alignment in the Text panel in the menu is set for Uniform Site. If the menu is set for Uniform Spacing you need to get more creative and double click until a submenu item is selected, then use the Spacing panel (unlock the chain icon) to increase the right padding value so the text appears left aligned.

  • All files larger than the screen aligns to the right by default

    Hello,
    I looked around from the existing solution pool but could not find one so here I go;
    PROBLEM; All files or programs(Numbers, Pages, Finder, Web brousers, Itunes etc)that do not horizontally fit the sceen(ie requires horizontal scroll bar) in my macbook pro moves to the far right by default.   Hense I cannot view the program on the left side unless make it all small enough to fit the screen.  Is there a solution to this? 
    I am fully updated on the platform 10.6.8.
    Thanks.

    Thanks for the tips Captfred.  
    As you mention it works while I hold Control button and this is helpful.   Now is there also a permanent way to keep the screen aligned to the left(or the alignment of files on the screen stays as positioned by the user) without holding the button?
    Thanks.
    Message was edited by: this username

  • Images on sightseeing.html won't align with the column margins.

    All six parts of the Bayside Beat tutorial were great!!!  The only problem I had was the images on the sightseeing.html page won't align with the column margins. They won't move all the way to the left or right.  In design view they align with the margins correctly, but in Live view mode or when viewed in a browser there is a space between the margin and the images.  The space is constant and doesn't vary with the width of the browser.
    I unzipped the final version of the site to a new folder.   I viewed it in Chrome and in Explorer 11 and the images still won't align with the margins.  I'm using window 8.1 and DW CC6.
    It's not a big deal, because I learned many things from the tutoral, but I still would like to know what I'm doing wrong.
    Thanks for any help.
    Design View
    Live View

    Glad you enjoyed the tutorial videos.
    Just looking at the screenshot of Live view, I would say that the problem is you haven't set the left margin in the floatleft class to zero. The image is wrapped in a <figure> element. Most browsers add a default 40px left margin to <figure>. Setting the margin to zero in a class overrides the default.

  • Item alignment in the Web Application Designer (3.5)

    Hi to all,
    I am creating a web template in WAD which has 2 tables (each of them is on different data provider). When I run the template, reports (tables) are aligned from the left side.
    Does anyone know whether it's possible to change this and have the alignment on the right side instead?
    Any assistance is highly appreciated!
    Cheers

    We should have mentioned that the HTML code similar to example below, will right align the entire table placement on the page, but the individual columns inside the table have their headings left aligned, no matter what we do.   We have not found a way to right-align the column headings inside of a table.
    Note, we added the comment tags around the 2 - P-tags below to prevent the example from heading toward the right margin below.  (In other words, the comment tags should be removed, but leave in the P tags.)
    <TR>
    <TD vAlign=top>
    <!--<P align=right>--
    >
    <object>
    <param name="OWNER" value="SAP_BW"/>
    <param name="CMD" value="GET_ITEM"/>
    <param name="NAME" value="TABLE_1"/>
    <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
    <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
    <param name="SHOW_PAGING_AREA_TOP" value="X"/>
    ITEM:            TABLE_1
    </object>
    <!--</P>--
    >
    </TD></TR>

  • Text won't align to the right in IE

    Hi! I'm having pesky IE
    problems again:
    http://zooop.net/flatrate/
    The Contact Us/Login text in the top right corner won't align
    to the right, as the code requests it to do.
    Also, the newsletter sign-up box at the top of the page,
    won't line up with the photos on the left (it sticks out a little
    bit for some reason). It does what it's supposed to do in Firefox.
    This is driving me nuts! Here's the html:
    <table width="800" border="0" cellpadding="0"
    cellspacing="0" bgcolor="#FFFFFF">
    <tr>
    <td style="padding-left: 15px; padding-top: 15px;
    padding-bottom: 15px;"><img src="logo.gif" width="264"
    height="32" />
    </td>
    <td width="349" align="right" valign="middle"
    id="contact_us">
    <a href="contact_us.html"
    class="linkContactLogin">Contact Us</a> | <a
    href="login.html" class="linkContactLogin">Customer Log In
    </a><img src="space.GIF" width="5" height="1" /><br
    />
    <img src="space.GIF" width="300" height="10" />
    <span class="phone_numbers" style="letter-spacing:.568em;
    line-height: 1.3em;"><div>703-453-9181</div>
    <div>301-384-9450</div>
    </span></td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#FFFFFF" style="padding-left:
    15px; padding-top: 30px; padding-bottom: 0px; font-weight: bold;
    font-size: 12.4px; color: #99776e; font-variant: small-caps;">
    <table width="785" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td width="445" valign="bottom">
    <div id="buttons">
    <img src="../flatrate/space.GIF" width="5" height="7"
    border="0" />
    <a href="index.html" class="linkButtons">
    Home</a><img src="../flatrate/space.GIF" width="14"
    height="8" border="0" />
    <a href="about_us.html" class="linkButtons">
    About Us</a> <img src="../flatrate/space.GIF"
    width="14" height="8" border="0" />
    <a href="free_offers.html" class="linkButtons">
    Free Offers</a><img src="../flatrate/space.GIF"
    width="14" height="8" border="0" />
    <a href="service_territory.html" class="linkButtons">
    Service Territory</a><img
    src="../flatrate/space.GIF" width="14" height="8" border="0" />
    <a href="testimonials.html" class="linkButtons">
    Testimonials</a><img src="../flatrate/space.GIF"
    width="14" height="8" border="0" />
    <a href="faq.html" class="linkButtons">
    FAQ</a></div>
    <img src="space.GIF" width="350" height="12"/> <img
    src="repairing_computer.jpg" width="108" height="144"
    style="border: 1px #000000 solid;" /><img
    src="frustrated.jpg" width="108" height="144" style="border: 1px
    #000000 solid;" /><img src="network_guy.jpg" width="108"
    height="144" style="border: 1px #000000 solid;" /><img
    src="happy_male_operator.jpg" width="108" height="144"
    style="border: 1px #000000 solid;" />
    </td>
    <td width="345" height="166" align="center" valign="top"
    style="border-left: 1px solid #000000; border-top: 1px solid
    #000000; border-right: 1px solid #000000; border-bottom: 1px solid
    #000000; padding-top: 4px;">
    <iframe src="
    http://flatratecomputersolutions.com/simplezine/includethis.php"
    id="the_iframe" frameborder="0" width="300" height="166"
    scrolling=no style="border:0px; font: Arial, Helvetica, sans-serif;
    color:#666666"></iframe>
    </td>
    </tr>
    </table>
    Here's the CSS:
    #buttons {
    height: 18px;
    width: 440px;
    background-color: #3369AA;
    padding-top: 2px;
    padding-bottom: 2px;
    .phone_numbers {
    color: #3369AA;
    font-size: 16px;
    font-weight: bold;
    .contact_us {
    line-height: 2.3em;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 15px;
    line-height:25px;
    Thanks very much!
    Emilie

    zzzeeep wrote:
    > Hi! I'm having pesky IE
    problems again:
    >
    >
    http://zooop.net/flatrate/
    >
    > The Contact Us/Login text in the top right corner won't
    align to the right, as
    > the code requests it to do.
    I'm thinking its because of the splitting and merging of your
    table
    cells. You know you should not build a page using one giant
    table which
    you then proceed to split into 'irregular' areas, which the
    browser has
    trouble deciphering.
    You can test this out by inserting a 1 row x 2 col table
    above your main
    table. Use the same code/css on each of the cells and you'll
    find the
    text goes over to the right.......that probably tells you the
    construction of your main table is 'wonky'

  • Pop-up Menu is aligned with the top of the window in IE7

    Using Fireworks MX I created a pop-up menu on an image I
    would like to put within a table not in the top of the window.
    If I view the page with Firefox, the menu is aligned with the
    image, but if I use IE7 the pop-up menu is aligned with the top of
    the window, far from the image.
    Can anyone help me to fix this problem, please?
    Thank you

    Paperetto wrote:
    > Using Fireworks MX I created a pop-up menu on an image I
    would like to put
    > within a table not in the top of the window.
    > If I view the page with Firefox, the menu is aligned
    with the image, but if I
    > use IE7 the pop-up menu is aligned with the top of the
    window, far from the
    > image.
    > Can anyone help me to fix this problem, please?
    You'll need to place the menu in its final position in
    Fireworks, and
    then build your page around it in Dreamweaver. A better
    option would be
    to build the menu yourself from scratch. You can learn how to
    do that here:
    http://www.projectseven.com/tutorials/navigation/index.htm
    Linda Rathgeber [PVII] *Adobe Community Expert-Fireworks*
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    http://www.adobe.com/communities/experts/

  • Vertical Alignment in the cell of a ALV webdynpro

    HI Experts,
    As per my requirement i have created an ALV in webdynpro, which has several columns few of the columns have check boxes and few have input fields.
    Now, if I look at my ALV output i observed in the cell which are input fields all the data is bottom aligned but in the other cells the check boxes are top aligned . ( The vertical alignment i am talking about is with respect to each cell ).
    I didnot fins any property either in the ALV or as even in a ordinary table where i can play around with the vertical alignment in a cell.
    Do you think we can change the alignment in cell of a ALV? if so how?
    Thanks in Advance!!

    _Go to "Provide Pages Feedback" in the "Pages" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'11
    Yvan KOENIG (VALLAURIS, France) samedi 13 mars 2010 23:31:06

Maybe you are looking for