Link to home
Start Free TrialLog in
Avatar of andrew_perry_hgca
andrew_perry_hgca

asked on

css div layout problem php include

Hello people

I'm having a problem with a layout.

I've got it working here
http://krayonrecordings.kaen.org/fivestoreyprojects/layout.html

but once I try to use the php inlucde function to add the content to the divs from separate pages the layout doesn't work.

http://krayonrecordings.kaen.org/fivestoreyprojects/layout.php

I'm on a tight deadline and this is my first time trying to do this, I can't see why it doesn't work, sorry if it's something real simple!

Please let me know if I need to provide any further information
div.left
{
float:left;
width:300px;
margin-left:95px;
margin-right:0px;
}
div.content
{
float:inherit;
margin-left:400px;
width:400px;
}

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of cr4ck3rj4ck
cr4ck3rj4ck
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andrew_perry_hgca
andrew_perry_hgca

ASKER

Hiya, thanks for that, i'm hanging my head in shame!

Have a great day.