Writing text on an image inserted in a single cell of a table

Given a table with a cell...I can insert an image into the cell...
CAN I SOMEHOW insert text on top of the image in the cell?
Thanks, --bill

Hi bill,
in addition to John and provided that I understood your question correctly:
1. Edit the image with an image editing program. Once there, give a border around the image and then write in there your text.
2. Modify your table with another row and then write your text in this new space. Fill the frame and the resulting gaps with a "camouflage paint".
3.Seperate your image from the text with a line break and write your text directly into the column (next to, below or above the image).
4. You also could create a css rule for floating text (around your image).
Hans-G.

Similar Messages

  • How could I insert just a single cell in a table (not an entire extra row or column)?

    I am having trouble making an easy edit. I need to insert an a 'CELL', but I am only being given the option to insert an entire 'ROW' or 'COLUMN'. I would like to just insert a cell and have the rest of the content below it move accordingly. Please help!

    There's no way to set it so that you're just inserting a cell and everything moves along after that cell?
    Simple answer is "No." Sorry.
    InDesign tables are not good for juggling data. If you have a project that requires single-cell-insertion on a regular basis, I suggest doing your table outside of InDesign in an app with easier table-cell-juggling tools (Excel comes to mind here) and then perfecting you use of table and cell styles so that it's easy to update. It'll always be a hassle of some kind, of course, but the hassle can be minimized.

  • Insert or delete single cells

    How do I insert or delete a single cell?
    For example, I want two columns of text. aligned horizontally, and, separated by a blank column.
    The two text lists have been created in other applications.
    So I copy list1, and paste it in cell C7.
    Then I copy list2, and paste it cell G6.
    oops. Now the lists are not aligned horizontally.
    The easiest way to align the lists is by either delete a single cell in column C or insert a single cell in column G.
    But I can't find the option to add/delete single cells.
    Does that option exist in Numbers? If so, how/where?
    Thanks,
    AJ

    AJ,
    My first thought on reading your post was: why are you using a single table for two side-by-side lists? If you had used two single-column tables you could use Delete Row or Insert Row to do what you want.
    pw and John both gave you perfectly good solutions, and I just wanted to add my two cents worth. I don't see much value in the Add/Delete Cell feature that you are looking for. The action never ends there because there's always a followup question as to what you want to do with the data to the right of and below the affected cell. So, it hasn't saved you any real time.
    Numbers has a very handy and secure method for moving a range of data. Highlight the range that you want to move. Then, Edit > Mark for Move. Now, click in the new starting location and Edit > Move.
    There you go; several ways to recover from the inevitable oops. Depending on how soon you discover your mistake, Command-Z is probably the easiest fix.
    Jerry

  • Inserting text as an image

    I inserted letters and texts in as images in dreamweavers
    (the font isnt downloadable anymore) and now when test it in
    a browser like firefox it shows this blue border around it. How do
    I get rid of it? in Safari it looks just fine.

    Just do -
    a img { border:none; }
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Ken Binney" <[email protected]> wrote
    in message
    news:g502cc$e99$[email protected]..
    > Add this to your stylesheet -
    >
    > img
    > { border-style: none;
    > }
    >
    >
    > "adevgirlihop" <[email protected]>
    wrote in message
    > news:g4ucim$irr$[email protected]..
    >>I inserted letters and texts in as images in
    dreamweavers
    >> (the font isnt downloadable anymore) and now when
    test it in a browser
    >> like
    >> firefox it shows this blue border around it. How do
    I get rid of it? in
    >> Safari
    >> it looks just fine.
    >>
    >
    >

  • Inserting text over an image in dreamweaver cc

    I am trying to insert text over an image in fluid grid layout but all i can see is the text.  I have seen the previous query relating to this but it does not help.  Help on this would be great.

    Layers or APDivs won't work in FluidGrid Layouts.  You'll need to drop the image into your container's background with CSS.   Or use Photoshop to apply text directly to your graphic.
    Nancy O.

  • How can I insert text on an image via IPhoto?

    I am still learning about my IMac and primary use for it was mainly for my photo images. At the moment attempting to build a new website via IWeb and as part of the site will be numerous images. However, when making up the albums, I wanted to have text on my images but alas on the face of it I cannot see how this is possible as part of the existing IPhoto software - could any member advise how it can be done?
    My alternative at the moment is to use Adobe Photoshop on my Windows based Laptop, insert text on the image, save and then upload to my IMac into my Album - mmmm a bit long winded to say the least! Regardless, thanks in advance.  

    You can learn to do this with the Preview app already on your Mac.
    Open Preview. Make sure that the Annotate button appears in the Toolbar. If the button is not already there, select Customize Toolbar from Preview's View menu. Drag the Annotate button (the pencil) to your your preferred location on the Toolbar.
    Open a photo in Preview, press the Annotate button and use the Annotate tools to add your text. You will find instructions on annotating files and documents in Preview Help in the Help menu.

  • Problems writing text on Photoshop CC

    I am having problems writing text on Photoshop CC - the image goes black.

    Windows 8?  Update your video card driver from the GPU maker's website. If you cannot update your driver (like on a locked laptop machine), then set the GPU drawing mode in Photoshop to "Basic" and relaunch the app.

  • Search text in FXZ images

    Hi all
    I want to develop a piece of code which will search the text in FXZ images in javafx which is similar to the following program
    http://java.sun.com/docs/books/tutorial/uiswing/components/textfield.html
    which is in swing and searching in a text of filenow i need just like this functionality but using FXZ images not plain text
    any one have idea then please post here

    Thanks Pavel.Benes
    as you said
    use internal API from fxdloader to open content files. It is possible - however completely unsupported and with high probability also not backward compatible.i am using fxdloader
    and i was tried something like
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import javafx.fxd.FXDLoader;
    import javafx.scene.Group;
    import javafx.ext.swing.SwingTextField;
    import javafx.ext.swing.SwingButton;
    import java.lang.Void;
    import javafx.scene.Node;
    var myScene: Scene;
    var fxdContent = FXDLoader.loadContent("{__DIR__}images/12_2008_123-7.fxz");
    var RootGroup = fxdContent.getRoot();  //root node
    var GroupA = RootGroup.content as Group[];  //first level siblings
    var rootsize=sizeof GroupA;                 //size of first level siblings
    var textarray = GroupA[0].content;          //content of first level first node
    var newtextarray: Text[] = for (i in textarray where i instanceof Text) {
                i as Text
    //textfield to input text
    var inputtext = SwingTextField {
                editable: true
                translateY: 10
                columns: 20
                text: "Enter Text to search"
    //search button
    var search = SwingButton {
                text: "Search"
                translateX: inputtext.boundsInLocal.maxX
                translateY: 10
                action: function (): Void {
                     var tex = bind inputtext.text;
                    for (i in newtextarray) {
                    if (i.content.contains("{tex}")) {
                    i.underline = not i.underline;
                           }//if
                    i
                    }//for
                    delete RootGroup from myScene.content;
                    insert RootGroup before myScene.content[0] ;
    //now the stage
    Stage {
        title: "Application title"
        scene: myScene = Scene {
            content: [
                RootGroup,
                inputtext,
                search,
    }this is the code i have written but this code have some drawbacks like
    0)It is not highlighting but underling the text and that too whole text screenshot is [http://lh5.ggpht.com/_XZ5lTObJ3ZY/S5XmNL2TqXI/AAAAAAAABac/z5IS6yjXjyE/s512/1.jpg]
    1)it is particular to one particular FXZ image which is having Text nodes at first level first node(which is a Group)
    2)after first search when you make second time search with another key it is not removing previous searched textnow what changes i have to make to this code for avoiding the above drawbacks please help

  • Image insertion in Database

    Case I:-
    int fileLength =(int)ft.length();
    PreparedStatement pstmt = con.prepareStatement("insert into image values(1,empty_blob()");
    pstmt.setString(1,"MyImage");
    pstmt.setBinaryStream(2,fis,fileLength);          
    int insertcount = pstmt.executeUpdate();
    if(insertcount == 1)
         System.out.println("Image inserted successfully");
              else
                   System.err.println("Some Error occured while writing the image to the database");
                   throw new SQLException("Some Error occured while writing the image to the database");
              try{
                   con.commit(); */
              }catch(Exception et){
              et.printStackTrace();     
              JOptionPane.showMessageDialog(null, "The Image and its record is saved ");
    Case II
         String str = "insert into image values(1,empty_blob())";
    Statement stmt = con.createStatement();
    stmt.executeQuery(str);
    str = "select * from image where id = 1" ;
    ResultSet rs = stmt.executeQuery(str) ;
    if (rs.next())
    oracle.sql.BLOB blob = (oracle.sql.BLOB)rs.getBlob("photo");
         File ft=new File(imageName);
         fis= new FileInputStream(ft);
         System.out.println("After Reading the file");
         OutputStream outstream = blob.getBinaryOutputStream();
                        byte buffer[] = new byte [100] ;
                        int length = - 1;
                        System.out.println("Before writing the file");
                        while ((length = instream.read(buffer)) != -1)
                        outstream.write(buffer, 0, length);
    Case I : The Exception occur as : TNS End Data Channel
    Case II: The insert take place but the value of Orablob is NULL
         If You have any Workable code for just inserting the image and reteriving it just send the code i will try it

    Hi,
    try something like that, it works for inserting. For getting image from database use the second select within changing of input and output streams.
    target = new File("Pictures\\" + tarName + ".jpg");
    String sqlCommand0 = new String("INSERT INTO T_PICTURES VALUES(?,sysdate,empty_blob())");
    String sqlCommand1 = new String("SELECT CODE, PICTURE FROM T_PICTURES WHERE code ='"+ tarName +"' FOR UPDATE");
    Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@pxedms:1521:cam1",user.getUsr(), user.getPass());
    conn.setAutoCommit(false);
    PreparedStatement pstmt = conn.prepareStatement(sqlCommand0);
    pstmt.setString(1, tarName);
    pstmt.execute();
    pstmt.close();
    Statement stmt = conn.createStatement();
    ResultSet rset = stmt.executeQuery(sqlCommand1);
    while(rset.next()){
    FileInputStream inFile = new FileInputStream(source);
    FileOutputStream outFile = new FileOutputStream(target);
    int c;
    BLOB blobFile;
    OutputStream oraOut;
    blobFile = ((OracleResultSet)rset).getBLOB(2);
    oraOut = blobFile.getBinaryOutputStream();
    while((c = inFile.read()) != -1){
    outFile.write(c);
    oraOut.write(c);
    outFile.close();
    oraOut.close();
    stmt.close();
    rset.close();
    conn.commit();
    conn.setAutoCommit(true);
    conn.close();

  • How can I have a button that will show/hide a text box and images on the same page?

    I have a page like below:
    I want to make so that those 3 buttons show different text under them when they are each pressed. How can I achieve this?
    Thanks.

    Hello,
    Please try using Tooltip Composition Widget to achieve that..
    You need to customize  the trigger as the button  and you can use the target to insert desired text box or images.
    you can find this in Widgets library panel > composition
    Please let me know in case you need any other clarification on that.
    Regards
    Vivek

  • Image inserting problem

    Whenever I want to insert an image, DW 8 no longer makes a
    box pop up where I
    can browse to the image, but in stead the prompt for
    inserting an Alt text
    comes up. After that I get a weird looking symbol
    http://www.xs4all.nl/~hogen/voorbeeld/image.htm
    , but no image is inserted.
    Only when I click on the symbol do I get the normal window
    that lets me browse
    to the image.
    This is a recent problem. Unfortunately I do not remember
    precisely when it
    started nor what I have changed that might cause this.
    The problem occurs both with the keyboard short cut for
    inserting an image and
    when trying from the Insert menu.
    Does anyone have anu ideas about how to solve this?
    Regards,
    Adriana.
    [ put out the rubbish if you need to reach me by e-mail ]
    www.spinsister.nl

    That's an image placeholder. Most likely you enabled the
    accessability
    options for image insertion in PREFERENCES....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "A.Translator" <[email protected]> wrote in
    message
    news:[email protected]..
    > Whenever I want to insert an image, DW 8 no longer makes
    a box pop up
    > where I can browse to the image, but in stead the prompt
    for inserting an
    > Alt text comes up. After that I get a weird looking
    symbol
    >
    http://www.xs4all.nl/~hogen/voorbeeld/image.htm
    , but no image is
    > inserted.
    > Only when I click on the symbol do I get the normal
    window that lets me
    > browse to the image.
    >
    > This is a recent problem. Unfortunately I do not
    remember precisely when
    > it started nor what I have changed that might cause
    this.
    >
    > The problem occurs both with the keyboard short cut for
    inserting an image
    > and when trying from the Insert menu.
    >
    > Does anyone have anu ideas about how to solve this?
    >
    > --
    > Regards,
    > Adriana.
    > [ put out the rubbish if you need to reach me by e-mail
    > www.spinsister.nl
    >
    >

  • Is it possible to add or overlay text on an image to be used in a slideshow in Aperture?

    Is it possible to add or overlay text on an image to be used in a slideshow in Aperture v3.2.2? If so how? Thanks.
    RJT

    Start here.
    Don't miss this:
    Stage 7: Titling and Adding Text to the Slideshow
    Add a title to your slideshow using the titling controls. Insert a blank slide at the beginning of the movie to display your title. You can also use blank slides to act as chapter dividers. Add text to individual slides where appropriate.
    or this:
    Adding Text to an Individual Slide
    Message was edited by: Kirby Krieger -- added final link.

  • Wrapping text around an image in a blog post

    Hi,
    I want my client to have the choice to wrap text around an image they have inserted into a blog post. How is this possible? I have tried to create a class that would would appear in the 'apply a class' section of the editor but it doesnt work, the class doesnt even appear in  the editor.
    Any advice?
    Thanks,
    Dean

    Hi Liam.
    Thanks for the reply. Yes I have added it in the partner portal and it just says clear class.
    I have only added a small bit of css so I dont think that is the problem. I just the below applied to the image so the text will float round it.
    .wraptext {
            float:left;
    I think the problem is that it is in the wrong css file. I have tried it on few different css files and it does the appear in the editor for some of the webpages. No matter what css file I put it in, it still doesnt appear as an option when adding a blog post.
    The blog post is referencing a few stylesheets, how can I identify which one the code should be in?

  • How to place text beside an image

    I know there must be a simple answer to this, but I've looked high and low and can't find it!  All I want to do is place a block of text beside an image.
    I have created a div tag, inserted the image, then typed in the text  - which positions itself below the image and seems to be locked there. Can anyone help? I've been at it all day....

    Float the image left or right by using css:
    img (
    float: left;
    The image would normally be in a container of some description, a <div> or table cell <td> so if its only a specific image or images then target only those images within a specific container using css.
    So for instance if your image/s are in a container which has an id of 'myContainerName' then you would use:
    #myContainerName img {
    float: left;
    You could also just add some inline css to the specific img tag, style="float: left;" (as below)
    <img src="images/myImage.jpg" style="float: left;" alt=" " width="200" height="200" />

  • Comment ecrire du texte sur une image (Vision/de​butant

    Bonjour
    Je recois une image à partir d'une caméra et j'aimerais ecrire du texte par dessus avant de générer un fichier AVI.
    Typiquement des informations sur process en cours.
    Je ne voie pas comment prendre le problème ni s'il existe une fonction toutes faire dans la palette vision !
    Quelqu'un aurait-il une idée ?
    Merci de votre aide
    EricC
    Ingénieur d'Application / Développeur LabVIEW Certifié (CLD)
    Application Engineer / LabVIEW Certified Developer (CLD)
    Solved!
    Go to Solution.

    Hello Eric,
    This part of the forum is in English so please post in English. You can post in French here.
    You can find in the Pixel Manipulation palette the IMAQ Draw Text VI which inserts text in an image.
    Benjamin R.
    R&D Software Development Manager
    http://www.fluigent.com/

Maybe you are looking for

  • Retenção de Imposto de Renda por mês

    Olá a todos,       Estou tendo dificuldades em configurar retenção de impostos (imposto de renda) esta retenção é acumulativa, quando fazemos uma compra de um mesmo fornecedor se o valor destas compras for superior a 1.499,16 começa a reter imposto d

  • Delete mail from server after removed from IN BOX

    I have a mail management issue I have not been able to fully solve. I am balancing the same POP email accounts among the laptop using Mail (for home use) and my desktop using Eudora Pro (for work). Using Eudora, I can manually select to delete a mess

  • Is it Possible to Delete a Work Flow in SAP

    Is it Possible to Delete a Work Flow  in SAP

  • External Drive as a Backup

    Hello all, I have been scanning the threads on this issue and from what I can see most posts on this subject refer to either moving the itunes library or temporarily moving it. I want to use an external drive as a backup only with the ability to be a

  • Support process

    one monthly job get abend showing this error Reference chain VBBK 0060770947 Z007 EN interrupted can any buddy give me idea how to approach