Primer commit del sistema avantika sin cambios
This commit is contained in:
19
pdf/www/test/dom_table_image.html
Executable file
19
pdf/www/test/dom_table_image.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td><img src="images/dompdf_simple.png"/></td>
|
||||
<td>Some Text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>More Text</td>
|
||||
<td>Blah</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user