On Sat, Oct 17, 2009 at 02:31, Ruslan Yakushev <rusl...@microsoft.com> wrote: > The new updates for the IIS/Windows specific installation docs can be seen > here: > > http://docs.php.net/manual/en/install.windows.manual.php > http://docs.php.net/manual/en/install.windows.iis.php > http://docs.php.net/manual/en/install.windows.iis6.php > http://docs.php.net/manual/en/install.windows.iis7.php > > Please let me know if you have any comments. > > I have a couple of questions regarding HTML formatting of the docs: > > 1. I used the <procedure> element to define the list of instructions. But in > the final HTML the spacing between list items seems too big > (http://docs.php.net/manual/en/install.windows.iis7.php). Is there any way to > control the spacing between the steps in <procedure> element? If there is no > way then probably I should use <itemizedlist spacing="compact">?
Without looking at the xml, you should probably be usng <simpara> rather then <para>, I think that would solve it. > 2. Is it possible to configure the <example> element so that it does not use > the gray background? The screenshots do not look very good on a gray > background - you can see that here: > http://docs.php.net/manual/en/install.windows.iis7.php > you could add a role="screenshot" or something for the example and file a "Doc build problem" bug report on http://bugs.php.net/report.php and we'll fix/implement it as soon as we can. -Hannes