Unwanted line spacing between rows

Tables have 0 borders, cell spacing and padding. I use DW
MX2004, pc platform xp windows. I have 3 rows, inserted a
navigation bar,. There is extra "spacing" between the rows above
and below my navigation bar. What is the problem??? See page :
www.sodapopscott.com/index2.htm ??octoberben

You need to zero out the cellpading and cellspacing.
Highlight your main
table and make sure you enter 0 in those fields in the
property inspector,
so that you have:
<table width="770" border="0" cellpadding="0"
cellspacing="0">
Leaving those fields blank does not mean they are set to
zero, you need to
implicitly set them to 0..
Nadia
Adobe� Community Expert : Dreamweaver
http://www.csstemplates.com.au
- CSS Templates | Free Templates
http://www.perrelink.com.au
- Web Dev
http://www.DreamweaverResources.com
- Dropdown Menu Templates|Tutorials
http://www.adobe.com/devnet/dreamweaver/css.html
"octobrben" <[email protected]> wrote in
message
news:e6lqos$e8m$[email protected]..
>I use DW MX2004, pc platform xp windows. I have 3 rows,
inserted a
>navigation
> bar,. There is extra "spacing" between the rows above
and below my
> navigation
> bar. What is the problem??? See page :
www.sodapopscott.com/index2.htm
> ??octoberben
>

Similar Messages

  • Line spacing between buttons

    Hi!
    The problem what I'm having is I want to have line spacing between these buttons
    but I don't know how. If I let them as below shown there isn't any space among them.
    You can see that when you run the program.
    SELECTION-SCREEN PUSHBUTTON /1(20) text-pb1 USER-COMMAND pb1.
    SELECTION-SCREEN PUSHBUTTON /1(20) text-pb2 USER-COMMAND pb2.
    SELECTION-SCREEN PUSHBUTTON /1(20) text-pb3 USER-COMMAND pb3.
    Regards
    sas

    HI,
    u can do like this.
    SELECTION-SCREEN PUSHBUTTON /1(20) text-pb1 USER-COMMAND pb1.
    SELECTION-SCREEN skip.
    SELECTION-SCREEN PUSHBUTTON /1(20) text-pb2 USER-COMMAND pb2.
    SELECTION-SCREEN skip 4.
    SELECTION-SCREEN PUSHBUTTON /1(20) text-pb3 USER-COMMAND pb3.
    rgds,
    bharat.

  • Change Popup LOV template to put more spacing between rows

    I am trying to change the popup lov template to include a bit more spacing between the rows in the result set. So instead of seeing
    Test 1
    Test 2
    I want to see
    Test 1
    Test 2
    Looking at the html produced the rows are returned from a bit of javascript (using arrays and passback) and I can't figure out where to add anything that will change the spacing ie cellspacing doesn't do anything.
    The line I am interested in is - replace ( for < and ) for >
    document.writeln("(br /)(a href=\"javascript:passBack(v[1], v2[1]);\")Test(/a)");
    If I could just add a br at the close a tag...
    Does anyone have any ideas on this. I'm not keen to code a new popup lov, I was just wanting to tweak the existing.
    many thanks

    Hello,
    " I know this style isn't directly related to the t5PopupBody as you have suggested but it doesn't seem to make a difference"Your syntax will apply the new style to every link on your pop-up window. As there is non-others then the results, in this case it will make no difference.
    " I did something slightly different so I didn't have to worry about changing the css"That is OK, as long as you remember all the changes you are making to the original templates, because after upgrading – like in the near future to version 3 – some of the changes might disappear. That is why I prefer to use my own CSS file, on top of the original one.
    Regards,
    Arie.

  • Big Line spacing between headrs in message window

    Hi
    I have a strange problem with mail, there appears to be a big line spacing vertically between the
    From
    Subject
    Date
    To
    headers in my message window, also the dot that appears next to the account that tells you how many unread messages you have has increased to about 25mm diameter, strangely about the same as the line spacing on the headers, ive tried taking out the plist to reinstall, im thinking its possibly some sort of font issue, ive tried changing them to no avail, i cant find anything in preferences that affects this, has anybody had the same thing, its driving me nuts!
    Thanks in advance
    Rob

    Clearing font cache fixed this problem
    How do you clear the font Cache?
    Many thanks in advance

  • Need extra line spacing between choices

    Hi,
    I am creating a form. The final payment option has several choices. A few of them have a lot of text. Is there a way to add space between the choices? I haven't found it.

    Hi,
    Here's a link to our "ideas" forum - http://forums.adobe.com/community/formscentral?view=idea.  It's the best place to post feature requests because that way others can vote vote for your idea, which helps us prioritize feature requests.
    Also, can you post an image of your form (or something that looks similiar to your form) so we can get a better idea of what you want?
    Thanks,
    Todd

  • Unwanted white spacing between images

    Hi,
    I have loaded up roll over images in a side nav and applied 0 to padding and margins as I do not want any space between the images - but when I preview the page in my browser there is large white space between each image. the design view in dreamweaver does not show white spaces but the live view does.
    Can someone please tell me what I might be doing wrong?
    thanks!

    Thanks Lawrence. I have applied what you recommended below and it hasn't fixed it.
    This is the first site I've created so my skills are pretty amateur. If it helps the code for my side nav below with CSS code for the table below it:
    <div id="sidebar1">
        <table width="252" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="232" height="42" align="left"><p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('lombardvisa','','Images/ih_lombardvisaRO.jpg',1)"><img src="Images/ih_lombardvisa.jpg" name="lombardvisa" width="250" height="45" hspace="0" vspace="0" border="0" align="left" id="lombardvisa" /></a></p></td>
          </tr>
          <tr>
            <td height="41" align="left"><p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Features &amp; Benefits','','Images/ih_features&amp;benefitsRO.jpg',1)"><img src="Images/ih_features&amp;benefits.jpg" name="Features &amp; Benefits" width="250" height="45" hspace="0" vspace="0" border="0" align="left" id="Features &amp; Benefits" /></a></p></td>
          </tr>
          <tr>
            <td height="46" align="left"><p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Apply Now','','Images/ih_applynowRO.jpg',1)"><img src="Images/ih_applynow.jpg" name="Apply Now" width="250" height="45" hspace="0" vspace="0" border="0" align="left" id="Apply Now" /></a></p></td>
          </tr>
          <tr>
            <td height="42" align="left"><p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Activate your card','','Images/ih_activateyourcardRO.jpg',1)"><img src="Images/ih_activateyourcard.jpg" name="Activate your card" width="250" height="45" hspace="0" vspace="0" border="0" align="left" id="Activate your card" /></a></p></td>
          </tr>
          <tr>
            <td height="40" align="left"><p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Internet banking','','Images/ih_internetbankingRO.jpg',1)"><img src="Images/ih_internetbanking.jpg" name="Internet banking" width="250" height="45" hspace="0" vspace="0" border="0" align="left" id="Internet banking" /></a></p></td>
          </tr>
          <tr>
            <td height="43" align="left"><p><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Lost or stolen cards','','Images/ih_lostorstolencardsRO.jpg',1)"><img src="Images/ih_lostorstolencards.jpg" name="Lost or stolen cards" width="250" height="45" hspace="0" vspace="0" border="0" align="left" id="Lost or stolen cards" /></a></p></td>
          </tr>
          <tr>
            <td height="56" align="left" valign="middle"><img src="Images/sidenav2.jpg" width="250" height="200" hspace="0" vspace="0" align="left" /></td>
          </tr>
        </table>
        <h3> </h3>
        <!-- end #sidebar1 -->
      </div>
    CSS for table
    #sidebar1 table tr td strong {
        color: #FFF;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif, Verdana;
        font-style: normal;
        font-weight: 500;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 10px;

  • Is it possible to insert spacing between two TextFields (for visibility)?

    In my program, I have multiple TextFields on top of each other, and I want some separation between them just so it looks better. Is there any way to insert a line, or just add more spacing between rows? I am using a Flow Layout (is there something better than this for what I need?).
    Thanks.

    import javax.swing.*;
    import java.awt.*;
    public class DMtest extends JApplet
         private TextField Field1;
         private TextField Field2;
         public void init()
              Field1 = new TextField ("asdf");
              Field2 = new TextField ("asdf2");
              Container mainWindow = getContentPane();
              mainWindow.setLayout(new FlowLayout());
              mainWindow.add(Field1);
              mainWindow.add(Field2);
    }I want a space between Field1 and Field2, each on a separate row.

  • Line Spacing in text field.

    Hi,
    I have added many text fields to my pdf document. Some of them need following:
    1.
    Adjust the line spacing between two lines.
    2.
    Make the text "justified".
    I can not find any way to accomplish these things. Can anyone tell me how to do these things?
    Thanks,
    Vijay

    Geo,
    Are you talking about check box "Allow Rich Text Formatting" in the Text Field Properties dialog box? I have it checked.
    But still it does not give me ability to adjust line spacing or "justify"ing the text.
    Thanks,
    Vijay

  • How to get lines in between two fields in smartform

    Dear Freinds,
                   I have developed one smart form however iam not getting output correct could you please help me out, the problem iam getting is iam not able to get the following things
    in The Main Window
             i have one header , one Main Area and one Footer Area
    in the header i have created one %ROW1 and named as Row and again under the ROW i have
    created a % Cell ...........again i want to create for the same Row iam not able to creeate another
    Cell.........please let me know how i can have 5 or 6 cells for the same Row .
    as i want the output as
    UNit No. : 103              Quantity Req : 200   Date of Issue  : 10/01/2008
    Destination : Delhi         Amount       : 300    Rate/Per unit  : 7
    and secondly i have to have lines between the rows .... so please do let how to get lines in between rows as well..
    i have tried allot but not able to get.
    regds
    madhuri

    Hi Marcin Pciak ,
                 Thank you very much for giving me the solution, one more point i require in this regard
    i have requirement as below
    IDNo                                      Invoice Amount
    Despatch Date                      Despath Time.
    Now i want i created Two Cell s (Cell A & Cell B)  could you let me know  how i can get IDNO and
    Invoice Amount adjusacent to each other as above but right now iam getting in my smarform
    IDNO
    Invoice amount
    but i want is  IDNO--    Invoice Amount--
    please help me this point
    thanks once again for giving me answer.
    regards
    madhuri

  • In mail, is there a master setting for line spacing when replying?

    When replying to an email, the spacing is very compressed, the reply is only one line above the original message.  Is there a way to tell mail that for all replys, it should increase the line spacing between the reply and the original message?  Thanks.

    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Pages 5: Spacing between bullets (not line spacing)

    How can I control the spacing between bullets?
    1. I clearly see how to control the spacing around a bullet relevant to its text. That's not what I'm referring to.
    2. I clearly see how to set line spacing. That's not what I'm referring to.
    What I'd like to do is keep a line spacing of 1.0 on the text, but add padding between list items (between bulleted content). The method in Pages '09 was to add buffer space "after the paragraph" (or before). However, in Pages 5.0 this option does not exist. Some of my bullets have enough content that wraps, which is why line spacing is not an acceptable solution.
    How can I control spacing between bulleted list items, such that each chunk of content is better separated?
    Thank you!

    Silly me. I have located it, by expanding the Spacing menu. The control I'm looking for is right there.
    I've included a screencap, in case anyone else misses the obvious like I have. Thanks for looking!

  • Spacing between lines is not consistent!

    Dear co-community members,
    I am a happy Pages user since a couple of months, but I just discovered a weird thing and that is: the spacing between the lines is not consistent! I am typing my document with margins left and right: 2,25 upper and under: 2,00. I use Helvetica Neue Light in 10. And I have tried several spacings: 1,15 - 1,3 - 1,35 - 1,4 but the spaces between the lines are not consistently as big or as small as they need to be.
    I discovered this when I was test printing it and I saw something was off - on paper, I thought it was my printer. But I also checked the document again: spacing was 'the same' in the whole document according to the info window. But I could see it with my bare eyes that it was not consistent (on screen nor on paper). I put the screen on 200% and I took a ruler and the spaces vary with 1mm when for example the spacing is set on 1,3. I don't think this is normal and I cannot find any solution nor explanation for it.
    I am using a MBP Retina 13" late 2012 and I have the most updated/recent version of Pages/OSX. Please let me know whether I did something wrong or are my eyes just too good hahah - or it is an 'error' in Pages .
    Kind Regards,
    Ning.

    @PeterBreis0807 & @Barry
    I actually don't have any objects or other material/fonts in my text (yet) that are not uniform size . I wanted to make a print screen from a part of my text, but I am not sure if I am allowed to post that here since I am typing a literature review with references.
    I btw do have headings in small capital (Helvetica Neue - Medium), it might not be Helvetica Neue Light also but I have never had problems with headings in another font causing inconsistent spacing between the rest of my text .
    Thank you for your reply!
    Ning.

  • Horizontal line between rows in List component

    Hi,
    How to draw lines between rows in ListBase components?
    (something like verticalGidLines in DataGrid component).
    I know how to customize mouse-hover and selection boxes in a
    ListBase components,
    example:
    Vista Start
    Menu
    Thanks,
    Mariosh

    I tried the invalidate method as follows but nothing happened:
    mylist.invalidate();
    Not sure if I explained myself well, I just want the horizontal scrollbar to appear and be able to move it when one or more items in the list are long and thus not all visible...thanks

  • Spacing between two line types in smartform

    I have data in two different line types as below
    line type1
    linetype2
    but what my requirement is
    line item1
    line item2
    i had tried by changing the smart style but it dint work. Please help me out in reducing the space between the datas of the line types.

    Hi
    Go to your smartstyle.
    Go to your paragran format.
    Click on tab Indents and Spacing.There you will see a field named LINE SPACING.In that you can adjust the spacing between two lines.
    Regards
    Khushboo

  • Spacing between characters too large when using line justification !!!!

    Dear friends,
    Since the first time when I have used Pages I noticed a somewhat annoying feature: Sometimes when I use line justification (left and right) the spacing between the characters increase substantially. Sometimes the spacing is ridiculously large. I guess that I have mad something wrong, but I do not know what. Can someone give me a hint what I should do to overcome this irritating aspect?!
    Thanks in advance
    LJ

    There is no doubt that Mellel is a much better application than Pages in a lot of areas. It has been around for longer, it is more mature and it is actively maintained. Pages is of course better in a lot of other areas - and there is room for both on the market.
    Mellel handles hyphenation in a much more advanced way than Pages and it has support for example for soft-hyphens, editable hyphenation dictionaries and hyphenation zones - something Pages lacks.
    When it comes to the large space between characters, however, I cannot say that Mellel has invested a lot in making it look good. They just chose the simplest solution, just like MS Word, to increase space between words - not between characters. They even use this as an example of something ugly in Mellel's own user guide: "For example, the following text is fully justified but not hyphenated. The spaces between the words look wide and make the text look quite ugly."
    As mentioned before, in some cases increasing space between words is the most pleasing solution to the eye. In some cases adding some space between characters is more pleasing, and that is the reason why Apple went to the extra trouble of adding that functionality. In many cases, it is not obvious which way is best, and people will have diverging opinions.

Maybe you are looking for

  • WIJ 20002 Error

    Post Author: jase4now CA Forum: WebIntelligence Reporting For the past two days, I have received the WIJ 20002 ERROR when I attempt to create an ad-hoc.  This is sudden, as I have been able to create reports in the past.                Any help is gr

  • How to Save OVER original instead of creating another file

    Hi, I set up iphoto to edit in photoshop. When I use photoshop I save it as is, without renaming or finding a new folder to put it in. At first, I assumed I would be effectively saving OVER the original, but when I clicked through "Show File" in ipho

  • Convert XML payload to HTML form data in Receiver HTTP Adapter

    Hi, I want to make a HTTP request ( Receiver HTTP Adapter ) to a servlet where I need to send the payload in HTML form format ( name=value ). As per the help document: A typical HTML form comprises named fields. When transferring a completed form to

  • Why do I have 3 iPhoto Library folders?

    I have three iPhoto Library folders named iPhoto Library, iPhoto Library (original) and iPhoto Library (original) 2. Can I delete the two "original" folders and keep all current photos? Based upon the date, they appear to be old folders from previous

  • Object class depoyment

    OK, I subclass calendar object from Oracle provided standard object class. What do I need to deploy to use this form now apart from calendar.pll and my fmx. What about the object class from which I sub-class. Do I need to compile and deploy that also