Jump to content

Brain_Dead_Monkey

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Brain_Dead_Monkey's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Got an example of a meta.inc.php file I can use as "inspiration" and an explination as to where I should put the include? I'm thinking Index? Have a link to a page with an example even? New to this stuff and about to run away lol Thanks, BDM
  2. Yes global.php is included at the top of all my scripts.  global.php also has several includes: header.php, cron.php, etc. I've created the file footer.php and include it in the global.php. In my style.css file I have added: {     body{height=640px; width=480px;}       #logoBar  {position:fixed;width:99.15%;height:15%;top:0;right:0;bottom:auto;left:0;border:solid;}       #leftSide {position:fixed;width:10em;height:auto;top:15%;right:auto;bottom:50px;left:0;border:solid}       #main    {position:fixed;width:auto;height:auto;top:15%;right:0;bottom:50px;left:10em;border:solid}       #footer  {position:fixed;width:99.15%;height:50px;top:auto;right:0;bottom:0;left:0;border:solid;} }  The images displays at the top of the page right in the middle. Anybody?
  3. I want to place an image I have on my website temporarily. I want it to display on the very bottom of every page. I think that I have to make a banner.php file and add it as an  include to my global? That way I can just edit the global file to remove it? Does this sound right? But how do I define the position so it displays on the very bottom of the page?
×
×
  • 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.