2 table questions - resizing table & repositioning images

Tables are challenging in ID5 but have managed to get through the hard stuff.
Now for the fine points:
1) Is there a way to resize a table inputing hard measurements? The only way I see is by manually dragging the right end of the table in or out and visually try to line things up. Resizing the bounding box has no effect.
2) Have placed an anchored image and even figured out how to position it, but no matter how I adjust settings, the text aligns to the bottom, not the top. Do I need to "fool" ID by adding paragraph spaces in to move it up, or is there a proper way. Also is there a more elegant way to add space around a graphic rather than pulling out the bounding box?
http://i83.photobucket.com/albums/j284/mrsnak/tech%20stuff/table.jpg
TIA!

1. Look in your control panel. There is an input box to enter an exact column width.
2. Look in your control panel. There is a set of Vertical Alignment boxes -- presumably you have "Align at Bottom" selected.
These options are visible when you select a cell, row, or an entire table: http://help.adobe.com/en_US/indesign/cs/using/WSa285fff53dea4f8617383751001ea8cb3f-6d6ca.h tml
The control panel provides handy shortcuts, but both can also be set in the general table/cell setup dialog: http://help.adobe.com/en_US/indesign/cs/using/WS968F9868-CB1F-40be-A131-F50CD0CDDCFBa.html

Similar Messages

  • How do I get my table of Images to take the desired layout?

    I am currently creating a web page as part of my learning of html and css, it is a bookmark page with the sites I visit most frequently. The main section of the page is a table of images which are linked to their respective sites, the table is 4 columns by 3 rows. My problem is when in the design window it appears as it should but when I press the live button and when I preview it in a browser all of the images go into one column down the left side of the page. How can I remedy this?
    Any help is greatly appreciated.
    Thanks.

    Thanks for the reply, I will try to copy and paste my code into the space below.
    My HTML:
    <!doctype html>
    <html class="">
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Bookmark</title>
    <link href="boilerplate.css" rel="stylesheet" type="text/css">
    <link href="stylesheet.css" rel="stylesheet" type="text/css">
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
    <header id="top" class="fluid"> <img src="images/logo.png" alt="Bookmark"/>
       <nav id="mainNav" class="fluid">
          <ul id="menuSystem" class="fluid fluidList">
            <li class="fluid menuItem zeroMargin_desktop">Home</li>
            <li class="fluid menuItem">About</li>
            <li class="fluid menuItem">Add</li>
            <li class="fluid menuItem hide_mobile">Contact</li>
          </ul>
    </nav>
    </header>
    <div id="page" class="fluid">
      <table width="100%" height="392" border="0" cellpadding="1" cellspacing="1">
       <tr>
         <td><a href="http://www.google.com"><img src="images/icons/google.png" width="212" height="218"/></a></td>
         <td><a href="http://www.bbc.co.uk"><img src="images/icons/bbc.png"/></a></td>
         <td><a href="http://www.codeacademy.com"><img src="images/icons/codeacademy.jpg"/></a></td>
         <td><a href="http://www.nba.com"><img src="images/icons/nba.jpg"/></a></td>
        </tr>
       <tr>
         <td><a href="http://www.facebook.com"><img src="images/icons/facebook.png"/></a></td>
         <td><a href="http://www.espn.com"><img src="images/icons/espn.png"/></a></td>
         <td><a href="http://www.twitter.com"><img src="images/icons/twitter.png"/></a></td>
         <td><a href="http://www.celticfc.net/mainindex"><img src="images/icons/celtic.png"/></a></td>
        </tr>
       <tr>
         <td><a href="http://www.youtube.com"><img src="images/icons/youtube.png"/></a></td>
         <td><a href="http://www.collegehumour.com"><img src="images/icons/collegehumour.png"/></a></td>
         <td><a href="http://www.skysports.com"><img src="images/icons/skysports.png"/></a></td>
         <td><a href="http://www.nbcnews.com/id/3032619/"><img src="images/icons/nbcnightlynews.png"/></a></td>
        </tr>
      </table>
    </div>
    <footer id="bottom" class="fluid"></footer>
    </div>
    </body>
    </html>
    My CSS (for the larger screens i.e. min-width:769px) is:
    @charset "utf-8";
    img, object, embed, video {
    width: auto;
    height: auto;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    .ie6 img {
    width:100%;
    .fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
    .fluidList {
        list-style:none;
        list-style-image:none;
        margin:0;
        padding:0;       
    .gridContainer {
    width: 98.3333%;
    max-width: 1232px;
    padding-left: 0.8333%;
    padding-right: 0.8333%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
    #top {
    #mainNav {
    #menuSystem {
    .menuItem {
    width: 23.7288%;
    margin-left: 1.6949%;
    clear: none;
    background-color: #393737;
    color: #FFFFFF;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-style: normal;
    font-weight: 700;
    display: block;
    #page {
    margin-left: 0;
    clear: both;
    width: 100%;
    #iconMenu {
    .bookmarkItem {
    list-style-type: none;
    width: 32.2033%;
    margin-left: 0;
    clear: both;
    #div1 {
    margin-left: 0;
    clear: both;
    #bottom {
    background-image: url(images/headerback.png);
    .zeroMargin_desktop {
    margin-left: 0;
    .hide_desktop {
    display: none;

  • *Light Table & Disappearing Images*

    I created a light table, moved images in, cropped them, arranged them and printed. Everything worked as advertised except one of the images was rather stubborn about the correct crop size, had to reset a few times.
    Came back the next day and all the images have the yellow triangle. A search for the images results in them not being found. They have disappeared from my drive.
    I have been using Aperture since V1.1 and am continually managing referenced files.

    You use the 'Aperture menu > Aperture Feedback' item to load the page.
    You then select the type of feedback (in this case a 'Bug Report') from one of the drop-downs and type in your issue (I usually link to a thread when possible).
    There are a number of technical drop-down lists for machine, OS, version, etc. and then submit.
    Although I don't work for Apple, I know that typically; the reports are viewed by the software team and prioritized by quantity of received reports for the same and they usually try to reproduce the issue.
    If they can reproduce the issue easily and consistently, it should go on the list for fixes in the next update (if possible).
    Note - I agree that this may be isolated to just us, but I do not run anything modified (pretty much vanilla settings with all software) so I reported it to at least get it looked at.

  • Problem with put a table in Image....?

    respeced sir....
    i have an issue like i want to show the content of table on image so could any one tell me how can i put a table on image......
    like
    <table>
    <tr>
    <td>
    some Data from database
    </td>
    <td>
    some other Data from database
    </td>
    </tr>
    </table>
    how can i draw that data with table form on image .....
    what to do to execuet HTML tag <table> on image so it will give me a simple table like in html page....
    same i want to show that table on image can any one help me....
    regards......

    I've solved this problem now. I had an initializer on a feedback node wired incorrectly which caused unbounded increases in array size.
    Thanks for the suggestions I did receive
    Neil

  • Table of Images

    This is the current code:
    class B extends JPanel implements ActionListener
    JButton jb = new JButton("Touch me!");
    JPanel jp = new JPanel();
    public B()
    add(jb);
    add(jp);
    jb.addActionListener(this);
    public void actionPerformed(ActionEvent evt)
    Object obj = evt.getSource();
    if(obj == jb)
    String bildepath = "http://www.norge.no/bilete/logo.gif";
    Image image = null;
    try
    image = ImageIO.read(new URL(bildepath));
    catch (IOException e){e.printStackTrace();}
    Graphics g = this.getGraphics();
    g.drawImage(image, 50, 50, null);
    How do I make a table of images, as the code
    is now, it gets one picture from an url, and shows
    it in my frame. But what I want is the class to get for
    example 3 pics, load them from the net, and then show them
    in the frame, with, let us say, a intervall of 3 seconds.
    What do I do?
    Can anyone please help a norwegian java-amateur?
    Thanks!!!

    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.ImageIO;
    import javax.swing.*;
    import javax.swing.Timer;
    public class LoadAndShow
        public static void main(String[] args)
            ImagePanel panel = new ImagePanel();
            ImageLoader loader = new ImageLoader(panel);
            JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(new JScrollPane(panel));
            f.setSize(400,400);
            f.setLocation(200,200);
            f.setVisible(true);
            loader.start();
    class ImagePanel extends JPanel
        GridBagConstraints gbc;
        public ImagePanel()
            gbc = new GridBagConstraints();
            setLayout(new GridBagLayout());
            gbc.insets = new Insets(10,0,10,0);
            gbc.gridwidth = gbc.REMAINDER;
            setBackground(Color.black);
        public void setImage(Image image)
            add(new ImageComponent(image), gbc);
            revalidate();
            repaint();
    class ImageLoader
        ImagePanel imagePanel;
        Timer timer;
        public ImageLoader(ImagePanel ip)
            imagePanel = ip;
            final String[] fileNames = {
                "http://www.hia.no/english/exchange/internasjonalestudenter2003.jpg",
                "http://www.hia.no/ects/sthb-3D-bok.gif",
                "http://www.hia.no/hiabib/gif/paaske03/liljer.jpg",
                "http://www.hia.no/english/img/e_forside.jpg"
            timer = new Timer(3000, new ActionListener()
                int loadCount = 0;
                Cursor cursor = imagePanel.getCursor();
                    imagePanel.setCursor( Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR) );
                public void actionPerformed(ActionEvent e)
                    imagePanel.setImage(loadImage(fileNames[loadCount++]));
                    if(loadCount >= fileNames.length)
                        timer.stop();
                        imagePanel.setCursor(cursor);
        private Image loadImage(String fileName)
            Image image = null;
            try
                image = ImageIO.read(new URL(fileName));
            catch(MalformedURLException mue)
                System.out.println("Bad URL: " + mue.getMessage());
            catch(IOException ioe)
                System.out.println("Read trouble: " + ioe.getMessage());
            return image;
        public void start()
            timer.start();
    class ImageComponent extends JPanel
        Image image;
        int imageWidth, imageHeight;
        public ImageComponent(Image image)
            this.image = image;
            imageWidth = image.getWidth(this);
            imageHeight = image.getHeight(this);
        protected void paintComponent(Graphics g)
            super.paintComponent(g);
            int w = getWidth();
            int h = getHeight();
            int x = (w - imageWidth)/2;
            int y = (h - imageHeight)/2;
            g.drawImage(image, x, y, this);
        public Dimension getPreferredSize()
            return new Dimension(imageWidth, imageHeight);
    }

  • Table for image controlling in PD infotypes

    Hello,
    Please, we need to know if there is any table for image controlling in PD infotypes. In PA table is: T588M.
    Thank you

    Sorry,
    I've not come across one in the 10 years that I've been working on SAP.
    J

  • Unable to resize and reposition clip once added to the timeline.

    Hi.  I used to be able to reposition and resize in the yellow box area (I don't know the name of that area) after I dropped the clip on the timeline.  I accidentally did something and now I can't resize or reposition my video or images.  Does anyone know how I can fix this?                                                                                                                                                     

    You should just be able to double click on the clip in the program monitor and get an outline that indicates you can move the clip around. If that's not working for some reason, double click the clip on the timeline to load it into the source monitor, then go to the 'effects' tab and use the motion settings to reposition the clip. Make sure to twirl down the small arrow next to the motion settings to get more options.
    Also, if you click on the small box to the left of the word 'motion', it should bring up your familiar bounding box in the Program monitor.

  • Filter plugin and resize the output image

    I had write a filter plugin for photoshop.
    But i have a prolem.
    I dont know how i can resize the output image,
    i need clip just last 3 pixel of a only side of an image.
    I had read API but I'have not found what I looking.
    Thank you in advance

    I think it is impossible edit the size of the output image with a filter plugin.....but i'm not sure, so i prefer ask to you developer.
    I think is it possible with an other way.
    An other similar question: is possible put visible the padding pixel in the output image?

  • Blue icon with question mark instead of image in email

    Sometimes I get a blue icon with question mark instead of image in email, when viewing in Apple Mail Program.
    Does anyone know why?????

    I'm asking your thread get redirected to the proper forum. Please read this tip on how to post on Discussions for future threads:
    http://discussions.apple.com/thread.jspa?threadID=1574700
    Is this issue with Tiger or Leopard? Your profile indicates you have a machine with Tiger, yet your signature of your post says you have Leopard.
    Also, there is no such thing as a Powerbook Pro. Read the text under the screen to tell us exactly which model you have. MacBook Pro is the name given to Macs that are for the pro lineup of notebooks once Apple shifted to the Intel CPU.
    Message was edited by: a brody

  • How can I resize and reposition the Date Created window for All windows?

    When setting view options for a finder window set to list view, I cannot get column resizing or positioning to hold. When making those changes, the option for "All Windows" automatically shifts to "This window only" and it then does not hold.
    How can I resize and reposition the Date Created column for All WIndows?

    Hi Harmz,
    Try dragging this file to the Îesktop & reboot...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist

  • Mac Mail resizing (compressible?) images

    I have been using Mac Mail to send images for a few years now. I am fully aware of the Image Size Option in the bottom right hand corner of Mail when an image has been attached. I use this feature often. Recently, the Large and Medium settings are too small. It reduces my 4.1MB image down to 108 KB for Large and Medium, and 70K for Small. In doing  research on these forums I came across a discussion about "compressible" images. What does that mean, and what would be making them (suddenly) un- or non-compressible such that this Mail setting would not work properly?
    In testing, I tried to send an un-edited image. In this case Mail works as it should, resizing the attached image reasonably, with four size options. My edited images seem to cause the problem. I edit in Photoshop (CS3) and always have. I can't remember another time when this has not worked as it should. I am wondering if this is a problem created by a recent update.
    Is anyone else experiencing this issue?
    Any insight, or fix, would be greatly appreciated.

    And only when it says Actual Size will the file be right. If it's set on small, medium or large files size will be reduced and will be turned into jpegs, no matter what the original version was.
    So open up an email and attach a file and look at what it says. If it says anything but Actual size the file is already altered. So change it to actual size and save as draft, which you can then delete.
    Then next time you attach an image it should say Actual Size because it defaults to whatever was last used. If it still changes then the file is probably too big, most emails have size limits and it's different for every service, so you have to check not only your own but the receiver of the email because if it's past their limit they will never get it.

  • Mavericks, only one site show question mark instead of images

    Hi,
         Updated to Mavericks, only one site show question mark instead of images. Tried safari, chrome and firefox all of them have same problem of showing images of this site. Tried reset, empty cachs, cookies, did not work. Any one have a clue to solve this? Thx.
    BTW, the site is: ssense.com

    Thanks! lol, seems silly now i had to post here when all i had to do was close and relaunch... sorry for wasting your time. thanks to those who answered.

  • Batch resize different sized images

    Hello,
    I'm hoping someone can point me in the right direction.  In the past I've used the image processor script to batch resize similarly sized images, but now I have a few hundred images that are all different sizes.  I would like to batch resize all these images so each image's longest side is resized to a specific size, while maintaining the current proportions.
    I am using CS5.
    Thanks in advance for any help,
    Adam

    Yeah, that's what I'm looking for.
    For example, if I have 3 images - 1200x1400px, 2700x2500px, and 3300x3300px.  I want to be able to batch resize all images so that their longest side is 200px while maintaining their current proportions.
    So afterwards, I would end up with 3 images - 171x200px, 200x185px, and 200x200px.

  • How to resize a gif image

    hi
    i need to resize a gif image to my preferable height and width . i have copied some code from net , its working fine for small images . but when i resize large images the background becomes back .... so
    any body help me put in this....
    regards
    mano

    hi
    thanks for ur reply . can u plz tell me were to insert the code here
    Image image = Toolkit.getDefaultToolkit().getImage("C:\\image.gif");
    MediaTracker mediaTracker = new MediaTracker(new Container());
    mediaTracker.addImage(image, 0);
    mediaTracker.waitForID(0);
    // determine thumbnail size from WIDTH and HEIGHT
    int thumbWidth = Integer.parseInt("120");
    int thumbHeight = Integer.parseInt("75");
    double thumbRatio = (double)thumbWidth / (double)thumbHeight;
    int imageWidth = image.getWidth(null);
    System.out.println("imageWidth "+ imageWidth);
    int imageHeight = image.getHeight(null);
    double imageRatio = (double)imageWidth / (double)imageHeight;
    if (thumbRatio < imageRatio) {
    thumbHeight = (int)(thumbWidth / imageRatio);
    } else {
    thumbWidth = (int)(thumbHeight * imageRatio);
    // draw original image to thumbnail image object and
    // scale it to the new size on-the-fly
    BufferedImage thumbImage = new BufferedImage(thumbWidth,
    thumbHeight, BufferedImage.TYPE_INT_RGB);
    Graphics2D graphics2D = thumbImage.createGraphics();
    graphics2D.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
    RenderingHints.VALUE_INTERPOLATION_BILINEAR);
    graphics2D.drawImage(image, 0, 0, thumbWidth, thumbHeight, null);
    // save thumbnail image to OUTFILE
    BufferedOutputStream out = new BufferedOutputStream(new
    FileOutputStream(args[1]));
    JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
    JPEGEncodeParam param = encoder.
    getDefaultJPEGEncodeParam(thumbImage);
    int quality = Integer.parseInt("75");
    quality = Math.max(0, Math.min(quality, 100));
    param.setQuality((float)quality / 100.0f, false);
    encoder.setJPEGEncodeParam(param);
    encoder.encode(thumbImage);
    out.close();
    System.out.println("Done.");

  • Resize an object (image) doesn't work?

    Hi
    I'm trying to resize an image, but nothing happens. I'm following the instructions in the Help page.
    Description:
    - Click the Select Object tool.
    - Selection handles appear when the pointer is over the image (so the image is not locked).
    - Click the image. A thicker selection border appears.
    - Drag a handle of the object.
    - The selection is changing size, but nothing happens with the image.
    Same thing with Shift-drag the handle (to retain the original aspect ratio), nothing happens with the image.
    What is wrong?
    Note:
    the image is also a link. Could it be that the selection that appears is for the link, and not for the image? If so, how can I select the image instead?
    I have tried to remove the image link (Select Object tool, right click the image, Properties, remove link), but the image could still not be resized.
    Software:
    Adobe Acrobat X Standard
    Windows 7 Pro

    I don't think there is an "object touchup tool".
    Adobes help for Adobe Acrobat X Standard says:
    Resize an object
    Click the object with the Select Object tool , or the tool used to create the object.
    Drag a handle of the object. Shift-drag the handle to retain the original aspect ratio.
    Link:
    http://help.adobe.com/en_US/acrobat/standard/using/WS58a04a822e3e50102bd615109794195ff-7c7 4.w.html
    But only the selection border is being resized, not the image.
    I'm beginning to believe there is a bug in the resizing function.

Maybe you are looking for