how to adjust line space?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mahmoodn
    New Member
    • May 2009
    • 77

    how to adjust line space?

    Somewhere in my html code, I have wrote this
    Code:
    <div class="container">
      <div class="content">
        <table width="962" border="0">
          <tr>
            <td width="649" height="324"><h2>my name</h2>
                <p>my affiliation </p>
    ....
    The problem is when I open that file in IE or firefox, the line space between two lines are rather large. How can I decrease the line space?

    thanks for any suggestion
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I guess you have to adjust the margins/padding on the <h1> and <p> elements.

    Comment

    • mahmoodn
      New Member
      • May 2009
      • 77

      #3
      How? what should I wrote? Can you give an example?

      Comment

      Working...