php - MPDF57 CSS3 list-style:none not being applied (or isn't supported) for items inside element -


I want to clear the generated PD. I have read (and supported according to documentation), but during the formation of output () PDF file, you can see the circle .

HTML output range is to emphasize only, elements which are being targeted.

PDF output

CSS ( available via HTML )

  .schedule_logo_con img {width: 300px; Height: auto; } .daily_schedule {font-family: helvetica, sans serif} .schedule {font-family: helvetica, sans serif; Margin: 0 px! Important; Padding-down: 10px; } .schedule_list {margin: 10px 0 0 0} ul {margin: 0; Padding: 0; }. Widget {width: 65px; Text align: center; Border-left: solid #ddd 1px; Red color; } .weekday ul li {border: 1px solid red; } ul,. Week de ul. Week de ul li {list-style-type: none; }   

I have also tried (besides this also, if there is anything with MPDF57 ), see also MPDF56 Checking), but the style is not being implemented regardless of this.

For now, this is a singing problem, it seems only from the library

& lt; UL & gt; with a parent

However, the above CSS works, if the UL element is generated in itself, and not as a child of any other element.

  & lt; Ul & gt; & Lt; Li & gt; Test A & lt; / li & gt; & Lt; Li & gt; Test B & lt; / li & gt; & Lt; / Ul & gt;   

PDF output

Solution

, Designers and me using divs and display: block; has got a job around a list, although anyone is able to locate the solution , without high server load (it would be great).

CSS

  div Weekday_time {display: block; }   

HTML

  & lt; div class = 'weekday_time' & gt; 10:30 pm & lt; / Div & gt;    

Comments

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -