Centering text within a table in Contribute

I'm using Contribute on a PC doing testing for a professor's
website. Per my suggestion, the professor purchased Contribute to
edit his pages. Pages are using a table to format the page.
http://www.iun.edu/~edupjb/teaching/E340/course_description.shtml
Within a table Contribute will not let us center text. Since
a cell is used to put the main content, we cannot center the cell.
If another table is added inside the cell, even if we try to use
cell properties, which we can change to center, the text inside the
table does not center. The align icons can not be selected.
Any ideas?

With the design of the pages, the right area is where the
content is located which is in one cell. Centering one or a few
lines within the content area is not working within Contribute. The
whole content area is not wanted to be centered just specified
lines within the td. Centering in DreamWeaver or Microsoft Front
Page are inside a td is possible. Contribute is not letting us
center if trying to do so from within a table.
Thank you for your suggestion. I'll have to try doing it
through css. Since Dreamweaver and Front Page can center within a
table, I don't like having a css definition for something should be
cared for in the program. It would be a class of Center, which the
program should be able to center We have about less than 10 people
using contribute and others mostly using Front Page or Dreamweaver.
I'll keep testing.
Could this be a bug in Contribute?

Similar Messages

  • Style sheet changing when applied to text within a table

    Hi everyone,
    I'm using ID CS2.
    I've defined a paragraph style sheet with the regular weight of a certain typeface, however when I apply this style to text within a table, the typeface changes to the bold version of the font even though the regular version is specified in the style.
    Does anyone know if this is a known issue with styles being applied to tables or is it a sign of a corrupt file or something? Is there a fix?
    Thanks

    Is there a character style applied to the table or text in the table. I had many issues with this over-riding my paragraph style.

  • Can't vertically center text within a table cell with a picture next to it

    I have a table and each cell has a picture in it (which was "cut" from another part of the document and "pasted" into the cells). Next to it, I typed a few words. I want the words to be centered vertically within the cell. However, everytime I click on the vertical centering in the inspector, it moves the picture and the text remains at the very bottom of the cell. The text is "tied" to the picture. I've tried everything... highlighting the text, same thing. Can't figure it out!! Is there any way to do this without inserting text boxes??

    Vertical align works on text within text boxes and within table cells.
    I have just checked this using a table with:
    *1st cell* Inline Picture with caption under. Cell sizes to fit
    *2nd cell* Same as first, picture scaled down. Text and image centre vertically.
    *3rd cell* Caption only, vertically centred.
    It works and I have wrap turn off on the image, before I pasted it in.
    On rereading the O.P.'s post it seems to be saying contradictory things. That the text is "tied to the picture" which is what you would expect of inline graphics and that the text is stuck in the bottom the cell.
    Without a picture and a better description of the problem we are none the wiser.
    I am just guessing but perhaps the O.P. has the image and Inline graphic on the same line and can't understand why the bottom of the text and the bottom of the image are aligned.
    If this is the case it is a misunderstanding of what inline graphic means. The image acts just like a character in the text and sits on the text baseline, it is not an independent object.
    It is possible to shift text next to the image or the image itself by selecting either and altering:
    +Inspector > Text > More > Baseline Shift+
    But frankly you would be better separating the 2 and putting the text in the cell to the left or right of the image.
    Peter

  • How do I rotate text within a table Pages 4.3?

    Does anyone know how to rotate text within a cell in a Pages 4.3 table?

    You would have to use a floating text box over the cell. Make sure text wrap is turned off.

  • Centering Text within JLabel

    I am trying to figure out a way to center the text within a JLabel. I trying to set a specific size of the label, and then center the text in the very middle (horizontally) of that label. I have tried many different methods from this forum and other places on Google, but none of them have had any effect. For example:
    label = new JLabel ("<html>blah, blah, blah, blahblah, blah...</html>"); 
                                                         // HTML tags make the lines wrap.
              label.setHorizontalAlignment(JLabel.CENTER);
              label.setPreferredSize (new Dimension (84, 48));The text remains aligned left within the label. Is there a way to get it to center within the label?

    what version are you using?
    your posted code works OK in 1.5.0_05
    import java.awt.*;
    import javax.swing.*;
    class Testing extends JFrame
      public Testing()
        setSize(300,100);
        setLocation(400,300);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        JPanel p = new JPanel();
        JLabel label = new JLabel("<html>line 1<br>line 2</html>");
        label.setHorizontalAlignment(JLabel.CENTER);
        label.setPreferredSize (new Dimension (84, 48));
        label.setBorder(BorderFactory.createLineBorder(Color.black));
        p.add(label);
        getContentPane().add(p);
      public static void main(String[] args){new Testing().setVisible(true);}
    }

  • Vertically-aligned tables shift down when entering/editing text within the table.

    Hi all,
    We have a sudden problem that is occurring, and I've done a lot of searching without finding anything close to this happening elsewhere.
    If there is ever a table that is aligned vertically within a text frame, you cannot edit the text without having it shift down one line break for every letter you type, until it's bottom-aligned within the frame. You can then click "align center", and it will re-align itself. Then, if/when you need to change even one letter again inside the table, it will shift down one line.
    We've tested it with two different docs on both Mac and PC, with the same problem. I've cleared my prefs on the Mac to see if that would make a difference, and it hasn't done anything.
    Any thoughts here? I can't recall anything that would have changed since this started happening, but it won't leave us alone now!
    Thanks!!

    Very interesting. I do lots of tables but don't vertically justify so I have never run into this. However I can confirm this behavior on a new clean test page I made, using InDesign CS5 (7.0.3) on Mac OS 10.6.6. I have no other problems with InDesign; it is running flawlessly. And no weird plug-ins or system hack software.
    My test file uses my default font (Adobe Minion Pro) and the default table (Insert > Table).
    It also shifts down when I delete a character in a cell. And the shift for me is more than one carriage return. I can get it back to center-aligned by top aligning and then choosing center align again.

  • [CS3 JS] Replacing/Adding text in a table

    Hello professionals....
    I am currently wanting to replace text within a table.
    The Table has 4 simple colums. All text in the table has the same character style.
    b The situation is
    i Here is a short 'cut-out' of the scripting I have done:
    I read in the text bthat needs to be modified from the table with this script:
    > app.findTextPreferences.appliedCharacterStyle = myRevIndexListCharStyleName;
    f = myDoc.findText();
    var myCurrentResponsiblePerson = f[2].contents;
    var myCurrentComments = f[3].contents;
    New text is set to another variable:
    > var myResponsiblePersonField = textEditboxes.add({editContents:myCurrentResponsiblePerson, minWidth:myTextBoxWidth});
    var myCommentField = textEditboxes.add({editContents:myCurrentComments, minWidth:myTextBoxWidth});
    var myCourseRevIndexPerson = myResponsiblePersonField.editContents;
    var myCourseRevIndexComment = myCommentField.editContents;
    I then proceeded to to make a new 'replacement' string:
    > var myCourseRevIndexList = myRevIndex+"\t"+myCourseRevIndexDate+"\t"+myCourseRevIndexPerson+"\t"+myCourseRevIndexCom ment;
    return[myCourseRevIndexList]
    Then I try to 'Change' the text by this:
    > app.findTextPreferences.appliedCharacterStyle = myRevIndexListCharStyleName;
    app.changeTextPreferences.changeTo = oneResult[0];
    oneDoc.changeText();
    Result - InDesign Crashes...!
    What am I doing wrong?
    I know it has something to do with the:
    > app.findTextPreferences.appliedCharacterStyle = myRevIndexListCharStyleName;
    app.changeTextPreferences.changeTo = oneResult[0];
    Because when I deactivate this part - InDesign does
    b not
    crash!
    Would it be better to
    i somehow
    replace the individual text 'cells'?
    If so - how do I do that?
    I have treid to read up, but have had no luck!
    Help / insights would be greatly welcomed.
    Thanks in advance.
    Lee

    Hello,
    :) Sorry - I should have explained a little more!
    btw - the linked 'pdf' file is blocked for me! Our IT department are very fussy!!! :(
    b What is your main idea?
    We have a 3 sided document (Title page, Content page, Release page) to present our product - Training Courses.
    On each side of the document there are certain informations that are the same. To make life easy for the people editing these documents, it was decided to make a script to automate the input and changing of these informations.
    Character Sytles were generated to define each field of information, so to aid in the find/Change of the scripting.
    On the Title page there is the 'Course Title', 'Course Reference No.' and 'Document No.' information.
    On the Content page there is the 'Course Title', 'Course Sub-Title', 'Reference No.' and 'Document No.' informations (naturally there is all the course info too, but that's a 'one-time-entry' only).
    On the Release page there is all the above and a
    b table
    that contains the latest revision index information. i.e. Revsion Index, Date of Changes, Responsible Person, Comments to changes made.
    This row of information has a Character Style and is read in.
    I then searched the string and replaced each Array position with the previously entered text.
    It seems to work OK for when you are creating the
    b first document
    My problem what I see coming is the fact that when it is needed to enter a revision - how would I
    b add
    another row
    b and
    then select only the last row of - then to be 'blank' information?
    Did this help?
    If it might help - here is the InDesign 'template' file that they start with:
    http://www.freetimecorner.ch/joomla2/images/allsorts/course_description_end.txt
    b NOTE
    Change the 'txt' for 'indt'
    In the script you'll have to change the address when he goes to open this file (
    i in the top few lines

  • Expanding text field in table

    Hi,
    I’m pretty inexperienced with Live Cycle and was hoping I could get some help using text fields within a table.
    I’m creating a form with a table into which the user enters information. I’d like the row height in the table to adjust to the amount of text entered into the text field so as that if necessary the table will expand onto a subsequent page.
    The table exists within a subform and the text fields exist with in the table. In searching this forum I seen talk of dynamic tables but not sure how to achieve this.
    Any help would be much appreciated.
    Thanks
    Graeme

    To make the textfields grow you need to select 'Expand to Fit' under height in the Layout tab. In terms of going onto another page you need to select 'Allow Page Breaks within Content' in the Object>Field tab and make sure your subform is flowed not positioned.

  • Typeface changes automatically when changing color on text within a bullet

    Something very weird is happening when I change the color of the typeface within a bullet. As soon as I click on the new color in the Colors palette, the typeface changes to another typeface (one that doesn't even show up in the Fonts palette, so I don't even know what it is). I went back to make sure the slide master had the correct typeface, which it does, and I have the typeface installed on my computer.
    This does NOT happen when I select the entire bullet, just when I select text WITHIN the bullet.
    Any idea what might be causing this?
    Many thanks for any help you might provide.
    Margaret

    Is there a character style applied to the table or text in the table. I had many issues with this over-riding my paragraph style.

  • Slide Effect within a Table

    I'm trying to add a simple Spry slide effect to some text on
    one of my web sites, however the text dissapears in IE7. I've
    managed to cut it down to the most basic code where the problem
    occurs and it turns out to be a table cell. I took the slide
    example and cut it down until it doesn't work. I'm referencing the
    css and js that comes with the spry 1.6 prerelease build. This code
    works fine in Firefox. If you remove the table tags, it also works
    in IE7. However, with the table tags present, the text doesn't show
    up at all in IE7 (although the background color does slide up and
    down). I'd like to be able to keep the table tags in my actual site
    because it helps to keep the shape of the page. I can't believe
    know one else has run into this issue, but I haven't found anything
    online. If you have any tips, please let me know. Otherwise,
    consider this a bug report.
    Here's the code:
    <!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=iso-8859-1" />
    <title>Spry Slide Effects Sample</title>
    <link href="../../css/samples.css" rel="stylesheet"
    type="text/css" />
    <script src="../../includes/SpryEffects.js"
    type="text/javascript"></script>
    <style type="text/css">
    .animationContainer{
    height: 220px;
    .demoDiv{
    background-color: #CCC;
    height: 200px;
    overflow: hidden;
    .hideInitially{
    visibility: hidden;
    </style>
    </head>
    <body>
    <table><tr><td>
    <form method="get" action="grow_sample.html">
    <input type="button" onclick="slide_hidden.start();"
    value="Slide Example" />
    </form>
    <div class="animationContainer">
    <div class="demoDiv hideInitially" id="example5">
    <p><strong>Example - Slide from 0% to 100% in 2
    seconds</strong>
    <br />
    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>
    <script type="text/javascript">
    var slide_hidden = new Spry.Effect.Slide('example5',
    {duration: 500, from: '0%', to: '100%', toggle:true});
    </script>
    </td></tr></table>
    </body>
    </html>

    I am also having this problem. I've written a custom JSF
    component that could technically be used in all sorts of situations
    within an HTML page. During the initial component development, the
    case of adding the component within a table on IE was never tested.
    Only later when some other developer was reusing the component in
    another project did the Slide effect within a table in IE issue
    crop up. As it's a JSF component, there really isn't a very elegant
    way to move the javascript to another location within the HTML page
    and a previous poster pointed out. Help!

  • All my text in my tables is locked into bold! :(

    Hi.
    I'm close to finishing a site at http://kareltests.co.uk/ where I've been using tables. Much to my frustration all the text I use within a table comes out bold. On Macs this looks terrible.
    Any ideas?
    BTW Any other tips regarding layout, or of what info might be useful to put on this site would be appreciated.
    Cheers!

    You're using header cells (<th>) which by default are bold and centred - change them to <td> and it should be sorted
    Mi-ul

  • Insert row wherever within a table?

    Can it be done? Looking to add and delete rows wherever needed within a table. Currently, it only allows me to add or remove either the very first row or the very last; not those in-between. My users constantly request the ability to insert where needed (like word and excel) and I'm stumped on how to work it out.

    1. Cell options
    2. Cell options!
    You probably have too much space inside the top and bottom edges of each cell. Select the entire table and select Cell Options (from the Table menu or from your friendly right click pop-up menu). A relatively safe value for Top and Bottom distance is 1 mm.
    You can see the grid lines either because you have Show Frame Edges on (they should be thin and blue), or, more likely, because the ID import doesn't honor the Excel settings and puts the lines there by itself. If your lines are blue and thin, don't worry; they're just there to help you. Select Preview mode and they will disappear (just as text frame edges, guidelines, etc.). If the lines are black and thick, select the entire table and use the Cell options to switch them off. Just select either 0 pt thickness or a [None] line color.

  • Report / Query to show all texts within all customer master records

    Hi,
    Can anyone let me know if there is a report or a query to show all texts within all customer master records?
    Many Thanks
    Aries

    Hello Aries,
    I don't believe there is a standard SAP report that does this. 
    But,...
    You can see all the customer text types (Customer SD) using transaction VOTX. 
    Table TTXID contains the same info using Text Object "KNVV". 
    If you decide to have a custom ABAP developed use function READ_TEXT.  SE37 can be used to validate a test.
    Regards,
    Jim

  • How do I get decimal alignment for Pages on my iPad WITHIN a table?

    I'm working with Pages on my iPad and I understand how to double-tap the ruler to enable decimal alignment within text. But how does one decimal align within a column WITHIN a table cell?

    Did you purchase the app on your iPad, or through iTunes on your computer?  If you downloaded directly to your iPad, the icon likely loaded onto a different page.  On your home screen, swipe your finger to the left and keep doing that until you find the page the App went to.  Once you see it and you want to move it to hour home screen, hold your finger on the App until it jiggles.  Then while holding the App slide to the left edge of the page and it will move to the next page back and so on and so on......

  • HTMLEditorKit Centering Text

    Hello,
    I am writing a basic html editor which uses a textPane and java's HTMLEditorKit. The program allows the html to be saved.
    At the moment the text can only be written in a row by row form. And I would like to add the option of centering text, and images Which could be switch on and off, suchas in Microsoft's word.
    Could anyone provide an example of how to achieve this, or over some guidance.
    Thank you

    Thanks,
    I had a look at the site, though I could not find the answer, to how to use the java tools StyleSheet HTMLDocument and HTMLEditorKit kit. And allow the user to center text and images within a textpane, which would add the center tag to the HTMLDocument which contains the html template.
    Could you possibly advice further?

Maybe you are looking for

  • Access Denied - Failed to Open Document

    I've done a few hours of searching for a solution to my problem with no specific answer helping me. I recently upgraded 63 various reports from Crystal Reports version 8.5 to Crystal Reports 2011 (using a Windows 7 box). I realigned all of the report

  • Applications "not supported on this type of mac"

    Suddenly Messages.app and EyeTV.app don't work! They never had a problem before, but now they won't run! What's going on and how can I get this resolved?? I'm running the latest version of OS X, 10.9.2 on a more than capable Mac Pro (3,1) with 32 GB

  • Disk image successful; burn error due to 'ghost' image

    I have burned 100s of DVDs successfully. I always burn them from their disk images. My last project took longer because I ran into what I think is an unusual problem. I created a disk image and burned a DVD, but then decided there were a couple of pl

  • Parameters used by MD04

    Sorry about this, the real thread can be seen in : User Parameters used by MD04 "Good day SAP experts, i hope someone can help me, i need to know witch parameter ID MD04" Edited by: German Rodriguez on Oct 7, 2009 12:50 AM

  • BExBroadcasting - manipulate pdf mail-attachment filename

    we are broadcasting BW-reports via BExBroadcaster and generated PDFand sending mail-attachements to some BW-users. is there any chance to change or manipulate the filename of these generated PDF mail-attachements ? e.g.  shorter filename with lower-c