Click to See Complete Forum and Search --> : document.writeln and spacing


k89mmk
02-13-2003, 10:00 AM
I'm creating a calender using javaScript (have a look at a version without images - and with links that don't work - at http://www.cs.mun.ca/~shellyk/events.html )
My problem is:
I'm using document.writeln("...") to add text. For some reason, the spacing is not even. Because the strings I am writing are fairly long compared to the cell size, they are spaced across several lines. The bottom line is always using larger spacing than the rest.

Any ideas?

Nevermore
02-13-2003, 01:44 PM
It looks fine to me -what do you mean?

k89mmk
02-13-2003, 02:37 PM
Do you notice how, for both entries (on the 18th and the 31st), the last line is spaced a little differently than the rest of the text? Maybe I'm just looking at it too closely or something ...

Nevermore
02-13-2003, 03:02 PM
I see what you mean - have you tried changing the size of the table cells?

k89mmk
02-18-2003, 07:07 AM
Thanks for you suggestions. I've tried resizing the columns - making them bigger, smaller, sizing by percentage and by pixels. Nothing seems to work! Any more suggestions?