sweh: (Default)
sweh ([personal profile] sweh) wrote2004-04-04 12:37 pm

LJ formatting

So, using Sime's LJ::Simple module I've modified my carb tracking program to let me post to LJ just by clicking a few buttons. Easier than vi'ing the source and cut'n'paste every day :-) I like small simple modules that don't need any installation and which don't have dependencies!

But I don't like LJ using style sheets to force table elements to be left justified. If I have something like:
<td align=right>data</td>
then I want it right aligned. But Mozilla (at least) uses the style sheet to over ride it.

Oh well.