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> ?> Link to comment https://forums.phpfreaks.com/topic/102760-solved-background/ 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 "" Link to comment https://forums.phpfreaks.com/topic/102760-solved-background/#findComment-526307 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.