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

Revision 3019, 507 bytes 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>
6body {
7  color: #7d7a7a;
8  font-family: 'trebuchet ms', verdana, sans-serif;
9}
10</style>
11</head>
12
13<body>
14<div style="text-align: center; margin-top: 40%;">
15<img style="width: 75%;" src="images/dompdf_simple.png"/>
16<br/>
17<span>The PHP 5 HTML to PDF converter</span>
18</div>
19
20</body> </html>
Note: See TracBrowser for help on using the repository browser.