Quote from
luishp on September 29, 2020, 1:37 pm
@asmat I didn't knew about this but it seems VisualNEO Web parses the Project>Properties>Styles content looking for file paths. So if you use the real path to your file it will be replaced during compilation. So, try this without adding the file to the Libraries/Files tab:
#header:before{
content:'';
position:absolute;
width:100%;
height:100%;
background-image:url('C:\yourpath\book.jpg');
}
@asmat I didn't knew about this but it seems VisualNEO Web parses the Project>Properties>Styles content looking for file paths. So if you use the real path to your file it will be replaced during compilation. So, try this without adding the file to the Libraries/Files tab:
#header:before{
content:'';
position:absolute;
width:100%;
height:100%;
background-image:url('C:\yourpath\book.jpg');
}