View Full Version : PHP/CSS Problem
Modemguy
10-13-2007, 08:14 PM
I am using require() to pull different parts of the web page together. I am also using a linked CSS file. The require() seems to be stacking the CSS divs on top of each other instead. When all the elements are in one page, everything looks fine.
Any ideas?
Thanks and Karma points to all who answer?
djr33
10-13-2007, 10:20 PM
You may be using require more than once, or you may have just designed it with too many divs. No one can tell without a link to your page.
You could use require_once(), which will be sure that you only get one instance of the page included.
JShor
10-14-2007, 12:29 AM
I am using require() to pull different parts of the web page together. I am also using a linked CSS file. The require() seems to be stacking the CSS divs on top of each other instead. When all the elements are in one page, everything looks fine.
Any ideas?
Thanks and Karma points to all who answer?
Something doesn't seem right there....perhaps its an HTML problem? I suggest double-checking your ending tags, and make sure every tag is ended properly.
Josh
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.