So I want to make for each user profile your background. And how can I do this? DLE engine
Something like this:
<script type="text/javascript"> document.body.bgColor = "<?php echo $user_bg; ?>"; </script>
Or even easier ...
<body bgColor = "<?php echo $user_bg; ?>">
Source: https://ru.stackoverflow.com/questions/50030/More articles:Program icons depending on the OSNumber of unique valuesHow to display a picture in the corner of the screenSyntax error in a conditional statementImport PNG into the programBan on php ...Quick chat [closed]Resize the window while maintaining proportionsDetermining the headers sent by the pagePart of a circle or an area bounded by a straight line and a curve?All Articles