ok i have this problem that is a real nusence. Here is the templete i want to use in all html look here Now everyone knows that it is a HUGE hassle to change anything on a website if you don't do it right. i wanted to make the sidebar on that template an external file that follows the same css. so i deleted it from the template and added this code in php. <div id="sidebar"> <?php include ("sidebar.html"); ?> </div> I kept the div in order to keep it in the right place though it also works without it. HERE IS THE PROBLEM! after i do that little bit of code the site looks like this.........???????????????? Look Here Just scroll down you will see the difference. Why is it doing that if i didn't change any of the css or html i simply took the sidebar out and made it an external file. now the content wrapper isn't keeping the content WRAPPED. ahh Please help ill post more code if you need it. Amxcorey
Looking at the HTML for the PHP file you are getting another "<head> <link href="images/Envision.css" rel="stylesheet" type="text/css" /> </head> <body>" in the middle of the HTML - these shouldnt be in your Include file.