Part of the work I am doing with The Perl Review involves transforming some of the past articles to HTML. I want to let people apply their own style sheets to it: at some point, readers will be able to set a cookie that a script uses to figure out where the style should come from.
I have a hand crafted (converted from the original TeX source, internal references still broken) example: http://www.theperlreview.com/rss.html
Play with it if you like, and tell me how to make it easier to do whatever you want to do to make it work with style sheet you want to use.
Working in one... (Score:1)
Re:Working in one... (Score:1)
I mean you should use <span class="term"> instead of <font class="term">
Re:Working in one... (Score:2)
fontis silly, but I wouldn't usespanunless there's no semantically appropriate tag. Whenever possible, it's good to have markup that provides a fallback presentation even without the stylesheet. Thespantag should be a last resort. How about<dfn class="term">or<em class="term">? And surely<font class="code">should be<code>.Re:Working in one... check it here (Score:1)
This classic [uminho.pt] format tries to be like the scientific papers on international conferences. I would like to add some more style, but for that I need xhtml instead of html.
Inserted directly the CSS in the head of the document for simplicity. Of course it can then be extracted for a separate file.
xhtml vs html (Score:1)
Re:xhtml vs html (Score:2)
I'll turn everything into XTML on the next pass.
advanced css example (Score:1)
------------
Offer Kaye