Change the gap between the lines of text and headings

Hi is there a good way to change the gap, in this case I

want to reduce the gap/height between < p > text and

topics.

I'd rather do no use the height of line in CSS because I find it displays differently through browser.

an idea - I'm on CS4

Thank you

Mark

Just use CSS to change the margin of the bottom of the topic and the upper margin of the p tag.  I certainly wouldn't margins negative, even though, as there is no need to go to this extreme.  Consider something like this-

H1 {}

margin-bottom: .5em;

}

{p}

margin-top: .5em;

}

With this, all the title tags and p will be half as far they are normally.  Make sense?

Murray

Tags: Dreamweaver

Similar Questions

  • Is my client using the web browser editor can change the position of text and images, the site was built with muse

    Is my client using the web browser editor can change the position of text and images, the site was built with muse and at first, tell him that he could change the text and images, but he can't change the location of contents of Th.

    Now he wants to paste and copy directly from the web browser Publisher Word and wants to change all of the place itself.

    Does someone have an answer or another solution?

    Philippe

    First of all, to answer your question about moving content. No, that is not supported.

    Then, never advised him to stick to Word what for the web. Word adds a lot of very strange code that can break your page completely. Tell him if he has a Word to add to the site to paste into Notepad or any other text editor, copy and paste to Muse.

  • How can I change the default blue text and underline when I create a hyperlink?

    How can I change the default blue text and underline when I create a hyperlink?

    Click on the links hyperlink to change Styles of bindings; or Site properties, and then click text.

    Slash screen opens. If you want to create a new style there is an icon small page in the bottom right of the window next to a trash box. This icon pulls a new style of link, and you can edit each of the four States. Simple, when you find this "cute little page icon" who thought something silly would be obvious for everyone...

  • How can I change the size of text and background color?

    How can I change the size of text and background color? When I select the text box and change the height, nothing happens. If I drag the box is smaller, it just jumps back to where she was. If I try to change the color, (which is set to 'default' gray), no color, it still shows as white on preview. Because I can not change the size of text box, I need to at least make the clear background because it's something that overlap.

    Answered my own question kind of... I had to go into the 'code' and change the settings manually. Why even have the options in 'view designer' to change the size of text box or color if it doesn't?

  • Change the color of text and background

    Hello

    I need to change the text color and the background for a whole text box and it's content with an iteration as little as possible

    For background, I use textframe.fillcolor

    and for the text, I am usinf textframe.parentstory.fillcolor

    Is this correct?

    Thank you

    Hey!

    Yes, it's ok.

    Also you can adjust the tint and color of the text according to the paragraph as follows:

    //fill text frame with color
    app.selection[0].fillColor = app.activeDocument.swatches.item("Red");
    
    //adjust fill color tint
    app.selection[0].fillTint = 20;
    
    //fill second paragraph
    app.selection[0].parentStory.paragraphs[1].fillColor = app.activeDocument.swatches.item("Red");
    
    //fill third line
    app.selection[0].parentStory.lines[2].fillColor = app.activeDocument.swatches.item("Red");
    

    I hope that helps!

    --

    tomaxxi

    http://indisnip.WordPress.com/

  • How can I change the line spacing of the double to single spacing between lines when you use Wordpad in Windows 8?

    How can I change spacing of double room to single space?

    I tried.  I changed the line spacing of 1.5 to 1, but it made no difference.  I also highlighted the text and hold the Ctrl and 1 keys at the same time, as suggested elsewhere.  None of these things worked.  My laptop runs Windows 8 operating system.  What now?

  • What is the stylish Extensions code to put lines of text and closer together paragraphs?

    If for some reason you want to change the spacing of text or to say to change the spacing between the text and a picture, how do I go to this topic?

    What is the exact code that is used?

    Try:

    P { margin-top:0px !important; margin-bottom:0px !important; }
  • Change the line key notify labels via sip

    Hi, I was wondering if anyone knew if the following text was possible. Is it possible to change any part of the config of the series phone Cisco SPA via a SIP notify or similar method. I have an asterisk server, where we have created a system to move a device for extensions without requiring a reconfiguration/reset (in the most anticipated cases for the function, the new phones or complete swaps may or may not require commissioning). The problem with this so that when you move Extension A of device 1 device 2, clearly labels don't update unless you change the configuration via the web gui or commissioning.

    I was looking for a way to change the line key labels without having to reboot via a SIP notify message similar to how you can tell a SPA phone to resync notify its config via sip.

    Research on google seems not to show many results, so I tend to think that's not likely to be possible. So I asked here as one of the last resorts before the redesign on the part of the idea.

    The web GUI is not an option for me due to some phones may be behind various firewalls, proxy or the webgui unaccessable.

    Thanks in advance

    Avoid you SIP inform as well as changing the configuration. But the buttons on the phone are mislabeled.

    I call it serious bug, you have no system for deployment.

    But it seems that you accept such behavior as characteristic of the system that you designed.

    It's your system - your opinion is decisive.

  • Possible to change the contents of text inside the group frame?

    Hello world

    I'm newbibe to Indesign forums.

    I had grouped image placed on the rectangle frame and the text. now I need change content text frame using indesign Javascript

    Possible to change the content of text inside the group frame... ?

    -yajiv

    Hello

    Try the following lines.

    main();
    
    function main() {
    
        if  (app.documents.length != 0  &&  app.selection.length == 2 ) {
            if( app.selection[0].constructor.name == "Group" && app.selection[1].constructor.name == "Group" ) {
                var sel1 = app.selection[0];
                var graphics1 = sel1.allGraphics[0].itemLink;
                var text1 = sel1.textFrames[0].contents;
    
                var sel2 = app.selection[1];
                var graphics2 = sel2.allGraphics[0].itemLink;
                var text2 = sel2.textFrames[0].contents;
    
                sel1.textFrames[0].contents = text2;
                sel2.textFrames[0].contents = text1;
    
                var fP1 = File( graphics1.filePath );
                var fP2 = File( graphics2.filePath );
    
                graphics1.relink( fP2 );
                graphics2.relink( fP1 );
            } // if
            else {
                alert ( "Select 2 groups!" );
            } // else
        } // if
        else {
            alert ( "Wrong selection!" );
        } // else
    } // main
    

    Although it might work for you, it is probably not advisable, because if you apply other content on the chassis, you modify the content, but not the formatting. Even with the restoration of the links of the images.

    So a better solution may be, separate frames, move them and group them back.

  • APEX do not allow to change the lines of the columns that are the primary key?

    I have pictures:
    http://img508.imageshack.us/my.php?image=21269582oe8.jpg


    Book (id_book - 'Primary key', title, year); book_author (id_author id_book - 'Primary key', - 'Primary key'); author (id_author - "Primary key", name)



    I created a new page-> Form-> form of 'author' table because I want to add new authors, modification and deletion. During the creation of this page, I have chosen column 'id_author' as '1 primary key column' and everything is OK (I can't edit the 'id_author' column - this column is autoincrement and I can change the 'name' column).

    BUT I also created a new page-> Form-> table for table "book_author" because I like to write numbers like id_book and id_author, change and remove them (so add relations between tables: book, book_author and author). During the creation of this page, I have chosen column 'id_book' as '1 primary key column' and 'id_author' as 'column primary key 2'. And on the Web site, I can't edit these fields. And I can not add also new line because I see in each new line: (null).

    http://img444.imageshack.us/my.php?image=11324615yk9.jpg

    APEX do not allow to change the lines of the columns that are the primary key? It's stupid... What can I do?

    Edited by: user10731158 2008-12-20 11:40

    Column unique and not meaningful if you ever want to update. In the case of your example, you need to add an ID column in the intersection of book_author table. Honestly, I was so blown away (and pleasantly surprised) by the absence of rebuttal and the "thx" I advanced and set up an example of how I would define the book_author table:

    create table  book_author
       (id varchar2(32),
        book_id varchar2(32),
         author_id varchar2(32),
         modified_on     date,
         modified_by varchar2(255),
         constraint book_author_pk primary key (id),
         constraint book_auth_book_fk foreign key (book_id) references books(id),
         constraint book_auth_author_fk foreign key (author_id) references authors(id)
         )
    /
    
    create unique index book_author_uq on book_author (book_id,author_id)
    /
    
    create or replace trigger  biu_book_author before insert or update on book_author
    for each row
    begin
         if inserting then
              :new.id := sys_guid();
         end if;
         modified_on := sysdate;
         modified_by := nvl(v('APP_USER'),user);
    end;
    /
    

    Good luck
    Tyler

  • How can I change the line spacing?

    I looked everywhere to find how I can change the line spacing in my e-mail address when sending. Can't find any dishes. CAM help me?

    The answer is probably some handmade css coding which is not a trivial thing to do.

    Why you want to change the line spacing? A larger or smaller font would be useful for you?

  • Change the line spacing in wordpad

    HOW CAN I CHANGE THE LINE SPACING?

    Hello

    I would like to know some information about the problem so that we can help you better.

    You want to set the default spacing in WordPad?

    Thank you for your query details.

    I also appreciate the fact that you want to change line spacing in WordPad.

    Please see suggestions from Steve Cochran and ptsome110 responded on July 21, 2010 and also Steve Winograd said on July 17, 2010.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_programs/how-to-change-WordPad-line-spacing/328d127b-6bb3-4DF3-abbf-fb840f888b19

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • What is this error represents "another user has changed the line containing oracle.jbo.Key [21 primary key]."

    Mr President.

    What is this error represents "another user has changed the line containing oracle.jbo.Key [21 primary key]."

    Concerning

    You get this exception quite often when you have a business in PL SQL layer, but you can safely ignore (suppress) it by substituting the lock() method in all implementation of your entity classes.

    /*** customizing locking management: 
    * Because attribute values can change 'outside' ADF standard life cycle, 
    * when optimistic locking executes, the exception "Another User Changed the Row" is thrown. 
    * In this case, we execute locking again, ignoring the exception 
    */ 
    public void lock() 
    { 
     try 
     { 
      super.lock(); 
     } catch (oracle.jbo.RowInconsistentException e) 
     { 
      if (e.getErrorCode().equals("25014")) 
      { 
      super.lock(); 
      } 
      else throw e; 
     } 
    }
    
  • A statement UPDATE changes the line if the update changes the column even value?

    HI -.

    I have a main classification and the corresponding audit table. I have a trigger. I created using the suggestion:http://www.runningoracle.com/product_info.php?products_id=211

    Now the problem that I am facing is that: if I run the same query (same value) update on the main table for n times (with the same data)... my audit table is updated with a new record every time. He is not able to determine that the value is the same.

    My goal is to load the audit table data if the value in a cell in the main table is really have changed.

    A statement UPDATE changes the line if the update changes the column even value?

    Best regards

    I have a main Table and the corresponding Audit Table. I have a trigger. I created using the suggestion:http://www.runningoracle.com/product_info.php?products_id=211

    Why?

    You try to resolve what made you what are the PROBLEM that select as the solution?

    Now the problem that I am facing is that: if I run the same query (same value) update on the main table for n times (with the same data)... my audit table is updated with a new record every time.

    Yes - it is EXACTLY what you say that you wanted to do and EXACTLY what the code does in this article.

    He is not able to determine that the value is the same.

    I think you mean that the code does NOT check if the value is the same. You can certainly change the code to do this check. But I have a question to start with your need for such a solution.

    My goal is to load the audit table data if the value in a cell in the main table is really have changed.

    OK - then modify the code to check EACH COLUMN and compare its NEW value to the OLD value and insert only the table of audit if SOME (or columns you care specifically) have changed.

    A statement UPDATE changes the line if the update changes the column even value?

    It depends on what you mean by 'change the line '. Of course to update a column with the SAME value does not change the resulting data value.

    But the physical structure of the line, the location of the pieces of line and information in the header block (YVERT, etc.) will change. And, as others have said Oracle doesn't know and doesn't care, so if the new value of a column is the same as the old value will create redo, undo and the rest.

    Start over and tell us what PROBLEM you're trying to solve. Then we can help you find the best way to solve it.

  • Change the size of text to varchar column (2000) on the CLOB type

    Hello

    Is - this suggestable to change the size of text value VARCHAR column form (2000) use of CLOB property cc.bigtext?

    What are the precautions and other things to consider?

    Thank you
    Sikora

    The document suggests the only real question that comes to East with multibyte characters, which can you leave with one string more than 4 k bytes.

    You should have no problem with the data you have already there.

    The issue would occur if further on the road someone created a field of very large text which was under 4 k characters but larger than 4 k bytes.

    To pass 4000 would be that you have described.

    EDIT - in fact it would be SHUTDOWN, backup, edit the field in the sites and change column on db, starting upwards.

Maybe you are looking for

  • Full disk

    My MBA 250 boot drive is full.  I'm looking for suggestions how to find, review and remove effectively large files, so I can make a real dent in the problem.  Thank you.

  • Back button missing in 10.0.1

    I just upgraded to 10.0.1 and my left arrow is always gray... I don't have a "back" button. Any ideas? I'll get a keyboard alternative in the meantime.

  • Satellite M100-165 - for the LCD Panel response time

    Hello. Anyone know where I can find information on the reaction time of my LCD screen on my M100-165? Does anyone know what is the response time LCD m100-165 (or m100 series)? Thx for replies :)

  • Missing BabSolution\Shared\NTRedirect.dll

    When I start I have a mess Rundll compo missing net BabSolution\Shared\NTRedirect.dll how to solve this problem or find the missing dll.  I am very new to this and everyone wants money money money to solve this problem

  • Problem of Flash Player with the BBC News site

    My HP Pavilion laptop has a specific problem with the BBC News website. When I click on a video, it starts loading and then stays black. Our other PCs and laptops do not have this problem. The parameters are defined as the BBC help advise. It is poss