Need one space between text and border line

Please, help me.
Is there any way to offset the text from the border a bit?
I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
I've been searching in this forum and google and didn't find the answer yet.
Thanks,
Lan

HamidHelal wrote:
Lan_Desu wrote:
Please, help me.
Is there any way to offset the text from the border a bit?
I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
I've been searching in this forum and google and didn't find the answer yet.
Hi, Lan
if yo want to place a line you may choose underline option. Otherwise take a line/draw a line and keep space between the text and line.
Hope this helps
HamidIs there a way easily?
I already know that that solution. But it is troublesome when I face editing later - I have to edit all of it.
But thanks for the answer :)

Similar Messages

  • Need one space between text and line color

    Is there any way to offset the text from the border a bit? I
    would like to have a black line around some boilerplate text,
    but the text is always butted against the border. Is there a
    way to offset the text a bit

    HamidHelal wrote:
    Lan_Desu wrote:
    Please, help me.
    Is there any way to offset the text from the border a bit?
    I would like to have a black line around some boilerplate text, but the text is always butted against the border. Is there a way to offset the text a bit ?
    I've been searching in this forum and google and didn't find the answer yet.
    Hi, Lan
    if yo want to place a line you may choose underline option. Otherwise take a line/draw a line and keep space between the text and line.
    Hope this helps
    HamidIs there a way easily?
    I already know that that solution. But it is troublesome when I face editing later - I have to edit all of it.
    But thanks for the answer :)

  • Space between text and images?

    I have a gallery of images with headings above them and am trying to change the distance between the text and the images. I have tried floats and padding but cant get it to work. My headings are in a table and my images are not so it seems that there is some sort of default padding between the images and the text tables.
    Here is a link..
    http://www.rsicorp.org/rsi/silvagilroy.html

    Copy & paste this into a new, blank html page.  It's a real quick and dirty layout but hopefully it will show you what you need to know.
    FYI Code errors do matter. 90% of browser rendering issues are directly related to code.  Trouble shooting is made that much easier when you work with clean 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=utf-8" />
    <title>Untitled</title>
    <style type="text/css">
    CSS layout modified by Alt-Web Design and Publishing www.alt-web.com 8/17/2010
    body {
    margin:0;
    padding:0;
    font-family: Verdana, Arial, Helvetica,sans-serif;
    background: #FFF;
    text-align:center;
    #container {
    width : 1000px; /**adjust width in px, ems or % **/
    margin : 0 auto; /**centered on page**/
    border : 1px solid #020873;
    text-align : left;
    background: navy;
    #header {
    width: 100%;
    min-height: 100px; /**same height as background image; if none; remove height**/
    _height: 100px;
    padding:0;
    color: #FFF;
    #header h1 {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    text-transform:uppercase;
    #header address {
    padding: 0 20px;
    font-size: 14px;
    font-weight:bold;
    #sidebar1 {
    width: 175px;
    height: 1%;
    padding: 15px 5px;
    /**to reduce float drop issues in IE6**/
    overflow: hidden;
    float: left;     
    color: #FFF;
    #mainContent {
    margin: 0 0 0 190px;
    background: #FFF;
    padding: 10px;
    #footer {
    padding: 0 10px;
    background:#DDD;
    clear: both;
    #footer p {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    color: #CC3300;
    text-align: center;
    /**BEGIN PHOTOS**/
    /**this styles the image container**/
    #photos p {
    float:left;
    padding: 10px;
    border: 1px solid silver;
    /**this styles caption text**/
    font: italic 12px/1 Geneva, Arial, Helvetica, sans-serif;
    color: #666;
    text-align:center;
    line-height: 2em;
    margin: 22px;
    /**same size images recommended, adjust as req'rd**/
    #photos img {
    width:121px;
    height:90px
    /**photos float clearing**/
    .clearing {
    clear:left;
    height:1px;
    width: 100%;
    /**re-usable CLASSES**/
    .left {text-align: left}
    .center {text-align: center}
    .right {text-align:right}
    </style>
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of
    IE in this conditional comment */
    body {font-size: 76%}
    #sidebar1 {
    padding-top: 30px; word-wrap: break-word; }
    #mainContent { zoom: 100%; padding-top: 15px; }
    /* the above proprietary zoom property
    gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    </head>
    <body>
    <div id="container">
    <div id="header">
    <h1 class="right">Company Name </h1>
    <address class="right">
    address, city, state,
    telephone
    </address>
    <!-- end #header --> </div>
    <div id="sidebar1">
    <p>#sidebar1 = 175px wide + 10px padding </p>
    <p>insert your list menus here</p>
    <p>insert your ads here</p>
    <p> </p>
    <p>&lt;end of sidebar1&gt; </p>
    <!--end sidebar1 --> </div>
    <!--begin mainContent -->
    <div id="mainContent">
    <h1>#container = 1000px  </h1>
    <h1>#mainContent = left-margin 190px </h1>
    <h3>  </h3>
    <h3>Begin #Photos </h3>
    <!--begin photos -->
    <div id="photos">
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <p>optional caption<br />
    <img src="http://www.rsicorp.org/rsi/images/Thumbs Pre/1001thumb.jpg" alt="some description" /></p>
    <!--end photos --></div>
    <!--IMPORTANT! clear floats after photos div-->
    <hr class="clearing" />
    <!-- end #mainContent --></div>
    <div id="footer">
    <p>Your footer text goes here</p>
    <!-- end #footer --> </div>
    <!-- end #container --> </div>
    </body><!--end body -->
    </html> <!--end document -->
    Good luck with your project,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How To Reduce Space Between Text and Image

    I am trying to wrap text around an irregular shape in InDesign CS4. I used the pen tool to mark the outline of the image, cut the image, then selected the pen outline and pasted the image into the outline. With the TextWrap settings set to what is in this dialog box, text wrapping appears fine on the right-hand side, but has too much space on the left-hand side.
    If I try to reduce the space even further, it just affects the right-hand side of the image, not the left:
    It is doing the same thing for all of my irregularly-shaped images where I try to wrap text. How can I reduce the whitespace to the left of the image?

    Actually just noticed your text is already justified apologies.
    Couple more things you can try to improve this:
    From Control panel menu choose Justification and try using the following settings:
    Minimum
    Desired
    Maximum
    Word Spacing
    80%
    100%
    120%
    Letter Spacing
    -2%
    0%
    2%
    Glyph Scaling
    98%
    100%
    102%
    Also check that Single Word Justification is set to Full Justify.
    Cari

  • Need to minimize spacing between text and footnotes

    I'm editing a style manual (Librarian self-taught InDesign newbie!) and need to lesson the space between the end of the text and footnote line (So I can get all the material on one page.) I'm using a textbox with the footnote feature. I know that one of the Footnote Options should do it, but when I change the First Baseline Offset options it messes up the leading of the footnotes as well (which need to appear single spaced. Any advice would be greatly appreciated. Thanks!

    That was it Ravi!!! Thank you so much!!!! I'm doing my happy dance

  • Need to remove the space between Menu and the Inner screen

    Hi
    I am using forms 10G.
    In my screen there is some space is coming in between menu and the inner screen and also same in the left side as well .
    So can any one tell me which parameter I need to change so that the inner screen should display just below to the menu and same for the left side as well ?

    Hi
    Yes , If I change that then it is woring fine .
    But my question is :- I have 10 forms in server , and in 2 forms I have changed some functionalty then I have FTP it to server .
    Now all the forms are coming with some spaces between menu and inner screen . This is what I am little confused .

  • Space between content and logo

    Playing with fluid layouts and getting a space between logo and content DIV's
    <!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" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Playing with Liquid Layouts</title>
    <link rel="stylesheet" type="text/css" href="style.css" />
    </head>
    <body>
    <div id="container">
              <div id="logo">
                  <h1>Welcome to Liquid Layouts</h1>
                  <h2 class="logo">Place your slogan here...</h2>
              </div>
              <div id="navigation">
        <ul>
                  <li>Home</li>
            <li>Page 1</li>
            <li>Page 2</li>
            <li>Page 3</li>
            <li>Page 4</li>
            <li>Page 5</li>
        </ul>
        </div>
        <div id="content">
        <h1>Adding this element creates a space between logo and content...</h1>
        </div>
              <div id="footer">
        </div>
    </div>
    </body>
    </html>
    @charset "utf-8";
    /* CSS Document */
    body
              text-align: center;
    div#container
              margin-left: auto;
              margin-right: auto;
              min-width: 600px;
              max-width: 2000px;
              text-align: left;
              width: 85%;
    div#logo h1, h3
              padding-left: 20px;
              margin-bottom: 0;
    div#logo h2
              padding-left: 35px;
              margin-top: 0;
              font-size: 125%;
    div#logo
              background-color: #F00;
              width: 100%;
              height: 300px;
    div#navigation
              background-color: #0F0;
              width: 25%;
              height: 600px;
              float: left;
    div#navigation ul
              padding-left: 25%;
              font-size: 150%;
              list-style-type: square;
    div#content
              background-color: #C93;
              width: 100%;
              height: 600px;
              margin-top: 0px;
    div#footer
              background-color: #69F;
              height: 30px;;
    .footerP
              margin-top: 0px;
              padding-left: 2%;
              line-height: 35px;;
    PICTURE:
    [IMG]http://i.imgur.com/1nGUG.jpg[/IMG]

    The space is caused by the default margin in your H1 tag. As such, you need to define a style for H1:
    h1{
    margin-top:0;
    padding: ??;
    You can add padding to move the H1 away from the edges of the surrounding DIV.
    EDIT:// An after thought. If you are "Playing with fluid layouts", you might want to consider not using heights and/or set the heights/widths in % values.

  • Firefox has too much space between text

    Something changed in my Firefox display. It is now showing a large amount of space between text. Also, the fields for data entry have increased their size. Text size is okay. Thank you for your help.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can set the <b>layout.css.devPixelsPerPx</b> pref on the <b>about:config</b> page to 1.0
    You can adjust layout.css.devPixelsPerPx starting from 1.0 in 0.1 or 0.05 steps (1.1 or 0.9) to make icons show correctly.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    Use an extension to adjust the text size in the user interface and the page zoom in the browser window.
    You can look at this extension to adjust the font size for the user interface.
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/
    You can look at the Default FullZoom Level or NoScript extension if web pages need to be adjusted after changing layout.css.devPixelsPerPx.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Is there a way to create a heading with shading behind the text and thin lines above and below?

    I'm working with InDesign CS6, Windows 7.
    Is there a way, using paragraph rules, to create a heading with shading behind the text and thin lines above and below the text?
    I'd like to create headings that look like these:
    Thank you!

    I have a document where I almost do such, but without the fill. I use a Head Style which Spans Columns for this instance; it allows the haeds to flow and fill the width.
    Paragraph Rules above and below are turned on with plenty of offset.
    I tweaked my setting to accomodate your need - It required only one instance, not above and below, and changing the stroke to a double stroke. 
    It may be necessary to create a custom stroke to modify the proportion of stroke vs fill. There is a difference of thin-thin and  thick-thick, neither of which seemed perfect but might be dependent on the Character height.
    Creating custom strokes is accomplished via the Strokes Panel.

  • How to maintain Space between text in Smart form

    Hi Experts,
    How to maintain space between text in smat form.
    For example
    I need to maintain like this
    Prepared By:                       Passed By:                  Approved By:       
        but after save it come like this 
    Prepared By:   Passed By:  Approved By:      
    How to maintain spaces between texts?
    Regards,
    Sreedhar.

    hi,
    we can give space in the smartform in the same way as in the scripts with two commas one space can be given.
    when u click on the text in the window ,
    there in the general attributes at the left hand side u can find a small icon for editor in that u can define the spaces with the variable to be printed in &var&.

  • Reg: Adding spaces between texts in ALV list header

    Hi All,
    I was implementing a client requirement for ALV. The list header should contain something of this format.
    Pgm Id:               ZZZ01
    After this list header it is ALV display.
    I did this using the concatenate statement.
    ex: Concatenate 'PgmID' sy-repid into listheader seperated by space.
    But this is not showing spaces between text in ALV display. See I want a tabspace between the texts in headr. Any idea on how to mak it?
    Rakesh

    Depending on Fontsize the space might be so narrow that you believe its not there.
    check in the debugger if there is really a space in the string, the clause "separated by space" will insert one for sure.
    May be you'reshowing the ALV before you are modifying the listheader?
    Another approach is using strings, blanks at the end of a string are not deleted
    concatenate 'ABC ' 'XYZ' into s.
    and
    concatenate `ABC ` `XYZ` into s.
    will give different results, be aware of the difference in the quots in both cases. Using the second example you can insert as many blanks as you want.

  • Does anyone know what triggers the switch between text and iMessage in the middle of a conversation? Are there any differences in billing between text and iMessage?

    In the middle of a text conversation between another iOS 5.0 iPhone user and myself, the conversation elements switched back and forth several times between Text and iMessage. The phone actually tracked it and put little lines indicating the switch, and my comments changed from green to blue and back again. I can't think of anything I changed in the middle of the conversation. I was outside WiFi range, using the Cell network at the time. Now I tried it again, while i'm on WiFI and the messages are Text (green) again.

    1. Windows 8.1 Enterprise w Update is the best. It allows you for sideloading in corporate environment without additional tools and licenses.
    http://technet.microsoft.com/en-us/windows/jj874388.aspx
    2. N series is for EU (without IE).
    3. Profesional is fine, but you will need some tools to achieve the same functionality that you have in "pack" Enterprise.
    4. VL is volume license, a type of license for multiple computers (to say it simply)
    5. MSDN forum is better alternative for problems like this.
    6. Attached to MSDN are licenses or at least references to web resources. Read license agreements carefully and let your installation and use follow the license.
    Rgds
    Milos

  • The Correct Space Between You And Your Monitors

    Something that always crossed my mind was the space between your monitors and where you are seated. How far exactly are you supposed to be positioned from your speakers in order to read and hear correctly. Most producers would comment that people produce in all types of environments, headphone close rang monitors, far range monitors. But what exactly is the ideal space between you and your speakers? To look into this issued even more closely each speaker is designed differently, there for you cannot look at them all equal as far as performance is concerned.
    How far are you away from your speakers?

    dude it depends what you want
    I got mine at about 1-meter to 1.5-meters at my home studio
    at the big studio i've got two pairs of monitors in there and they both 1.5 meters
    other people will go as far as 3-meters, in your case get abit closer as you said before that your room is not acoustically treated there for sitting too far away will give you a mix of 50% of the speakers and 50% of the room
    but you need 80% of the speakers and 20% of the room
    ps: don't just leave this topic alone and start another one, because its annoying when people don't if you've been help or not and they keep trying to help you
    and people also don't know if you are reading your post or your just using it as an amusement forum just for fun on your lunch breaks
    so please reply back and let people know if they've helped
    stash

  • How to add a JPanel with label and border line

    hi,
    I want a Jpanel with label and border line like this.Inside it i need to have components.Is there a resuable component to bring this directly??
    Any solution in this regards.???
    Label-----------------------------------------------------------
    | |
    | |
    | |
    | |
    | |
    |________________________________________ |

    [url http://java.sun.com/docs/books/tutorial/uiswing/misc/border.html]How to Use Borders

  • How to maintain space between value and base unit of measure in sapscript

    Hi Guys,
    I am working on an upgradtion project, i have problem like while upgrading from 4.6b to 5.0. i need to main a space between value and base unit of measure. can anyone letme know how to maintain in the form. I mean in sapscript.
    Thanks,
    Yogesh

    There are a couple of ways to handle this,  if you need a bigger space between, you can use tabs in the paragraph format.  Or you can just write the space in between the fields like so.
    ZA  &MSEG-MENGE& &MSEG-MEINS&
    Regards,
    RIch Heilman

Maybe you are looking for