I use livejournal, and I'm trying to make a nicely organized layout for my master list. On livejournal, you can use HTML but you can't use style sheets. So I need a way to color my links using a style tag in the table.
Right now, I've got coding to change each link individually. Needless to say, that's tidious.
I've tried table style="a:{color:#8A4D79}" but it doesn't work. Any other ideas?