-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
bullet pointer not show in mpdf preview #1906
Replies: 1 comment · 8 replies
-
|
:before pseudo-element is not supported in mPDF. #770 |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
image not show in mpdf, and any alternate option for before after in mpdf this is my code please check this
<style type="text/css" id="static">
@page{
margin:0;
}
/*Font support for MAC*/
.d-none {
display: none;
}
|
Beta Was this translation helpful? Give feedback.
All reactions
-
|
@finwe any update |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Do you see any? If you don't, there is no update. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
this is your answer. then how can user explain our problem here . |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
You have explained your problem. I don't have a solution. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
.skn-srz2 #FIELD_Accom p:before, .skn-srz2 .user-skill p::before, .skn-srz2 span.paddedline div li:before, .skn-srz2 .firstparagraph div li:before, .skn-srz2 #FIELD_JDES p:before, .skn-srz2 #FIELD_JDES li:before {
content: "•";
margin-right: 5px;
font-size: 20px;
position: relative;
top: 2px;
}
i try this type of css, this css are work in html preview but not show in mpdf preview.
Beta Was this translation helpful? Give feedback.
All reactions