Click to See Complete Forum and Search --> : Table sizing


Dudsmack
11-03-2003, 10:09 PM
I have a 5x3 table displaying some data, I'm cheating in that I want on horizontal colum/row (whatever it is called) needs to be 9 pixels tall, but even with height="9" it still isn't going to 9, it's going to a large size. All attached cells also have height="9" so I know another cell isn't strecthing it out....any ideas?

And yes, I know, I'm going to get lectures about how I should use CSS to position stuff on the screen...I puprosely chose to use a table for this particular section of the layout so deal with it.

pyro
11-03-2003, 10:21 PM
It's probably due to the font-size being to large, and forcing your cell to be taller than you want. Try changing the font-size.

Dudsmack
11-03-2003, 10:23 PM
Well, i'm an idiot, seams frontpage added a ' ' where I didn't want it to. Thnx...sorry to take up your time.

pyro
11-03-2003, 10:27 PM
Might I recommend using something like HTML-Kit (http://www.chami.com/html-kit/) instead? FrontPage generates notoriously bad code.