Link to home
Start Free TrialLog in
Avatar of ttist25
ttist25

asked on

Set Cell Height With CSS

I'm using MS Expressions Web.  I'm using layout tables and cells.  I'm trying to create a CSS style for a page title cell which will reside at the top of all of my pages.  Here's what I have so far:

.TitleCell {
      line-height: 15px;
      vertical-align: middle;
      text-align: center;
      border-top-style: solid;
      border-top-width: 1px;
      border-top-color: #000080;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-bottom-color: #000080;
      font-family: Verdana;
      font-size: 10pt;
      font-weight: bold;
      color: #808080;
      font-style: italic;
}

I'd like to also set the cell height via this style.  Is this possible?  

(PS - I'm too pressed for time at this point to get into the whole CSS vs. Layout tables thing - I've seen it, it looks way cleaner than my stuff, and at some point I'm going to figure that junk out - just not right now xP ).

TIA
ASKER CERTIFIED SOLUTION
Avatar of kevp75
kevp75
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ttist25
ttist25

ASKER

Thanks dude.
anytime.   thanks for the grade :)