PHP Include speedbump
-
Hello, I'm having some trouble getting the body of my index page to align correctly with my top_inc.php file that is included in the index page through in the body of the page. You can see the problem if you go to http://development.hewittmediasolutions.com/ . I've tried everything I can think of to get this to work right, but nothing seems to work. thanks in advance for any suggestions.
-
Hello, I'm having some trouble getting the body of my index page to align correctly with my top_inc.php file that is included in the index page through in the body of the page. You can see the problem if you go to http://development.hewittmediasolutions.com/ . I've tried everything I can think of to get this to work right, but nothing seems to work. thanks in advance for any suggestions.
I already responded (though i was a lil off the subject that time :omg: ) to your question when u first started your 1st thread ... your "problem" is because you have one table that holds the entire body together with the header ... The quickest fix would be adding colspan="2" to this
and a rowspan="5" to this:
[your content is here ... content, content, content, content, content, content, content, content, content, content, content, content, content, content]
Code? Yeah i love it fried together with a glass of wine.
modified on Tuesday, November 18, 2008 5:02 AM
-
I already responded (though i was a lil off the subject that time :omg: ) to your question when u first started your 1st thread ... your "problem" is because you have one table that holds the entire body together with the header ... The quickest fix would be adding colspan="2" to this
and a rowspan="5" to this:
[your content is here ... content, content, content, content, content, content, content, content, content, content, content, content, content, content]
Code? Yeah i love it fried together with a glass of wine.
modified on Tuesday, November 18, 2008 5:02 AM
Thanks for the response, I made the changes and put it all into the index.php file, but I was hoping to have the side bar along with the top navigation banner to be in the top_inc.php and have that included into the index through a , whereas the index.php file just has the content on it. I have tried different variations hoping I could still get the content to show up along side like if I have it all on one file, if that makes any sense.
-
Hello, I'm having some trouble getting the body of my index page to align correctly with my top_inc.php file that is included in the index page through in the body of the page. You can see the problem if you go to http://development.hewittmediasolutions.com/ . I've tried everything I can think of to get this to work right, but nothing seems to work. thanks in advance for any suggestions.
I didn't see any problems in your website !