Div tags not aligning properly

I can not get my div tags to align properly.  I have one div tag set to float left, and the other to float right.  I can get the first set to work, but as soon as I add in another set, they both float left.  I have played around with margins, borders, and padding and nothing seems to be working.  Here is the code:
<style type="text/css">
.pageborder {
width: 795px;
height: 1000px;
border: medium solid #008478;
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
.prodboxleft {
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
background-color: #76c6be;
text-align: left;
width: 369px;
float: left;
height: 150px;
border: medium dashed #008478;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 12px;
padding: 0px;
.prodboxright {
font-family: Verdana, Geneva, sans-serif;
font-size: 10pt;
background-color: #76c6be;
text-align: left;
width: 369px;
float: right;
height: 150px;
border: medium dashed #008478;
margin-top: 5px;
margin-right: 12px;
margin-bottom: 5px;
margin-left: 5px;
padding: 0px;
</style>
</head>
<body>
<div class="pageborder"><div class="prodboxleft">Content for  class "prodboxleft" Goes Here</div>
<div class="prodboxright">Content for  class "prodboxright" Goes Here</div>
<div class="prodboxleft">Content for  class "prodboxleft" Goes Here</div>
<div class="prodboxright">Content for  class "prodboxright" Goes Here</div>
<div class="prodboxleft">Content for  class "prodboxleft" Goes Here</div>
<div class="prodboxright">Content for  class "prodboxright" Goes Here</div>
</div>

Thank you, unfortunately that is not the issue.  The border is set in pixels and it is wide enough to accommodate the floated containers.  As I mentioned in my first post, the first set of containers work perfectly, then the second set does not, and yet a third set does.  It is almost as if there is something in the middle of the space that is not allowing the containers to behave properly.  I have attached a screen shot to show what I am talking about.

Similar Messages

  • IPad air Smart Cover not aligning properly

    Is anyone else having issues?
    My nice new iPad air arrived on Tuesday, 3 days latter I received my apple Smart Cover! Why not send them together? That's another storey.
    After a days use, I notice that the cover is not aligning properly, then I read online that it could be an issues with the actual iPad not the cover, anyone else having these problems?
    Experienced outcomes?
    Regards
    Norm.

    You don't have this option?
    Open Settings->General->Lock/Unlock...make sure it is toggled on.
    Also, try restarting the iPad then check Settings again.
    When the iPad recognizes that the cover is installed that setting should appear and as I can recall, it defaults to that setting being ON.  Are you using an Apple Smart Cover or a third party cover.  If it's an Apple cover & that setting doesn't appear, take the cover back to the store & exchange it,  there may be a problem with the magnet placement in the cover.  If that doesn't fix the issue then you may have to make an appointment at a Genius Bar to have them run a diagnostic on your iPad.

  • New Macbook Pro Lid not Aligned Properly

    Hi all,
    I received my new 2010 15" HR i7 Macbook Pro earlier this month (May) and have been very happy with it up until yesterday when I noticed that the screen lid and the rest of the body do are not aligned properly when the lid is closed. There is an offset of about 1.5mm in the left-to-righthand direction.
    The computer is only weeks old and hasn't been dropped or mishandled, so I was wondering where I stand here. It's not a massive deal really, but I feel as a virtually brand new machine, this thing should be perfect. Would I be entitled to a replacement for this defect, and if so, how long would I likely be without a machine whilst I send it back etc. (it has some customisations so can't be exchanged in a retail store).
    Thanks in advance

    Hi chapowski and welcome to Apple Discussions!
    You are asking questions here which we don't really have any way of answering. Your best bet is to contact Apple ((44) 0844 209 0611 in the UK) and let them know your problem, and ask what they can do for you.
    Just FYI, Apple typically does not replace computers unless they are unable to repair them. Since it is not a stock machine, a repair would likely take less time than a replacement anyway.
    Best of luck.

  • Content not aligning properly?

    I'm Having trouble getting my content to align properly, it looks right in dreamweaver but when I put it (doesn't matter what internet browser) it is not aligned the same way it is in dreamweaver. The site is www.thecrowdedroom.ca It's pretty obvious what isn't linging up.... The nave container the page identifier and the page content
    Here's my code, I've put the code for the style sheets below the source code
    SOURCE CODE:
    <html>
    <head>
    <title>crowded room - home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link href="stylesheet1.css" rel="stylesheet" type="text/css">
    </head><center>
    <body>
    <div id="container">
    <div id="navbar" align="left">
            <ul>
                <li><a href="CRhome.html"><img src="images/home-button.jpg" alt="Home" width="75" height="23" border="0"></a></li>
                <li><a href="CRprojects.html"><img src="images/projects-button.jpg" alt="Projects" width="87" height="23" border="0"></a></li>
                <li><a href="CRinfo.html"><img src="images/rundown-button.jpg" alt="Info" width="131" height="23" border="0"></a></li>
                <li><a href="CRcontact.html"><img src="images/contact-button.jpg" alt="Contact" width="89" height="23" border="0"></a></li>
            </ul>
    </div>
    <div id="display">
      <img src="images/home-display.jpg" width="182" height="34">
    </div>
    <div id="content">
    Welcome to the Crowded Room<br><br>
    Home of Web Developement, Media Production, and Event Planning<br>
    Take a look around, check out our current and past projects  
    </div>
    <div id="footer">
      Copyright © 2009 CROWDED ROOM PRODUCTIONS. All rights reserved
    </div>
    <this is the container div nothing goes below it>
    </div>
    </body></center>
    </html>
    STYLE SHEETS
    #container {
        background-image: url(images/CRhome.jpg);
        background-repeat: no-repeat;
        height: 800px;
        width: 800px;
        margin-top: 30;
        margin-right: auto;
        margin-left: auto;
    #container #navbar ul  {
        list-style-type: none;
        clip: rect(auto,auto,auto,auto);
        height: 4px;
        width: 100px;
    #container #navbar ul li {
        margin-top: 6px;
    #navbar {
        height: 100px;
        width: 100px;
        float: none;
        margin-top: 202px;
        margin-left: 50px;
        position: absolute;
        left: 254px;
        top: 87px;
    #display {
        position: absolute;
        left: 311px;
        top: 630px;
    #content {
        letter-spacing: normal;
        text-align: left;
        word-spacing: normal;
        overflow: auto;
        height: 122px;
        width: 760px;
        margin-top: 635px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        position: absolute;
        font-family: "Myriad Pro";
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        vertical-align: middle;
        left: 284px;
        top: 30px;
    #footer {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 9px;
        height: 14px;
        width: 800px;
        position: absolute;
        text-align: center;
        left: 283px;
        top: 785px;
        margin-top: 30;
        margin-right: auto;
        margin-left: auto;
    #contentpic {
        letter-spacing: normal;
        text-align: left;
        word-spacing: normal;
        overflow: auto;
        height: 150px;
        width: 200px;
        margin-top: 635px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        position: absolute;
        font-family: "Myriad Pro";
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        vertical-align: middle;
        left: 12px;
        top: 32px;
    #contentwordpic {
        letter-spacing: normal;
        text-align: left;
        word-spacing: normal;
        overflow: auto;
        height: 150px;
        width: 560px;
        margin-top: 635px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        position: absolute;
        font-family: "Myriad Pro";
        font-size: 14px;
        font-style: normal;
        line-height: 25px;
        vertical-align: middle;
        top: 31px;
        left: 214px;

    http://www.thecrowdedroom.ca 
    I can tell you that having no document type declaration (DTD) on the first line of your HTML docs is not a good thing and sends your page into Browser Quirks Mode.
    DW   automatically applies a doc type to new pages so you may have copied & pasted this code  from someplace else ??
    To fix this problem, Go to File Menu > Convert > Select a Doc type that fits your coding skills.  Either XHTML or HTML (transitional).
    HINT:  It's a good idea to use HTML heading <h1> <h2> <h3> or paragraph <p> tags around your text content for search engines to find.  Heading 1 carries greater importance than heading 2 and so on...
    Related Links:
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Good luck with your project,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Front panel not aligning properly on scale print

    So I've created a custom print VI with various graphics that I'd like to print on an 11x17 sheet of paper in landscape mode, but for the life of me I can't get the thing to align properly.  I want the front panel to print centered with 0.1 - 0.2 inch margins all around, but instead of doing this, the front panel will sometimes print aligned to the left and top or other times to the right and top (with wrong margins always on two sides, sometimes three or four).  I'm using a programmatic call to the easy print function that scales the front panel to fit on this size.  However, even after making the proportions of objects on the VI 11:17 (vertical: horizontal) I still can't seem to get this thing to center properly.  Any ideas of what the problem could be?

    Ok, So I created a blank VI with a 1280 x 1978 frame decoration, yet the print preview in labview still doesn't seem to show the thing with proper alignment.  
    Looking at the picture, looks like it's aligned along the right and top of the page rather than uniformly centered.  Ideally, the frame would uniformly cover all the edges around the page in the preview.  I suspect this is an issue with LabVIEW and not my printer, as I can set my printer to borderless printing. 
    Any ideas? 
    Attachments:
    print align.JPG ‏22 KB

  • Viewing header info not aligning properly

    I've been using Microsoft Entourage for about 6 years or so and decided to try out the Mail program. I'm running Mail 2.1.2 on OS 10.4.11. Everything is working fine except the way the emails are displayed. Header info, "From" and "To" are not aligning up properly with the names.
    The sender's name (email address) is at the top and there are approx 12 line spaces (blank) before the "From:". "Subject" and "Date" info are aligned properly. Following the Date info, the receiver's name and email address is displayed followed by about 12 line spaces (blank) before the "To:". This makes the header info take up a lot of space with empty area.
    I tried changing fonts and sizes with no luck. I ran all the updates which also didn't fix the problem. FYI, I use the Suitecase to manage my fonts.
    Any suggestions will be greatly appreciated.
    Thank you!

    This is a font issue. You’ve probably either disabled or removed a font that Mail needs to work properly (e.g. Helvetica):
    Font Management in Mac OS X Tiger and Panther
    You can only change in Preferences the fonts that Mail uses for some things. The font that Mail uses for other things, and for message headers in particular, is fixed (Helvetica).

  • Div tag not expanding with content.. Help please!

    Hi there,
    Firstly I'm reasonably new to this so if I appear stoopid, it's possible that I am.
    I have been building a CSS based page with Div tags. What I'm trying to achieve is an html body that has a #wrapper centred on the page, then a #header, #nav, #banner, #content and #footer consecutively down the page. Then inside I want to place a #leftColumn and a #rightColumn. This much I have achieved. What I'm having trouble with is having the content div expand with the two column divs within it. I've included the main.css file I'm using below as well as the source code for the content section of the page. Any help would be greatly appreciated.
    Cheers,
    Philamon
    @charset "UTF-8";
    body {
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 0px;
    #wrapper {
    color: #000;
    text-align: left;
    width: 760px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    #header {
    color: #000;
    margin-top: 12px;
    margin-bottom: 12px;
    #content {
    color: #000;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
    overflow: auto;
    #footer {
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    clear: both;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: relative;
    #logo {
    color: #000;
    height: 71px;
    padding-bottom: 10px;
    padding-right: 5px;
    #nav {
    color: #000;
    height: 28px;
    #banner {
    color: #000;
    height: 200px;
    text-align: center;
    #leftColumn {
    color: #000;
    float: left;
    width: 70%;
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    #rightColumn {
    color: #000;
    float: right;
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    .fltrt {
    float: right;
    <div id="content">
        <h1>Welcome to The Groundswell Division</h1>
        <div id="leftColumn">
          <h2>Mission Statement</h2>
          <p>The Groundswell Division aims to:</p>
          <p>Be involved in the future moulding of the Australian performing arts industry through attracting new audiences, working collaboratively to find new forms and helping to expand the scope of performing arts in Australia.<br />
            Provide vital, diverse and challenging artistic works for audiences, both locally in Melbourne, throughout Australia and internationally.<br />
            Provide a platform for local performing arts practitioners who are currently underutilised within the industry.<br />
            Provide an umbrella for independent artists to stage their works within an established, supportive company.<br />
            Make all decisions regarding creative direction and control in an open, honest forum by the members of the Company’s democratic committee. </p>
        </div>
        <div id="rightColumn">
          <h2>Subheading</h2>
          <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>
        </div><div id="leftColumn2">
          <h2> </h2>
    </div>
      </div>

    Hi,
    Change your wrapper code to this.
    #wrapper {
    width: 760px;
    margin: 0 auto;
    color: #000;
    text-align: left;
    You haven't included the Wrapper Div in your code :
    You haven't specified and CSS markup for leftColumn2.
    I have included an example (the div sizes will need adjusting!)
    <!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>Untitled Document</title>
    <style type="text/css">
    @charset "UTF-8";
    body {
    color: #FFF;
    text-align: center;
    margin: 0px;
    padding: 0px;
    #wrapper {
    width: 760px;
    margin: 0 auto;
    color: #000;
    text-align: left;
    #header {
    color: #000;
    margin-top: 12px;
    margin-bottom: 12px;
    #content {
    color: #000;
    width: 740px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 5px;
    overflow: auto;
    #footer {
    color: #000;
    margin-top: 5px;
    margin-bottom: 0px;
    clear: both;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: relative;
    #logo {
    color: #000;
    height: 71px;
    padding-bottom: 10px;
    padding-right: 5px;
    #nav {
    color: #000;
    height: 28px;
    #banner {
    color: #000;
    height: 200px;
    text-align: center;
    #leftColumn {
    color: #000;
    float: left;
    width: 400px;
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    #leftColumn2 {
    color: #000;
    float: left;
    width: 100px;
    padding-right: 5px;
    padding-bottom: 30px;
    padding-left: 5px;
    #rightColumn {
    color: #000;
    float: left;
    width: 100px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 30px;
    .fltrt {
    float: right;
    }</style>
    </head>
    <body>
    <div id="wrapper">
      <div id="content">
      <h1>Welcome to The Groundswell Division</h1>
        <div id="leftColumn">
          <h2>Mission Statement</h2>
            <p>The Groundswell Division aims to:</p>
            <p>Be involved in the future moulding of the Australian performing arts industry through attracting new audiences, working collaboratively to find new forms and helping to expand the scope of performing arts in Australia.<br />
            Provide vital, diverse and challenging artistic works for audiences, both locally in Melbourne, throughout Australia and internationally.<br />
            Provide a platform for local performing arts practitioners who are currently underutilised within the industry.<br />
            Provide an umbrella for independent artists to stage their works within an established, supportive company.<br />
            Make all decisions regarding creative direction and control in an open, honest forum by the members of the Company's democratic committee. </p>
        </div>
        <!--/LeftCol-->
        <div id="leftColumn2">
        <h2></h2>
        </div>
         <!--/LeftCol2-->
        <div id="rightColumn">
        <h2>Subheading</h2>
        <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p>
        </div>
         <!-- /Right Col-->
       </div>
        <!-- /Content-->
        <div id="footer">
        <h2>Footer</h2>
        </div>
        <!-- /Footer -->
    </div>
    <!-- /Wrapper -->
    </body>
    </html>
    Hope this helps ;-)

  • Images not aligning properly in table cells

    I have a simple table (1 row, 4 columns).
    Three of the images have identical dimensions (108 x 200 pixels). After placing them each into a cell of the table, the middle image is not aligned with the other two. Instead, it is higher in the cell.
    I looked at source code, and everything appears to be identical. Also, every image has the default setting for alignment (center, middle).
    How can I fix this?
    Thanks

    OK thanks for posting a link to your site.  The error is in Line 73 .  The code snippet looks like this:
    Click on the above picture to get a magnified version of it and you will see that in Line 73 you have something like this:
    & nbsp;
    Delete it and your problem is solved.
    Good luck.

  • Content in browser view is not aligned properly but looks fine in design/live view

    Here is my site: www.kaleongdesigns.com
    Here is the coding:
    <!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>Untitled Document</title>
    <style type="text/css">
    <!--
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #42413C;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
              width: 1024px;
              background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
              height: 768px;
              margin-top: 0;
              margin-right: auto;
              margin-bottom: 0;
              margin-left: auto;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              height: 89px;
              width: 1024px;
              background-color: #ADB96E;
              background-image: url(images/KADhomepage2_01.jpg);
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              height: 536px;
              width: 1024px;
              padding-top: 10px;
              padding-right: 0;
              padding-bottom: 10px;
              padding-left: 0;
              background-image: url(images/KADhomepage2_02.jpg);
    /* ~~ The footer ~~ */
    .footer {
              height: 101px;
              width: 1024px;
              padding-top: 10px;
              padding-right: 0;
              padding-bottom: 10px;
              padding-left: 0;
              background-color: #CCC49F;
              background-image: url(images/KADhomepage2_03.jpg);
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    #apDiv1 {
              position:absolute;
              width:433px;
              height:41px;
              z-index:1;
              left: 300px;
              top: 24px;
    -->
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </head><body>
    <div class="container">
      <div class="header"><!-- end .header -->
        <div id="apDiv1">
          <ul id="MenuBar1" class="MenuBarHorizontal">
            <li><a href="index.html"><strong>Home</strong></a></li><li><a href="KADres.html">Resume</a></li><li><a href="KADport.html">Portfolio</a></li><li><a href="KADproc.html">Process</a></li><li><a href="KADcon1.html">Contact</a></li>
          </ul>
        </div>
      </div>
      <div class="content">
        <h1> </h1>
      <!-- end .content --></div>
      <div class="footer">
        <p> </p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body></html>

    Your Menu is situated in an absolutely positioned div
    #apDiv1 {
        height: 41px; 
        left: 300px;
        position: absolute;
        top: 24px;
        width: 433px;
        z-index: 1;
    AP divs are removed from the document flow and remain in exactly the same place regardless of user preferences. For example if text size is changed, your design moves, but your menu stays where it was.
    Try this
    #apDiv1 { 
        height: 41px;    left: 300px;
        position: relative;
        top: 24px;
        width: 450px;
        z-index: 1;

  • Bug in Bridge CS6: Orientation tag not always properly interpreted

    The Orientation flag in the EXIF metadata can assume eight different integer values with their meanings defined as follows:
    1: frame's 1st pixel row = picture's top; frame's 1st pixel col = picture's left
    2: frame's 1st pixel row = picture's top; frame's 1st pixel col = picture's right
    3: frame's 1st pixel row = picture's bottom; frame's 1st pixel col = picture's right
    4: frame's 1st pixel row = picture's bottom; frame's 1st pixel col = picture's left
    5: frame's 1st pixel row = picture's left; frame's 1st pixel col = picture's top
    6: frame's 1st pixel row = picture's right; frame's 1st pixel col = picture's top
    7: frame's 1st pixel row = picture's right; frame's 1st pixel col = picture's bottom
    8: frame's 1st pixel row = picture's left; frame's 1st pixel col = picture's bottom
    The values in bold typeface (1, 3, 6, 8) are pure rotations only; they are properly interpreted in Bridge CS6 Beta. The values in regular typeface (2, 4, 5, 7) are rotations plus mirrorings; they are properly interpreted in Bridge's Content pane, i. e. where the thumbnails are. In the Preview pane, however, the display is wrong, reflecting the rotations only but not the mirrorings. When opening a mirrored picture in Camera Raw 7.0 or Photoshop CS6 Beta, it will show up correctly again (i. e. with the orientation tag properly applied), so only Bridge's Preview pane is affected, apparently.
    By the way, the same bug also is present in Bridge CS5 (and maybe in earlier versions, too, but I didn't check).

    Result: In the regular keyword list (dc:subject), the updated keywords appear as expected. In the hierarchical keyword list (lr:hierarchicalSubject), however, the keywords appear as originally imported, ignoring all the subsequent changes. So now dc:subject and lr:hierarchicalSubject are inconsistent.
    Not sure I do understand your method correctly but to my knowledge the import and export functions for file info and Keywords are meant for the whole template or the whole keyword list.
    If you open a file and start removing and adding you should do so in your keyword list. But how you changed is not very clear to me.
    When a keyword is in italic it means it is not persistent and with right click menu you can do so to add it to the list. If you remove a keyword that in your list has a sub keyword it does not automatically change in a parent keyword.

  • CSS....Format Tags Not Working Properly IN Fire Fox

    Hi Folks,
    Setting up a External style sheet.... the h tags (h5 and 6)
    in this case are not letting the text align to top of the table in
    fire fox.
    When I preview in FF the text is one return down from the top
    and in IE it is at the top.
    When I take the Htags off and preview in Fire Fox they are in
    the right place.
    I've tried aligning in everyway possible, with css and in the
    properties panel. Why is fire fox having an issue with the tags.
    Won't align correctly......
    Thanks so much

    Can you try giving a custom format expression as below
    =IIF(Val(Fields!FieldName.Value)<0,"(#,##0,,)", "#,##0,,")
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Labels are not aligned properly when printed using HP5610

    Hi ,
    I am trying to print Avery J8160 labels using my HP 5610 Officejet. I am using official Avery templates and have checked all printer settings, there are no issues.
    Everything is fine if I use plain paper but if I use Avery label A4 sheet, the alignment goes out. It's as if the label paper is not being drawn into the printer properly. All print settings are fine. I have contacted Avery and they have no explanation. Avery infact said that there is issue of alignment with printer and contact HP for finding solution. And they said most probably its something to do with printer treating both papers differently and some kind of skidding on rollers or something else resulting into this issue.
    I have just done a quick test, I removed top row of labels and then feed the sheet and everything is fine. To me somehow seems that its thickness of label sheet and somehow printer start printing before actual print area on sheet starts. While in case if paper is thin (normal paper or top row of labels removed) , everything is fine.
    Any help would be great, I have already wasted many sheets of labels.
    regards
    Maninder

    Which SQL client and Linux version are we talking about?
    Assuming you are using the Oracle sqlplus client... it does not support command line editing and history using the arrow keys. For this to work you will have to install a product called Readline Wrapper. See my answer at the General Database forum:
    sqlplus command line editing

  • JavaDoc issue:  @see tags not displaying properly

    I am having a very odd issue that I cannot seem to figure out. I am trying to add the following lines to a comment on a specific method:
    @see javax.mail.internet.MimeMessage#setSubject(java.lang.String)
    @see java.util.Properties#getProperty(java.lang.String)
    My problem is, when the html is generated...it shows
    See also:
    MimeMessage, Properties.getProperty(java.lang.String)
    I have both the J2SE and J2EE documentation linked so that these are linked to the source api on sun's site. When I click on MimeMessage it does send me to the setSubject() method within the MimeMessage class. So why does it not show MimeMessage.setSubject(java.lang.String)? Instead it just shows the class name. And why does Properties.getProperty(java.lang.String) properly show on the documentation but the MimeMessage class does not show the specific method it is linking to?

    Here is my set of @see tags for this method:
    @see javax.mail.Session#getInstance(java.util.Properties, javax.mail.Authenticator)
    @see javax.mail.internet.MimeMessage#setRecipients(javax.mail.Message.RecipientType, javax.mail.Address[])
    @see javax.mail.internet.MimeMessage#setSentDate(java.util.Date)
    @see javax.mail.internet.MimeMessage#setSubject(java.lang.String)
    @see javax.mail.internet.MimeMessage#setHeader(java.lang.String, java.lang.String)
    @see java.util.Properties#getProperty(java.lang.String)
    @see java.util.Properties#list(java.io.PrintStream)
    @see javax.mail.internet.MimeMessage#setFrom(javax.mail.Address)
    @see java.io.StringWriter#write(java.lang.String)
    @see javax.mail.internet.MimeBodyPart#setContent(java.lang.Object, java.lang.String)
    @see javax.mail.Multipart#addBodyPart(javax.mail.BodyPart)
    @see javax.mail.Transport#send(javax.mail.Message)And here is what it outputs on the documentation:
    See Also:
    Session, MimeMessage, MimeMessage, MimeMessage, MimeMessage, Properties.getProperty(java.lang.String), Properties.list(java.io.PrintStream), MimeMessage, StringWriter.write(java.lang.String), MimeBodyPart, Multipart, Transport
    I am using an ant build to generate the documentation, here is the javadoc target:
    <target name="javadoc" description="Generates javadoc">
         <!--     Backup current javadocs directory and create new directory     -->
         <script language='javascript' src='./WebContent/js/javadocs/javadocBackup.js'></script>
         <delete dir="${backupdoc.dir}" failonerror="false"/>
         <move file="${doc.dir}" tofile="${backupdoc.dir}"/>
         <delete dir="${doc.dir}" failonerror="false"/>
         <mkdir dir="${doc.dir}" />
         <javadoc destdir="${doc.dir}" access="package" use="true" notree="false" nonavbar="false"
              noindex="false" splitindex="true" author="true" version="true" nodeprecatedlist="false"
              packagenames="us.or.state.dhs.*" sourcepath="${src.dir}" doctitle="${project.name}"
              windowtitle="${project.name} - API reference." stylesheetfile="../documents/javadocs.css"
              bottom="<script src='../../WebContent/js/javadocs/javadocTopBanner.js'></script>">
              <!--     Link to external API documentation     -->
              <link href="http://java.sun.com/j2ee/1.4/docs/api/"/>
              <link href="http://java.sun.com/j2se/1.4.2/docs/api"/>
         </javadoc>
    </target>It is just really odd that the classes within the j2se docs are displaying correctly whereas the j2ee classes are not. The j2see classes link correctly and point to the correct methods when you click on them. They just aren't displaying correctly as you see above with the 4 MimeMessage classes and the Session, Transport, etc.
    Any help is appreciated, thanks for responding! :)

  • Data not aligned properly

    Here's my rtf structure
    group-by Product
    <there's a table in here>
    for-each Company
    <there's a table in here>
    for-each Community
    <there's a table in here>
    Data appear as below
    Computer
    <there's a table in here>
    Company 1000
    <there's a table in here>
    Community A
    <there's a table in here>
    Community B
    <there's a table in here>
    Community C
    <there's a table in here>
    Company 2000
    <there's a table in here>
    Community D
    <there's a table in here>
    Community E
    <there's a table in here>
    Right now, the Community C table header for example, will be on page 1 and its table will be on page 2 because its table does not fit on page 1.  So I selected for-each Community then paragraph -> Line and Page Breaks -> Keep with Next.  Then it works but the data appears as below
    Page 1
    Computer
    <there's a table in here>
    Company 1000
    <there's a table in here>
    <THERE A BIG BLANK SPACE HERE>
    Page 2
    Community A
    <there's a table in here>
    Community B
    <there's a table in here>
    Community C
    <there's a table in here>
    The Community Headers stay with their tables but there's a big blank space between a Community A and Company 1000
    I did the same Keep with Next with for-each Company and same result, I did it for group-by Product and same result, big blank space
    How can we make it so data will flow with each other and if a table header (Product or Company or Community) does not fit on a page then it will go to the next page please?

    Thanks Kavipriya for your help. The report shows data properly now.
    Thanks Nagireddy for your offer.

  • Dynamic Header row for table not aligned properly on 2nd Page

    Hello Friends,
    The problem is like this :
    We have a table with dynamic number of columns and few of them are being hidden at runtime based on a configuration table.
    Now problem while printing is that first page is printing the header row, but same is not being repeated on subsequent pages.
    Please see the layout
    Header row is warped in 2 subforms both are flowed - western text so that they will get squeezed if column is hidden
    Here are the properties for subforms
    1) overflowLeader => Flow top-bottom
    2) OF_SF => Flowed , western text
    On 2nd page all the columns are getting aligned to left hand side whereas printing fine on first page.
    Thanks,
    Nitin

    Hi Nitin,
    in this case, you must use more nested wrapper subforms and set the root subform layout from "flow" to "positioned". I cannot give advice on how the wrapper subforms are organized, since it depends on your logic, just try it out.
    Cheers,
    Tao

Maybe you are looking for