Adding background image to Omnicore FP Webapp

Hi
I trying to add background image to my web app on omnicore flexpendant using following code…

Test App body { background-image: url(/Pics/Layout.JPG); background-repeat: no-repeat; }
Something....

Works fine on live server but when testing on VC flexpendant image is not showing up? Only the text “Something…”

Please help me!

-Ricki

Solved → url(../Pics/Layout.JPG)