nec9716 Posted April 24, 2008 Share Posted April 24, 2008 How can I do to change background on a PHP page. do I have to go in html to do that? like: <?php ?> <body background=ccccc.jpg> </body> <?php> ?> Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted April 24, 2008 Share Posted April 24, 2008 or echo "<body bgcolor='#FFFFFF>"; this will set the page background color to white same with background images, just remember that you use '' instead of "" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.