Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 03-11-2004, 05:18 PM   #1 (permalink)
I'm a family man - I run a family business.
 
Redjake's Avatar
 
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.
Redjake is offline  
Old 03-11-2004, 07:31 PM   #2 (permalink)
Junkie
 
CBlend's Avatar
 
Location: Classified
Maybe you could make a new table after the "tables within tables" and put the copyright info in there. That way it would be the last thing on the page.
CBlend is offline  
Old 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 -
ni42 is offline  
Old 03-12-2004, 12:47 PM   #4 (permalink)
Psycho
 
soopafreek's Avatar
 
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!!!!
soopafreek is offline  
Old 03-12-2004, 05:21 PM   #5 (permalink)
I'm a family man - I run a family business.
 
Redjake's Avatar
 
Location: Wilson, NC
where do I put the Div tag at? beginning of the page in the head? in the body? or where I actually want it on the page?
__________________
Off the record, on the q.t., and very hush-hush.
Redjake is offline  
Old 03-13-2004, 08:12 AM   #6 (permalink)
Psycho
 
soopafreek's Avatar
 
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!!!!
soopafreek is offline  
 

Tags
html


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 08:11 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62