From: Ather Shiraz Date: 2008-06-20T05:26:53+09:00 Subject: Re: How to Have 46 Characters Show up In A Table Cell Josef 'Jupp' Schugt wrote: > * Ather Shiraz, 2008-06-20, 03:09: > >> So I have a background primarily in server side + basic front end. I >> dont know if this is very relevant to rails or if I should ask some >> design forum (if you know any please share!) My client however has an >> unusual request. He wants to have 46 characters show up in a table >> cell. This means he wants to have 46 letters show up in a table cell. >> How do I define that for a table cell? >> >> I am guessing 46 px for width would not do, right? > > fixed-width font and 46em should do ^^ > > Josef 'Jupp' Schugt I tried 46em as width tag of the table td tag but sometimes its ok and sometimes its really narrow. I had to end up usign 350px ; where could I get an understanding of why this is happening? -- Posted via http://www.ruby-forum.com/.