Menu

#40 rMargin on use DIV

v3.0b
open
nobody
5
2006-04-19
2006-04-19
Anonymous
No

ficou faltando subtrair o rMargin no método CloseTag da
tag HTML2FPDF gerando um estouro da margem direita ao
usar a tag DIV.

Linha original:

if ($this->divwidth == 0) $this->divwidth = $this->pgwidth;

Correção:

if ($this->divwidth == 0) $this->divwidth =
$this->pgwidth-$this->rMargin;

Discussion


Log in to post a comment.