|
Rank: Advanced Member Groups: Member
Joined: 8/31/2011 Posts: 34
|
Hi,
I have a div with the following style:
.box .title{ color: #878787; float: left; font-size: 14px; height: 25px; padding: 5px; text-align: center; width: 504px; }
But when the pdf is generated the text is not centered. Some divs inside have the same problem.
Any ideiais on what might be causing it ?
Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We tested it and it works fine. Try to give your style a background color so that you can see the text is centered in the box.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 8/31/2011 Posts: 34
|
Found it.
There were others classes with the same name on the css, nested on different classes. Just cleaned up the repeated names and everything worked ok.
Thanks for the support !
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Glad to hear that it works for you.
|
|