The web designer software I use wraps all page objects in <div> tags and wraps the whole lot with <body><div> </div></body>. All the divs are given absolute positions and dimensions.
I want to be able to add links at the bottom of each page, either using a php include file or by using a program to read in existing htm and adding the new stuff.
Directly editing, I have tried putting in <p>text</p> tags between the last </div> and the </body> tags, but the text renders at the top of the page.
I have also tried adding my own div (both inside and outside the 'master' div) with position:relative;top=95%, but this gives unpredictable results.
Is there any way to be sure that my links will be positioned at the bottom i.e. below every other object on the page?



Reply With Quote

Bookmarks