coolumanga
02-01-2012, 10:18 AM
hi
i using dompdf to html to pdf
hear im getting very confusing that alignment center is not working properly
<table width="734" border="1" align="center">
<tr align="center">
<th colspan="3" scope="col" align="center"><?php print $tname ?></th>
</tr>
</table>
hear after pdf generate tname variable not going to center
how do i solve this problem....
plzzz help me to center this text
sample code
i using dompdf to html to pdf
hear im getting very confusing that alignment center is not working properly
<table width="734" border="1" align="center">
<tr align="center">
<th colspan="3" scope="col" align="center"><?php print $tname ?></th>
</tr>
</table>
hear after pdf generate tname variable not going to center
how do i solve this problem....
plzzz help me to center this text
sample code