css_margin.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
  5. <style>
  6. p { width: 50%; text-align: justify; }
  7. </style>
  8. </head>
  9. <body>
  10. <p style="margin: 1em;"><strong>(margin: 1em;)</strong> The PHP Development
  11. Team would like to announce the immediate availability of PHP 5.0.1. This is
  12. a maintenance release that in addition to many non-critical bug fixes also
  13. includes new UNIX and Windows installation docs which are now auto-generated
  14. from the PHP Manual.</p>
  15. <p style="margin: 1em 1em 1em 50%;"><strong>(margin: 1em 1em 1em
  16. 50%;)</strong> PHP 4.3.9RC1 has been released for testing. This is the first
  17. release candidate and should have a very low number of problems and/or
  18. bugs. Nevertheless, please download and test it as much as possible on
  19. real-life applications to uncover any remaining issues.</p>
  20. <p style="margin: 4em 1em 4em 4em;"><strong>(margin: 4em 1em 4em
  21. 1em;)</strong> PHP Tunisie has just released the second issue of its monthly
  22. french PHP Magazine. In this issue you'll find a large plan on PostgreSQL,
  23. Databases abstractions with PHP, your mini template engine, an article on
  24. images generation with PHP, the migration towards PHP5 with
  25. EasyPHP1.7... And many other articles and latests PHP news.</p>
  26. <p style="margin: 1em auto 1em auto;"><strong>(margin: 1em auto 1em
  27. auto;)</strong> The traditional International PHP Conference 2004 will be
  28. taking place from 7th November to 10th November in Frankfurt (FFM). The Call
  29. for Papers has been issued, so if you have an interesting talk, the
  30. organizers would love to hear about it! You can expect a gathering of PHP
  31. experts and core developers.</P>
  32. </body> </html>