CSS problems in CS4 with multiple images on a page...

I seem to have a ton of questions going in this forum, sorry if it's painful.
Here's my latest issue.(DW CS4)
I created a blank html page and linked a CSS file to it. I dropped a bunch of images into the body and wrapped them in a div with an id of "thumbnails"
I clicked on my img tag right below the Design window and clicked the "new css rule" button in the CSS Styles window and gave my images a margin of 40 px.  I clicked "OK" and my changes took effect in the Design window, but when I previewed it in the browser (Firefox and IE) none of the CSS was taking effect, all the images were still crammed together. Same thing for the "Live View" Button, I'm not sure what happened, or why the CSS won't take effect.
Can somebody help me?
Thanks all,
Aza

My HTML follows-----
<!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>
<link href="../CssFiles/oneColLiqCtrHdr.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="oneColLiqCtrHdr" id="Thumbnails"><img src="../images/Jewelry/Thumbnails/T_Bracelets/Bellarri_ColoredStone_Over10k_1.jpg" width="166" height="150" alt="Bellari" /><img src="../images/Jewelry/Thumbnails/T_Bracelets/CynthiaGregg_Gold_Over5k_1.jpg" width="178" height="150" alt="Cynthia Gregg" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/FrankRuebel_BestBracelet_2501_5k_1.jpg" width="150" height="150" alt="Frank Ruebel" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/Gabriel_BestBracelet_2501_5k_1.jpg" width="156" height="150" alt="Gabriel" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/GeralynSheridan_FashionBridge_500Under_1.jp g" width="178" height="150" alt="Geralyn Sheridan" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/Jyes_Legends_Over5k_1.jpg" width="150" height="150" alt="Jyes Legends" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/Maevona_BestBracelet_5001_10k_1.jpg" width="166" height="150" alt="Maevona" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/SalPraschnik_Legends_Over5k_1.jpg" width="208" height="150" alt="Sal Praschnik" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/Sara_BestBracelet_Over10k_1.jpg" width="156" height="150" alt="Sara" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/Starhaven_Silver_501_1k_1.jpg" width="166" height="150" alt="Starhaven" />
  <img src="../images/Jewelry/Thumbnails/T_Bracelets/SylvaCie_BestBracelet_Over10k_1.jpg" width="150" height="150" alt="Sylva Cie" /></div>
</body>
</html>
*************CSS FOLLOWS********************
@charset "utf-8";
body {
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #000000;
#jewelryFrame {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #CCC;
#jewelryFrame p {
    font-size: 12px;
    padding-bottom: 75px;
.oneColLiqCtrHdr #container {
    width: 100%;  /* this will create a container 80% of the browser width */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: center; /* this overrides the text-align: center on the body element. */
    background-color: #000000;
    max-width: 960px;
    min-width: 800px;
.oneColLiqCtrHdr #header {
    background: #DDDDDD;
    padding: 0;
    width: 960px;
    height: 141px;
    background-color: #000000;
    color: #CCA4A5;
    font-size: 11px;
    font-style: normal;
    font-family: Goudy Old Style;
    background-image: url(../images/CPJ-Header.png);
.oneColLiqCtrHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    color: #FFFFFF;
#navbar {
    background: #999999;
    height: 29px;
    width: 960px;
    background-color: #000000;
    background-image: url(../images/CPJ-NavLT.png);
    background-repeat: repeat;
.oneColLiqCtrHdr #container #navbar img {
    border-width: 0px;
    border-style: 0;
    border: 0;
#sideBarLeft {
    float: left;
    width: 30%;
    height: 100%;
    min-width: 250px;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
.oneColLiqCtrHdr #container #sideBarLeft p {
    text-align: justify;
    font-size: 12px;
.oneColLiqCtrHdr #container #sideBarLeft h2 {
    font-size: 14px;
.oneColLiqCtrHdr #container #sideBarLeft h1 {
    font-size: 24px;
.oneColLiqCtrHdr #container #sideBarLeft {
    color: #CCC;
    padding-top: 15%;
    padding-bottom: 15%;
.oneColLiqCtrHdr #mainContent {
    padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #FFFFFF;
    background-color: #000000;
    color: #969696;
    font-family: "Goudy Old Style";
    font-size: 18px
    text-align: center;
    vertical-align: middle;
    min-height: 500px;
.oneColLiqCtrHdr #container #mainContent p {
    font-family: "Goudy Old Style";
    font-size: 18px;
.oneColLiqCtrHdr #container #mainContent h1   {
    padding: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #969696;
    font-family:"Goudy Old Style";
    font-size:36px;
.oneColLiqCtrHdr #container #mainContent h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 72px;
    font-weight: bold;
    vertical-align: middle;
    line-height: normal;
    color: #CCC;
.oneColLiqCtrHdr #container #mainContent #staticprivacy h3 {
    padding: 0px;
#jewelryFull {
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
    font-family: Georgia, "Times New Roman", Times, serif;
    float: none;
    width: 100%;
    max-width: 960px;
    background-image: url(../images/CPJ--MainBG_slice_15.png);
.oneColLiqCtrHdr #container #mainContent #jewelryFull {
    font-family: Arial, Helvetica, sans-serif;
    color: #CCC;
.oneColLiqCtrHdr #container #mainContent #jewelryFull img {
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCC;
    border-right-color: #666;
    border-bottom-color: #666;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    margin-top: 25px;
.oneColLiqCtrHdr #container #mainContent #jewelryFull p {
    text-align: justify;
    margin-top: 0px;
    font-size: 10px;
.oneColLiqCtrHdr #container #mainContent #mycarousel {
    text-align: center;
    height: 500px;
.oneColLiqCtrHdr #footer {
    padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    background-image: url(../images/CPJ-Red-Footer.png);
    height: 63px;
    width: 960px;
    vertical-align: top;
    list-style-type: none;
    clear: both;
#BottomNav {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 11px;
    color: #CCC;
    height: 100%;
    margin: 0;
.oneColLiqCtrHdr #container #footer #BottomNav ul {
    list-style-type: none;
.oneColLiqCtrHdr #container #footer #BottomNav ul li {
    display: inline;
.oneColLiqCtrHdr #container #footer #BottomNav ul li a {
    list-style-type: none;
    list-style-image: none;
    float: right;
    padding-right: 45px;
    color: #969696;
    text-decoration: none;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
.oneColLiqCtrHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    color: #FFF;
    text-align: right;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
#quotes {
    text-align: center;
    margin-right: 65px;
    float: none;
#quoteright {
    text-align: right;
    margin-right: 65px;
#quotesleft {
    text-align: left;
    text-indent: 65px;
#companyTitle {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 24px;
#medImageArea {
    width: 100%;
    height: 50px;
#Thumbnails img {
    padding: 40px;
************Thank you****************

Similar Messages

  • I am having a problem when i open a new tab with multiple images. If there is more than five or six images they won't all open.

    I open emails with multiple images. The new version is having a problem opening a tab with more than maybe 6 or 7 images. Older versions sometimes had the same problem but the unopened images appeared on the page as a small blank box that you could try to reload. Not anymore. Now you have to reload the whole tab. Sometimes this works other times it doesn't.

    You seem to be using a beta version. Maybe go back to a regular release and wait for V. 30 to become a regular release, and maybe whatever bug it is will be fixed.

  • Exporting a template with multiple images

    Let's assume I want to have a large print made at an outside commecial lab because my printer does not handle the size.
    In the Print Module, is there a way to export a template with multiple images so that it can be sent to an outside lab for printing?
    Or, is this not possible and I would have to design the template in Photoshop and send the file to the lab?
    If Lightroom is not yet capable of this, it certainly seems like a worthwhile feature.

    Thanks for sticking with this thread to help me.
    I am on Windows and I do have PDF capability, the full Adobe Acrobat Professional.
    I have been experimenting with your suggestions and, yes, saving it as a PDF and bringing it into Photoshop is a workaround. The images and Identity plate come into Photoshop as they appear in the template in Lightroom.
    What doesn't appear in Photoshop is the whitespace(margins)around the images. They appear in the PDF, but they don't appear when I open the PDF in Photoshop. Is there a setting I'm overlooking in the PDF settings dialog that will correct this? Or, is this just the way importing a PDF works when it comes to margins? Must I always go to Image/Canvas size to get the canvas I want? Is there a way of not having to do this?

  • Can we attach multiple images to a pages document in one go rather than drag and drop in to a media placeholder?

    Can we attach multiple images to a pages document in one go rather than drag and drop in to a media placeholder?

    Danny Spry wrote:
    Can we attach multiple images to a pages document in one go rather than drag and drop in to a media placeholder?
    Danny,
    Sure you csn. Don't be afraid to try this kind of stuff for yourself. If things don't work out, just Command-Z your way back to the previous state. In this case it should work just great. Once your multiple selection appears in Pages, click off the selected new objects to de-select them, then select them one at a time for positioning.
    Jerry

  • How do I make a PDF Slideshow from Bridge CS4 with 500 images?

    Every year I go for an extended photo shooting trip. I use about 400 to 600 of the images to make a PDF slide show. This worked fine in all previous versions of Bridge, but no longer works properly in Bridge CS4. I can create PDF files with up to 329 images, but when I try to make a PDF file with more than that, the PDF file is corrupted. Sometimes, the PDF file opens, but about 10% of the image at random location are corrupted, and their thumbnails show up as white or black patches. At other times, the file does not open in Adobe Reader. I get a variety of error messages. The most common is #109.
    Just to be certain it is not caused by my images, I used 550 images I had used to make a PDF show last year with Bridge CS3. I get the same problem. The slide show created last year with 550 images in Bridge CS3 still works in Adobe Reader, ruling out the Reader a being the cause of the problem. It appears that some bug has crept into the CS4 Bridge code.
    Unfortunately, a while ago a deleted CS3 from my hard drives without making a copy of the downloaded dmg of CS3, so I can no longer re-install CS3. BTW, other than this bug, I am very happy with CS4. As a photographer, I find the improvements made in CS4 ACR stunning.
    Is there a known work-around for this bug?
    Is it likely to be fixed in an upcoming update?
    Is there a way I can download a copy of CS3 allowing me to install CS3 Bridge, or, if needed, the whole CS3 suite?
         (I still have a record of my CS3 registration code.)

    I found an answer to my own question. A work around of sorts.
    Download Photoshop Elements 6 for Macintosh. With PSE6 I made a slide show with 550 images 1920x1200, without thumbs. I ran into one problem making the slide show. My images contained 4 images which had not ben created by Photoshop and could not be included in the slide show. Opening the images in Photoshop CS4 and re-saving them still did not make then acceptable. Not a big deal. I probably could have fixed the four images by stripping all EXIF data before opening them in Photoshop. BTW, PSE6 made the slide show in demo mode.
    I hope the bug in Photoshop CS4 will be fixed in Photoshop CS5.

  • Trying to create a surface  with multiple images with mouse events

    novice programmer (for a applet program)
    hi trying to create a surface i.e jpanel, canvas, that allows multiple images to be created.
    Each object is to contain a image(icon) and a name associated with that particular image. Then each image+label has a mouse event that allows the item to be dragged around the screen.
    I have tried creating own class that contains a image and string but I having problems.
    I know i can create a labels with icons but having major problems adding mouse events to allow each newly created label object to moved by the users mouse?
    if any one has any tips of how to acheive this it would be much appreciated. Thanks in advance.
    fraser.

    This should set you on the right track:- import java.awt.*;
        import java.awt.event.*;
        import javax.swing.*;
        public class DragTwoSquares extends JApplet implements MouseListener, MouseMotionListener {  
           int x1, y1;   // Coords of top-left corner of the red square.
           int x2, y2;   // Coords of top-left corner of the blue square.
           /* Some variables used during dragging */
           boolean dragging;      // Set to true when a drag is in progress.
           boolean dragRedSquare; // True if red square is being dragged, false                              //    if blue square is being dragged.                            
           int offsetX, offsetY;  // Offset of mouse-click coordinates from
                                  //   top-left corner of the square that was                           //   clicked.
           JPanel drawSurface;    // This is the panel on which the actual
                                  // drawing is done.  It is used as the
                                  // content pane of the applet.  It actually                      // belongs to an anonymous class which is
                                  // defined in place in the init() method.
            public void init() {
                 // Initialize the applet by putting the squares in a
                 // starting position and creating the drawing surface
                 // and installing it as the content pane of the applet.
              x1 = 10;  // Set up initial positions of the squares.
              y1 = 10;
              x2 = 50;
              y2 = 10;
              drawSurface = new JPanel() {
                        // This anonymous inner class defines the drawing
                        // surface for the applet.
                    public void paintComponent(Graphics g) {
                           // Draw the two squares and a black frame
                           // around the panel.
                       super.paintComponent(g);  // Fill with background color.
                       g.setColor(Color.red);
                       g.fillRect(x1, y1, 30, 30);
                       g.setColor(Color.blue);
                       g.fillRect(x2, y2, 30, 30);
                       g.setColor(Color.black);
                       g.drawRect(0,0,getSize().width-1,getSize().height-1);
              drawSurface.setBackground(Color.white);
              drawSurface.addMouseListener(this);
              drawSurface.addMouseMotionListener(this);
              setContentPane(drawSurface);
           } // end init();
           public void mousePressed(MouseEvent evt) {
                  // Respond when the user presses the mouse on the panel.
                  // Check which square the user clicked, if any, and start
                  // dragging that square.
              if (dragging)  // Exit if a drag is already in progress.
                 return;           
              int x = evt.getX();  // Location where user clicked.
              int y = evt.getY();        
              if (x >= x2 && x < x2+30 && y >= y2 && y < y2+30) {
                     // It's the blue square (which should be checked first,
                     // since it's in front of the red square.)
                 dragging = true;
                 dragRedSquare = false;
                 offsetX = x - x2;  // Distance from corner of square to (x,y).
                 offsetY = y - y2;
              else if (x >= x1 && x < x1+30 && y >= y1 && y < y1+30) {
                     // It's the red square.
                 dragging = true;
                 dragRedSquare = true;
                 offsetX = x - x1;  // Distance from corner of square to (x,y).
                 offsetY = y - y1;
           public void mouseReleased(MouseEvent evt) {
                  // Dragging stops when user releases the mouse button.
               dragging = false;
           public void mouseDragged(MouseEvent evt) {
                   // Respond when the user drags the mouse.  If a square is
                   // not being dragged, then exit. Otherwise, change the position
                   // of the square that is being dragged to match the position
                   // of the mouse.  Note that the corner of the square is placed
                   // in the same position with respect to the mouse that it had
                   // when the user started dragging it.
               if (dragging == false)
                 return;
               int x = evt.getX();
               int y = evt.getY();
               if (dragRedSquare) {  // Move the red square.
                  x1 = x - offsetX;
                  y1 = y - offsetY;
               else {   // Move the blue square.
                  x2 = x - offsetX;
                  y2 = y - offsetY;
               drawSurface.repaint();
           public void mouseMoved(MouseEvent evt) { }
           public void mouseClicked(MouseEvent evt) { }
           public void mouseEntered(MouseEvent evt) { }
           public void mouseExited(MouseEvent evt) { }  
        } // end class

  • File associations in Bridge CS4 for multiple images

    After a "cache purge" my file associations got altered.  I can go into Edit>preferences> file associations and change that to photoshop; but if I click MULTIPLE images in Bridge and right click "open with" I only get Illustrator as an option.  How can I change this to photoshop as a default when trying to open MULTIPLE images?

    Ronald Keller - thank you.  I am practically in tears laughing about how something so completely simple has had me fretting for days.  Could it be my over 60 mind has completely failed me now, or is it I am just a bit rusty on using my software?  Anyway, thank you for taking the time to offer up this response!

  • Problem Creating PDF with Multiple Files in Pro. 7

    I'm using Adobe Acrobat Professional 7 on a computer with Windows XP.
    The problem is that when I try to create a PDF with multiple files everything just suddenly stops. There are 75 files involved and when it gets to around 41 or so (don't know the exact number because I turned away from my computer for just a moment), it just stops. There are no error messages; nothing. Just a blank Acrobat screen.
    Last week I had a different problem which was resolved by an uninstall/reinstall and I was able to create the PDF with those exact same 75 files, but after the PDF was created I realised that some changes needed to be made. I dumped the PDF, made the appropriate changes and left it for the weekend. Today I the new problem has arisen.
    Any ideas what the problem might be?

    I've read many discussions about Acrobat and problems with server files, with the general solution being what you are doing... copy the files to a local hard drive

  • Lightbox with multiple images attached to one thumbnail?

    Is it possible to have one thumbnail allow you to scroll through multiple images without having to click on another thumbnail? 
    For example,  lets say that I have three projects with 10 images per project.  I only want to have three thumbnails which will allow the user to see each project by clicking on it's "master" thumbnail.
    Thanks.

    If your intent is to have a single thumbnail (image) that your visitors click and it launches a Lightroom with Slideshow, you can try the following.
    The gist :
    Insert Slideshow Widget into target of Composition Widget
    The details :
    01. Drag & drop the Lightroom Display Composition Widget onto your design surface.
    02. Drag & drop a Slideshow Widget into (this is the important bit) the Target of the Lightroom Display Composition Widget
    The Target is the large area of the Composition Widget
    The Target is what appears as a light box when you click on the Trigger (the smaller boxes)
    03. Add your thumbnail image to the Trigger of the Lightroom Display Composition Widget (the smaller boxes)
    Style it :
    You're now ready, style your widgets and replace the images of the Slideshow Widget and you'll have the effect you're looking for.
    Very crude example :
    http://slideshowwidgetincompositionwidget.businesscatalyst.com/index.html

  • Problem in 3750 with multiple IP segment in same VLAN

    Hi,
    I've problems in 3750 and would like to ask for help.
    I've 3750 switch with standard image. Because of lacking IP addresses, I'm going to redesign the IP scheme. Before complete migrate to new IP range, I've to let new IP segment co-exist with old IP segment for a while (I've 3 VLANs that have same situation). For example, 10.10.13.0/24 (old) will co-exist with 10.10.32.0/21 (new) in same VLAN (let say VLAN 32).
    Below is the partial configuration in 3750:
    interface VLAN 32
    ip address 10.10.13.2 255.255.255.0 secondary
    ip address 10.10.32.2 255.255.248.0
    standby 14 ip 10.10.13.3
    standby 40 ip 10.10.32.3
    I've two PCs. PC-A is 10.10.13.250 and PC-B is 10.10.33.250, both are using HSRP IP as default gateway (the subnet mask are correct).
    My problem is:
    Two PCs can not ping to each other. I can not ping to both PCs from 3750. But if I'm using physical IP as their gateway (such as 10.2.13.2 for PC-A and 10.2.32.2 for PC-B), then both PCs can be ping each others.
    How can I solve the problems if I've to use HSRP IP as default gateway?

    I don't get it. What is the significance of standby 1 and 2 VS standby 14 and 40? The only difference I noticed is the lower number of standby group goes with primry and higher goes with secondary.
    If possible, can you also try the same config you used before except swapping the group number?
    e.g.
    interface VLAN 32
    ip address 10.10.13.2 255.255.255.0 secondary
    ip address 10.10.32.2 255.255.248.0
    standby 40 ip 10.10.13.3
    standby 14 ip 10.10.32.3

  • Problem when working with multiple sequences

    Dears,
    In order to make life easier (I am currently working on a rather long project), I work with multiple sequences, one per chapter.
    My problem: I named one sequence "assembly sequences" in order to add the various sequences. I dropped the sequence no 1, then no 2. All works fine, beside that when playing the sequence no 2, I see two black lines on top and bottom of the screen for the all length of the sequence. Which is not the case when I click on the sequence itself and play it independently.
    Any idea how to solve this ?
    Thanks
    Nic

    Thanks, what happened is that :
    1st sequence is like this : Frame size 720x576 pixels, video rate 25fps, Compressor DV-Pal. And I think it is the one appropriate for me and my country.
    2nd sequence is like this : Frame size 720x480 pixels,
    video rate 29.97 fps, Compressor DV-DVPRO-NTSC.
    I think I should change the second sequence setting, but can I do it after all the work I have done, and continue making a 3rd, 4th and so on ?
    Tx for your precious help,
    Nicolas

  • Problem initiating process with multiple operations using HTTP/SOAP

    Hi,
    I have defined a process which has multiple operations. My process starts with a pick activity containing onMessage branches for each possible operation. When I initiate this service using the BPEL console, I choose one of the operations and everything works fine.
    However, when I initiate this process using an HTTP/SOAP web service call using JMeter, always the first branch is executed regardless of the message I send.
    My operations are document/literal. Due to some restrictions, I cannot define a SOAPAction for the operations. Could this be the problem? Is there a workaround for this? If this is not the problem, what could be the cause?
    I'm using version 10.1.2.1.
    Any help will be appreciated. Thanks in advance..

    hi i am using 10.1.3 and still i can not initiate a process with multiple operations. Is there anybody to tell if pick activity works fine and if there are some points to consider?
    If there is a problem is there any solution to make a process with multiple operations?

  • Help with multiple images

    I am new to Final Cut Express. I am trying to make a clip that has multiple images on the screen at one time. For instance one picture in each corner and then one in the middle that all have separate effects. Any help would be appreciated.
    Thanks in advance.

    Welcome to the forum!
    You'll need to place each image that will be on-screen at the same time on it's own video track in the Timeline. So one image will be on V1, another on V2, another on V3 and so on. Once you have the images on the Timeline, start with the one on the highest track. Set the Canvas window to Image+Wireframe mode while the highest image is highlighted in the Timeline. Use the Wireframe to resize and position the image where you want it. Repeat for each image.
    -DH

  • Create a PDF with multiple images per page

    So this seems really simple, but i cannot figure it out... i am creating a PDF from 30 JPGs and rather than having an image on each page in the PDF I would like to set it up so that there are 6 images per page... any thoughts .. thanks in advance
    cheers
    matt

    Once you have the PDF with a single image per page, print it out to a new PDF with 6 pages per page.
    Either that, or use an authoring application like Word or InDesign.

  • Database block with multiples images

    Hi,
    I have a database block with 5 image items for each record (all database items too).
    Block property "number of record displayed"=6....so I have 30 image item into the canvas. But when runs forms..only show me 1 image for each record (last image item of block!!)
    Someone could help me?
    I user for development environment:
    -Forms Versión 10.1.2.0.2
    -Oracle Database 10g Express Edition Release 10.2.0.1.0
    -Windows XP

    Yes...I have 5 image (blob) fields in each database record.
    Fields are identicals...
    :ARTICULOS.IMAGE1
    :ARTICULOS.IMAGE2
    :ARTICULOS.IMAGE3
    :ARTICULOS.IMAGE4
    :ARTICULOS.IMAGE5 (only show me this for each record)
    I make this test to understand if I made something wrong: delete field :ARTICULOS.IMAGE5 and after that :ARTICULOS.IMAGE4 shows the image...

Maybe you are looking for

  • Need help with advanced Query

    I am stuck on a query and hope someone can help me out with it. Basically I am trying to get the average score by team who has competed in four or more events. So far I have my query doing a join to pull in the teams name and their category. What I w

  • How to share to facebook business page

    Elements keep trying to link me to my personal facebook page.  Can anyone tell me how to tell it to post to my facebook photography business page?  I used to have this option in lightroom. 

  • I'm so close to giving up on downloading the windows 8.1 update !! I need help

    I have been trying to download this update for the past week this is my 4th time. Today it took hours to get to 63% complete and when it reached 63% it says "applying changes". Its been 2 hours and it doesn't change from "63% complete applying change

  • Trackpad keeps selecting, anyone an idea how to fix this?

    The trackpad of my macbookair (2012) keeps selecting. On the screen appear squares and while using applications it keeps selecting... the problem started suddenly, while I was working in Word, no clear cause... Does anyone have an idea how to fix thi

  • How do i play music from my iphone on apple tv2

    Can i play music from my iphone4 through my apple tv2, my atv2 does not show my iphone, i have a home sharing network set up through my airport extreme. Thank you