I can remember that there’s some switch somewhere, but I couldn’t find it any more. I have a form and I don’t want to show the graphical background, it just should show a white background. How can I achieve that without messing with the theme?.
Hi aducom,
Yes can change the background in Scriptcase using your own theme (Tools>Layout).
But if you dont want to change a theme, you can use this little PHP/CSS Script.
echo "<style>body{background:none;}</style>";
Yes, this was an old post and I managed to solve this. But it’s great to have a good solution attached, I forgot all about it