RobotStudio event

Adding background image to Omnicore FP Webapp

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

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <title>Test App</title>
</head>

<body>
    <style>
        body {
            background-image: url(/Pics/Layout.JPG);
            background-repeat: no-repeat;
        }
    </style>
    <div>Something....</div>
</body>

</html>


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

Please help me!

-Ricki

Best Answer