Results 1 to 4 of 4

Thread: No background color in include file
      
   

  1. #1
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default No background color in include file

    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- is a blast!

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: No background color in include file

    Hi Andy. Only an idea! but try making the background a small 1kb image for the other page. I was trying something similar a wile back & found the main pages instructions seem to override the part that was being imported.
    Worth a try.

  3. #3
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: No background color in include file

    Just plain pure genius!!! That worked.

    Interesting how it overrode the bg properties.

    Thanks again Chris.

    Cheers,
    Andy
    PHP- is a blast!

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: No background color in include file

    Ah! thats good. If we cant do it one way we can always find a way around it. lol. I have noticed that BV's main page css overrides the background when using colour's But images seem to get a priority. Must be further up the css food chain.

    Good luck.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49