Fixing some bugs and making the plug-in compatible with Java 1.4
[phpeclipse.git] / net.sourceforge.phpeclipse.phpmanual / templates / refpage.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <title>%title%</title>
5 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
6 <style>
7 body {
8         background-color: #F5F5B5;
9         padding: 0px 0px 0px 0px;
10         margin: 0px 0px 0px 0px;
11 }
12 body, h1, h2, h3, h4, p, div code, pre {
13         font-size: small;
14 }
15 p, div, h1, h2 {
16         padding: 0px 0px 0px 0px;
17         margin: 5px 1px 1px 1px;
18 }
19 </style>
20 </head>
21 <body>
22 %reference%
23 </body>
24 </html>