HTML - How Would This Be Achieved?
I want to have a website setup that is dynamic in a way. Ive figured out how to include other files for the header and footer etc, but im wondering if I can also do the following.
I want it so that the home page, and say the gallery page are one in the same, with only the content in the middle changing. So its using the same basic layout on every page but populating the content section with news etc rather than having 20 html files for each section. Is there a way to do this, or can anyone point me in the right direction? Thank you. Similar TutorialsBasically I've got two columns (divs, positioned with float left and float right). The right column has a graphic at its top and bottom. Its middle section is for a repeating graphic (background image). The total height of the right column needs to match that of the left column. The left column will contain loads of different things - it's completely unpredictable. Is the only way to use JS and get the height of the left column and resize the right green div accordingly? Or could it be done using a table? Thanks for any advice, Seymour. |