Jump to content

ccm84

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ccm84's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Its actually a pretty simple fix. In CSS & HTML there is no standard for making a page 100%. There are two easy ways to do this. The invalid way, but works fine: html,body{ margin:0; padding:0; height:100%; border:none } The valid way, which works if you use a table to contain: #fullheight{height:100%} <table id="fullheight"> Then you would use any of the filler spaces with teh fullheight id tag aswell. httpdotdone
  2. I'd believe file_exists() is faster.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.