GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 31-Jan-2008, 16:59
Epicnicity Epicnicity is offline
New Member
 
Join Date: Jan 2008
Posts: 7
Epicnicity is on a distinguished road

Position of an 'include'!


I have this page set up to 'include' all for sections of the page. The header is the logo and the welcome bar. the navi is the left navigation. The content is the welcome to emerald city hobbies! the navi2 is the right navigation. They dont line up next to each other, they are on top of each other.

Here is what I have:
PHP Code:

<body>

<?php
  include "html/header.html";
?>
 
  <div id="nav_content">
<?php
  include "html/navi.html";
  include "content.php";
  include "html/navi2.html";
?>

  </div>
</body> 


Here is what happens:

http://www.emeraldcityhobbies.com
Last edited by LuciWiz : 01-Feb-2008 at 16:23. Reason: Please insert your Php code between [php] & [/php] tags
  #2  
Old 31-Jan-2008, 17:01
Epicnicity Epicnicity is offline
New Member
 
Join Date: Jan 2008
Posts: 7
Epicnicity is on a distinguished road

Re: Position of an 'include'!


In the CSS the with of the navs is '160px' and the content is 'auto'. Also the positions are 'relative'.
 
 

Recent GIDBlogFlickr uploads of IA pictures by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot draw things in the draw area shitao1201 FLTK Forum 2 13-Nov-2007 05:14
#ifndef not working? Honourable Mist C Programming Language 8 20-Feb-2007 22:38
fltk-2.0 cvs Plumb FLTK Forum 20 13-Nov-2004 07:10
help with classes bucho MS Visual C++ / MFC Forum 3 20-Oct-2004 06:16
there are some errors but where?? small_ticket C Programming Language 6 18-May-2004 13:10

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 00:21.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.