I have a header which has a different background color that the page that the header is going to be "included" into. For some reason using
<?php
include("otherpage.php");
?>
The elements show up but the background is white?
Any suggestions
Andy
<?php
include("otherpage.php");
?>
The elements show up but the background is white?
Any suggestions
Andy
Comment