source: branches/2.2/filemanager/tp/dompdf/www/test/margin.html @ 3019

Revision 3019, 1.7 KB checked in by amuller, 14 years ago (diff)

Ticket #1135 - Corrigindo CSS e adicionando filemanager

Line 
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>
6p { width: 50%; text-align: justify; }
7</style>
8</head>
9<body>
10
11<p style="margin: 1em;"><strong>(margin: 1em;)</strong> The PHP Development
12Team would like to announce the immediate availability of PHP 5.0.1. This is
13a maintenance release that in addition to many non-critical bug fixes also
14includes new UNIX and Windows installation docs which are now auto-generated
15from the PHP Manual.</p>
16
17<p style="margin: 1em 1em 1em 50%;"><strong>(margin: 1em 1em 1em
1850%;)</strong> PHP 4.3.9RC1 has been released for testing. This is the first
19release candidate and should have a very low number of problems and/or
20bugs. Nevertheless, please download and test it as much as possible on
21real-life applications to uncover any remaining issues.</p>
22
23<p style="margin: 4em 1em 4em 4em;"><strong>(margin: 4em 1em 4em
241em;)</strong> PHP Tunisie has just released the second issue of its monthly
25french PHP Magazine. In this issue you'll find a large plan on PostgreSQL,
26Databases abstractions with PHP, your mini template engine, an article on
27images generation with PHP, the migration towards PHP5 with
28EasyPHP1.7... And many other articles and latests PHP news.</p>
29
30<p style="margin: 1em auto 1em auto;"><strong>(margin: 1em auto 1em
31auto;)</strong> The traditional International PHP Conference 2004 will be
32taking place from 7th November to 10th November in Frankfurt (FFM). The Call
33for Papers has been issued, so if you have an interesting talk, the
34organizers would love to hear about it! You can expect a gathering of PHP
35experts and core developers.</P>
36
37
38</body> </html>
Note: See TracBrowser for help on using the repository browser.