Hi friends !
I am making the website in 800x600 resolution. I created three files and one template. These are:
Then I created three HTML boxes in main.php for banner, footer and menu with help of the following tip on the forum:
I used main.php template for making 4-5 test webpages. I am able to have banner, footer and navigation bar on those pages. Up to this point, everything is fine. But…
I want to make left and right border for the webpages . Right now, what I am doing is this that for each webpage, I am drawing a graphics vertical line for borders according to the height of that page. And whenever I add more content/text to that page, I manually increase the height of the vertical lines/borders regardless of the height of the webpage.
This is very tiresome job for me as I have more than 60 pages and for each page I have to do it manually. I want it automatically using template or any other way of embedding script on the template, so that the vertical line for borders increase and decrease according to the webpage height.
Please help me to accomplish this task.
Regards,
Hemant
I am making the website in 800x600 resolution. I created three files and one template. These are:
- banner.php (For Banner)
- footer.php (For Footer)
- menu.php (For Drop-down navigation bar)
- main.php (Template)
Then I created three HTML boxes in main.php for banner, footer and menu with help of the following tip on the forum:
I used main.php template for making 4-5 test webpages. I am able to have banner, footer and navigation bar on those pages. Up to this point, everything is fine. But…
I want to make left and right border for the webpages . Right now, what I am doing is this that for each webpage, I am drawing a graphics vertical line for borders according to the height of that page. And whenever I add more content/text to that page, I manually increase the height of the vertical lines/borders regardless of the height of the webpage.
This is very tiresome job for me as I have more than 60 pages and for each page I have to do it manually. I want it automatically using template or any other way of embedding script on the template, so that the vertical line for borders increase and decrease according to the webpage height.
Please help me to accomplish this task.
Regards,
Hemant
Comment