Great work on this Henri!
Two small details that would clean up the html a bit:
1. Skip the header separator, see below. This can be done by putting a class on the page header table and applying a css-rule similar to the ones used in the left-navbar.
... <!--HEADER SEPARATOR--> <tr> <td colspan="3"> <hr size="1" noshade="" /> </td> </tr> ...
2. Skip the tables inside the "main-body" cell. I think they match the "section" tags in the xml-files. They only add 2px of padding which can be done in the css instead. See below:
... <td align="left" valign="top" class="main-body"> <!-- Skip the table below --> <table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td> ...
-- Dennis Lundberg
Henri Yandell wrote:
Font'd, though not the same 95% size as www.apache.org.
http://www.apache.org/~bayard/jakarta-3tier.html
In fact, there's a css now:
http://www.apache.org/~bayard/jakarta-3tier.css
Any other suggestions?
Hen
On Mon, 3 Jan 2005, Henri Yandell wrote:
On Mon, 3 Jan 2005, Brett Porter wrote:
[The aim is to use inline styles for the interim, and then migrate to a real css sheet later].
Will it use the same styles as the foundation/top level site? Especially given that they look so similar now, its a bit weird that the fonts change.
Looks like www.apache uses: Arial, Geneva, Helvetica, sans-serif whereas jakarta.apache only specifies the font for headings and uses: arial,helvetica,sanserif
Sites always seem to be better with an actual font choice and not defaults, so I see no problem with changing fonts. Might end up tie-ing a .css sheet into the xsl as that's the easiest way to handle such things.
Hen
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]