Realmac Software

Welcome to the RapidWeaver Community Forums, where you can chat with RapidWeaver users from around the world!

Variable line spacing?

EdwardEdward Posts: 15Members
I'm wondering if there's a way to vary line spacing within a block of bulleted text.
I've provided an example to illustrate what I'm looking for.

Thanks!

Comments

  • bmanbman Fort Worth, TXPosts: 687Members
    Hi Edward,

    Yes, with a little css you can assign the line spacing you desire:

    So for the line you want to control, enter a class:
    [ul][li class="smlinespace"]The text[/li] ... [/ul]
    
    Then in the Page Info ] Header ] CSS tab:
    .smlinespace {line-height:80%}

    Adjust as desired.

    Hope that helps.

    Bill (the info guy)
    RW Vault - Theme Gallery/Theme Vault

    Stack-Its - Innovative Stacks
  • EdwardEdward Posts: 15Members
    thanks bman,

    I'm new to this...
    could you tell me where that first line of code goes?
  • bmanbman Fort Worth, TXPosts: 687Members
    The html code goes in the body of whatever page you are using. You didn't mention what you are using, but I assumed you typed in the example html, so just add the class to the desired line. If it's in a styled text page, then highlight the code part and select ignore formatting (command-period) - code will turn light pink.

    Later,

    Bill (the info guy)
    RW Vault - Theme Gallery/Theme Vault

    Stack-Its - Innovative Stacks
  • EdwardEdward Posts: 15Members
    much appreciated!

Leave a Comment

bolditalicunderlinestrikecodeimageurlquotespoiler