Removing space around Richtext CFTEXTAREA

I am using richtext CFTEXTAREA in a table but it has alot of
padding around it. I really need to figure out how to make that
padding go away. I have tried using style="margin:0px;" but that
didn't do anything. Any ideas would be great. I need it to fit in a
tight area with a basic toolbar, but because of the extra
whitespace space surrounding it, it does not fit.

view the generated source of your page to see the generated
code. note
which elements have been added by cf to display the richtext
textarea.
style those elements according to your needs.
i suggest you use Firefox with Firebug & Web Developer
Toolbar add-ons -
very powerful combination for debugging pretty much
anything...
hth
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com

Similar Messages

  • When Importing Images, How Do I Remove The White Space Around The Corners?

    When Importing Images, How Do I Remove The White Space Around
    The Corners?

    u may use magic wand (and magic wand setting) from Lasson
    Tool to select and delete that white space, but u must break a part
    to the picture first.

  • Removing White Space Around Header - from CSS?

    What is causing the white space around the header and
    above/below the top nav bar? There's also an extra white pixel
    space between each of the buttons on the top nav bar.
    See;
    http://home.roadrunner.com/~phenline/products/prods_models_9_10_07.html
    I've also attached the CSS stylesheet.
    I thought it might be a valign tag but they are all in the
    main text and are necessary to glue the 3 main sections just under
    the top nav bar. I couldn't find any vspace or hspace options in
    the code.
    Because of the rollovers on the top blue horizontal nav bar,
    I need the "class" option in each <td> tag. Otherwise, if I
    put the class="navMain" option on the <tr> tag, then the
    whole nav bar will show the rollover color. Or, I suppose I could
    create 5 different CSS styles for each nav button ???
    Any ideas? Thank you.

    HI, for first you should to revrite tables to DIV, or you can
    correct this with a CSS code for the table:
    for example you shold to check the background color to the
    same:
    .x {
    background-color: #3766c8;
    for more example about Table CSS styling you can check a good
    wizard:
    http://www.somacon.com/p141.php
    Titti
    http://textures.z7server.com/

  • Space around text in a box

    I am following the instructions regarding margins but whilst having lots of space on the right it remains very tight on the left. It's supposed to make the same amount of space all around the text??
    Any ideas?

    In the text inspector insert a margin last tick in the window after the paragraph adjustments.
    Even if you don't use bullets you can also do some adjusment under that tab as far as space around text in the window.
    As much as possible control your text with the sliders space before paragraph space after line spacing rather than extra characters as it is a much cleaner formating and when you make changes you won't have to remove any of those extras.
    I was a print designer in another life, but text formating is text formating no matter where it is.
    Mireille

  • Removing Space Between Web Parts causes Horizontal Bar in Modals

    Hello all,
    I used the following to remove space between Web Parts, but am now getting a horizontal bar in my modals. Please assist:
    http://www.ashokraja.me/tips/How-To-Remove-Extra-Space-Around-the-Web-Part-In-SharePoint-2013
    Thanks!
    Kelly
    Personal Blog: http://thebitsthatbyte.com

    I removed it using the following CSS, which aligns our spacing:
    Control spacing between Web Parts*/
    .ms-webpart-cell-vertical
    margin-top:
    0px;
    margin-bottom:
    0px;
    Personal Blog: http://thebitsthatbyte.com

  • Removing Space within JTabbedPane

    Hi everyone. It seems that whenever I add a component to a JTabbedPane, the component is maximized, but there's still a small space around the component that seperates it from its tab. Does anyone know how to remove this small space? Thanks.
    Jon

    Easier option: myTabbedPane.setUI(new javax.swing.plaf.metal.MetalTabbedPaneUI() {
        public Insets getContentBorderInsets(int tabPlacement) {
            return new Insets(0,0,0,0);
        }});...if you are using the Metal L&F. If not, you'll have to write your own paintTabBackground() method to add to the above class. Here's a working example:tabbedpane.setUI(new javax.swing.plaf.basic.BasicTabbedPaneUI() {
        public Insets getContentBorderInsets(int tabPlacement) {
            return new Insets(0,0,0,0);
            protected void paintTabBackground( Graphics g, int tabPlacement,
                                           int tabIndex, int x, int y, int w, int h, boolean isSelected ) {
            if ( isSelected ) {
                g.setColor(  (Color)UIManager.get("TabbedPane.highlight"));
            } else {
                g.setColor( tabPane.getBackgroundAt( tabIndex ) );
             switch ( tabPlacement ) {
                    case LEFT:
                  g.fillRect( x + 5, y + 1, w - 5, h - 1);
                  g.fillRect( x + 2, y + 4, 3, h - 4 );
                  break;
                    case BOTTOM:
                  g.fillRect( x + 2, y, w - 2, h - 4 );
                  g.fillRect( x + 5, y + (h - 1) - 3, w - 5, 3 );
                  break;
                    case RIGHT:
                  g.fillRect( x + 1, y + 1, w - 5, h - 1);
                  g.fillRect( x + (w - 1) - 3, y + 5, 3, h - 5 );
                  break;
                    case TOP:
                    default:
                  g.fillRect( x + 4, y + 2, (w - 1) - 3, (h - 1) - 1 );
                  g.fillRect( x + 2, y + 5, 2, h - 5 );
    });

  • Removing Spaces

    I've been using Desktop Manager for quite some time. I use the app all the time, probably 50 times a day. Even though I like Leopard, it screwed up my Desktop Manager app. I NEED to use ALL apps in ALL SPACES, not just one space per app, which is complete nonsense to me. I DEFINITELY DO NOT WORK that way. It stops/ ruins my creativity. Does anyone know how to remove Spaces or stop it's influence on other apps?

    Spaces had a verifiable problem of activating itself when the Enable Spaces box was unchecked, but that was mostly resolved in version 10.5.2.
    You can try this. After Enabling Spaces, select all the applications in the lower window and click on the minus button to remove them from the list.
    Uncheck the Enable Spaces and this may prevent Spaces from interfering.
    On the website Jane mentioned, it says version 0.5.4 of Desktop Manager (DM) is built for Intel/PPC and requires Mac OS 10.4 or later, but I don’t think it has been updated to work with Leopard (according to other users of DM).
    VersionTracker reports DM is designed for OS 10.3 to 10.4 PPC.
    However, as Kappy said, it is apparently not compatible with Leopard. On the DM developer’s website there is this warning:
    THIS SOFTWARE IS ALPHA QUALITY. USE AT YOUR OWN RISK. IT HAS ONLY BEEN TESTED WITH OS X VERSION 10.3 (PANTHER). ON OTHER VERSIONS YOUR MILAGE MAY VARY.
    I understand how you would prefer Spaces to be workspace-oriented rather than application-oriented and I have had several discussions with other users on this forum about it. They have logged a suggestion to Apple to provide an option to let the user select between the two different orientations of working with virtual desktops.
    You might search this forum for others who prefer the workspace-orientation virtual desktops and see if they have any work-arounds.
    Sorry, this probably doesn’t help much.

  • How to remove space after paragrph in pages on ipad

    Can't figure out how to remove space after each paragraph in Pages for Ipad

    Settings > General > International > Region Format
    Set it to your country to format numbers and dates in the way your country does.

  • How to remove space below text?

    In the screenshot below, how to remove space below text? I simply added a text box using the type tool and I get that extra space bellow the letter "B" that I don't need. I want to remove that space to center the letter within the octogon.
    Thanks!

    You might consider giving the letter a negative baseline shift and aligning it to centre.
    That way you can adjust it so that its anchor point coincides with the centre of the hexagon.
    Like this:
    Another thing: You may find it easier working with type if you hide bounding boxes.

  • How do I remove space after paragraph?

    Does Robohelp have the "Remove Space after paragraph" button for reducing the space between lines, like the one in Word?

    In HTML the space after is controlled by the style in your CSS file. You need to edit the style in the Style Editor.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How do I remove spaces or special characters within a cell for large amounts of data

    Is there any shortcut to remove spaces between words and numbers within a cell?
    Example:
    Current: .5 lt PET (6)
    Need: .5ltPET(6)
    Is there any shortcut to remove special characters between numbers within a cell?
    Example:
    Current: 0--000--000--0
    Need: 00000000

    Thanks Wayne.
    I have been away from using Numbers or Excel for 4-5 years so it is slowly coming back to me. I am get that I need to use the SUBSTITUTE function however I am having trouble with getting it to work.
    My Data
    ST PAULI 12/12 NR
    $27.16
    12oz NR(12)
    0--80660--95937--5
    ST PAULI 4/6/12 NR
    $28.76
    12oz NR(6)
    0--80660--95935--1
    ST PAULI DK 12/12 NR
    $0.00
    12oz NR(12)
    0--000--000--0
    ST PAULI DK 4/6/12 NR
    $28.76
    12oz NR(6)
    0--80660--95945--0
    ST PAULI N/A 4/6/12 NR
    $20.66
    12oz NR(6)
    0--80660--95955--9
    CAYMAN JACK 4/6/12 NR
    $29.12
    12oz NR(6)
    8--15829--01006--8
    CAYMAN JACK 8OZ/12PK CAN
    $23.18
    8oz CAN(12)
    8--15829--01061--7
    TGIF LIIT 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01043--3
    TGIF MARGARITA 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01047--1
    TGIF PINA COLADA 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01045--7
    TGIF STRAWBERRY 10OZ FROZEN POUCH
    $35.80
    10oz POUCH(24)
    8--15829--01042--6
    BALLAST PT BIG EYE IPA 1/2 BBL
    $190.00
    KEG 1984oz (1/2 KEG)
    0--000--000--0
    BALLAST PT BIG EYE IPA 1/6 BBL
    $73.00
    KEG 660.1oz (1/6 KEG)
    0--000--000--0
    BALLAST PT BIG EYE IPA 4/6/12 CAN
    $33.00
    12oz CAN(6)
    6--72438--00052--7
    There are many more but this is enough to show you. I need to remove all spaces from the First and Third Columns. I need to remove all (--) from the fourth. Where do I put in the substitute function and what is source sting, existing-string, new-string, and occurrence.
    Thank You for your help.

  • How do I remove spaces and special characters from the file name during rendering?

    I understand that I can set LR_renamingTokensOn to true, but I would like to replace all spaces in the file name with an underscore and remove characters not in the range A-Z and 0-9. What's the easiest way to achieve this?

    local photo = catalog:getTargetPhoto()
    local sesn = LrExportSession {
        photosToExport = { photo },
        exportSettings = {
            -- ... (determine from export preset) - whatev you want, just be sure you set export directory: LR_export_destinationPathPrefix
            LR_tokens = "{{custom_token}}",
            LR_tokenCustomString = LrPathUtils.removeExtension( photo:getFormattedMetadata( 'fileName' ) ):gsub( "[ %c]", "" ) -- remove spaces and control characters
    sesn:doExportOnNewTask()

  • Template with php script, white space around background, locking layers

    two questions for 2 sites:
    1.) first site http://www.beckervanhoveln.com
    I can't get my background to line up correctly; there is a giant white border around the whole thing. With the amount of extra space around the background on all sides, I think it may be an issue with the illustrator file I am importing, but I can't see any way to fix it there, either. All the margins that I can find to change relating to that background are set to 0. Any ideas on what could be causing this? The image in Illustrator is 14" wide, so it's plenty wide enough to cover the whole page.
    2.) site http://sai.theclothesgallery.com
    I inserted php scripts into a page (in the editable paragraph region) and it is messing up the alignment of the page. Compare what you get on the home page with what you get when you click the "client login" button. Also, wondering where the extra body area came from on page http://sai.theclothesgallery.com/protected_downloads_zdr/validuser.php.
    On both sites I am using wrapper and body tags, as directed in the tutorial by Nate (great one, thanks!). On my old site, http://www.theclothesgallery.com, everything works fine, but on the new ones I am just out of my mind. I've spent 10 hours over the last 2 days doing research and trying to manipulate code, to no avail. Thanks to anyone who can help.
    Finally, is there a way to lock a layer inside or on top of another layer. for example, the layer the body text is in on site http://sai.theclothesgallery.com is on top of the layer that holds the page's images (which is an imported illustrator file with slices). Is there a way to lock that layer to the first one so it doesn't move if I make changes?

    Kelly,
    1. The image itself has a white border. You will need to crop that image
    in an image editor such as Photoshop.
    2. Looking at the source of the page you have two  sections and
    two opening  toags but only one closingtag. The PHP
    script is probably creating the additional sections, but without seeing
    the script it is impossible to say for certain.
    2a. You probably have a space or blank line before the opening

  • How to modify default Space Around Component in NetBeans 6.0?

    Hi,
    Does anybody know how to modify the default Space Around Component in NetBeans 6.0? I use Panel and either they stick completely to the border or stand too far. I can't find any options to modify this in NetBeans 6.0. I have tried using the 'Space Around Component...' functionality, but as soon as I move an element, NetBeans automatically replaces the values I have entered with default values I am not interested in.
    Does anyone have the solution?
    Thanks!

    I think you just have to move the component holding the alt key... that way you can put the components wherever you want to..... it was alt, or shift, or another special key, try it... i don�t remember right now

  • Space around Table in Numbers

    I'm new to Numbers and need to print a table I have devised. But there is too much space around it. When I enlarge the columns and rows, it splits into 2 pages. How do I get rid of the large gaps around the sides?

    wa,
    The gaps around the sides are margins. The sizes of the margins are set in the Sheet Inspector. There are minimum margins, based upon what your printer driver has communicated to Numbers, where your printer is unable to print.
    Your table will split and flow onto multiple pages whenever it encroaches upon the margins. You can prevent this by not making the rows and columns quite so large, and by eliminating any unneeded ones.
    Jerry

Maybe you are looking for

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi, Platform: OBIEE 10g in NT XPsp2 View the .rtf file not display the data in BI Publisher Enterprise. Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with d

  • Exchange Rate results in Additioanl Actuals

    Hi All, I have an issue with the report S_ALR_87013558, especially where multiple currencies are concerned.  One of our projects has been running since 2008 and there is a PO connected with this Project for the same period.  The PO has a fixed exchan

  • Error "number out of range" in pdf sent through mail using smartform output

    Hi Experts, We have a program which sends mail using smartform output in 'PDF' format. We are able to preview smartform correctely in SAP and mail is also getting sent fine with attachment of form as PDF document. But, when we try to open the documen

  • Can I run two 30 inch displays ???

    My Quad (Late 2005) has a GeForce 6600 256mb video card. Currently I am running one 30 inch. I have hooked up a second 20 without a problem. Can I run two 30 displays on the same card? Or do I need to add a second video card to the machine??

  • Swapping columns in table

    Is there a way to cut and paste  columns in a table in CS5? I need to swap the position of two table columns in a document with numerous tables. The tables are complete and the colums I need to swap are of different widths. Is there a way to cut the