News uses some deprecated HTML tags, like <center>, and tag attributes for styling (instead of CSS). It does mean that News better than most pages in web browsers that don't support CSS, such as Links2. But having the styling baked into the code means that it's fairly difficult to change it. And to have different themes, you'd effectively have to maintain two versions of news.arc rather than two versions of news.css.
News uses some deprecated HTML tags, like
<center>
, and tag attributes for styling (instead of CSS). It does mean that News better than most pages in web browsers that don't support CSS, such as Links2. But having the styling baked into the code means that it's fairly difficult to change it. And to have different themes, you'd effectively have to maintain two versions ofnews.arc
rather than two versions ofnews.css
.