03-11-2004, 05:18 PM | #1 (permalink) |
I'm a family man - I run a family business.
Location: Wilson, NC
|
HTML
Yeah I know, it ain't programming. Find a better section and move it
I need to get a copyright statement put at the bottom of a webpage, but the page is made of tables within tables, and I can't seem to find a way to make the statement stay at the bottom of each page (instead of being in the last row of the table, which usually put it in the middle of the page). My question is, is there a tag that will make text stay at the bottom of the page? Or just an easy way to make that happen? Thanks all you gurus
__________________
Off the record, on the q.t., and very hush-hush. |
03-12-2004, 12:15 AM | #3 (permalink) |
Upright
Location: BC, Canada
|
ya very easy if you are using an apache webserver with mod_perl.
heres the docs and a example ok ok its not in the spirt of the question but its a very good try. aside from that i would sujest ssi maybe.
__________________
- 42 - |
03-12-2004, 12:47 PM | #4 (permalink) |
Psycho
Location: ask your mom
|
i say put it in a div tag...
<div class="footer">copyright info goes here</div> then in your stylesheet, set "position: absolute; and bottom: 0px;" you can also mess with the z-index to keep it on top of your page's content. you can probably also do this with dhtml or frames, or other things....
__________________
aaarrrrrgggghhhh!!!! |
03-13-2004, 08:12 AM | #6 (permalink) |
Psycho
Location: ask your mom
|
you'd put it in the body section. since the stylesheet code will handle the placement of the content, it can go pretty much anywhere within the body section.
for simplicity's sake i'd make it the last thing on the page before your closing tags. if you want to see an example, go here and view source the code and download the stylesheet. http://www.disivion.com the copyright is on the bottom left corner of the page.
__________________
aaarrrrrgggghhhh!!!! |
Tags |
html |
|
|