March, 24, 2001 archives
the masses have spoken so i fixed the store page to look somewhat acceptable in internet explorer. for some reason, you can't apply styles to table cells using css in internet explorer. i'll have to experiment more to figure out what is really going on, but in any case, it looks a little less sucky with internet explorer now. (it still needs work overall, but at least its not just a bunch of text floating in an open sea of whitespace.)
i figured out what was wrong with the store page. i was using <link rel="stylesheet" src="/style.css" type="text/css"> instead of <link rel="stylesheet" href="/style.css" type="text/css">. for some reason netscape handles both forms. this also means that the news page should look okay to internet explorer users now.