Theiling Online    Sitemap    Conlang Mailing List HQ   

Re: Kamakawi Orthography

From:Mark J. Reed <markjreed@...>
Date:Friday, March 21, 2008, 11:47
On Fri, Mar 21, 2008 at 4:08 AM, David J. Peterson <dedalvs@...> wrote:
> Clearly, the HTML table didn't end up being exact
...as is their wont...
> though I can't understand why... I told it to make every cell X wide, but it wouldn't do it. > I'll fiddle with it and see what I can do.
Well, the width is a minimum, not a maximum, so if the font character is wider, the column will expand to match. And the table border can interact with precision in funny ways. You might try the CSS below, leaving off the border (to be supplied by the final table on the page rather than the image): table#bisyl { width: 940px; height: 1410px; margin: 0; padding: 0; } table#bisyl th, table#bisyl td { width: 20px; height: 30px; overflow: hidden; margin: 0; padding: 0; } -- Mark J. Reed <markjreed@...>