Link to home
Start Free TrialLog in
Avatar of govinje
govinje

asked on

table-problem...

I have a perl-script that i have written. It writes out html-pages. It has several pages inside it. So I use one footer-code for all of the html-pages. And I wanna have a orange line at the bottom, showing a copyright notice. The rest of the page has black background. The code  works, but it doesn`t show up in the bottom of the page, it shows up at top.
So if u could tell me how to get the table ore the orange line at the bottom, I would be DELIGHTED!
Here are the html-code:
Here are some text and stuff...
<TABLE align="bottom" border=0 cellPadding=6 cellSpacing=0 height="10%"
width="100%">
  <TBODY>
<TR align=bottom>
    <TD align=bottom bgColor=orange colSpan=2><FONT face="Comic Sans MS"
      size=2><B>
      <CENTER><FONT color=#000000>Copyright © Gøran Vinje 1999 </FONT></CENTER></B></FONT></TD></TR></TBODY></TABLE>
ASKER CERTIFIED SOLUTION
Avatar of tecbuilder
tecbuilder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial