For some reason, the background image doesn't show in dompdf no matter what I try. I've put the direct url as well. None of them worked. Can someone with dompdf experience tell me what I need to do?
It's important to note that other images appear just fine. It's only the bakground images that are causing issues. Here is one of the background images:
body{
font-size:15px;
background:url(bg.jpg) repeat-x bottom left;
}