Home › Forums › General XMetaL Discussion › Issue in Image rendering › Reply To: Issue in Image rendering
Reply to: Issue in Image rendering
October 24, 2013 at 10:16 amHello,
I can not provide the entire css file for some reasons,but I can assure you taht .css file is error free .
Following is the exact content of my css for the element
element:before {
content:url(D:imagebullet.jpg);
}
and with the above code image is properly visible in Xml document in Xmetal
but when I copy bullet.jpg where my .xac file is present and write
element:before {
content:url(bullet.jpg);
}
image is not visible instead an X is visible.
Could you please help me with this?