English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-23 04:45:09 · 5 answers · asked by Seth 2 in Computers & Internet Programming & Design

5 answers

An easy cheat is to use a table. The simple table below (two rows with a single data box per row) will not affect your page content, but it will force your footer in an exact and constant place after your content. "BORDER=0" keeps the table from appearing, "CELLBORDER=0" avoids wasting screen space, and "WIDTH=100%" keeps the content within the visible screen.



yadda yadda yadda




web page content



footer content





I would assume that your "footer" contains things like copyright info, email, etc. This is where SSI (server side includes) come in handy because you want constant content on each page.

The tags will work on all browsers. Be kind and DON'T design your page to work solely with the crappy Microshaft "browser".

.

2006-09-23 07:24:55 · answer #1 · answered by Anonymous · 0 0

lol, there is no special footer code in HTML, footer is made with the usual HTML codes like

, ,

, etc. Perhaps what you mean is the status bar which usually displays the browsers status or links when you hover your mouse over a link. The status bar can be controlled through Javascript by the DOM: window.status='Your text here'

There is multiple ways of using this, the most easiest being:


AND:
Yahoo

you should learn javascripting to port above code into an external javascript if needed.

2006-09-23 11:59:15 · answer #2 · answered by Lie Ryan 6 · 0 0

where are you going to use it? what is the url to your site so we can elp you better?

is this a footer that scrolls when the page scrolls or stands still while the page is scrolling? do you use tables or css to display things on your pages?

you can make a footer many different ways. we need more info to help you.

2006-09-23 11:48:29 · answer #3 · answered by Anonymous · 0 0

Just attach it at the end of the code!

2006-09-23 11:48:33 · answer #4 · answered by Anonymous · 0 0

you must be more precise in your questions

2006-09-23 13:25:29 · answer #5 · answered by NayaMee 5 · 0 0

fedest.com, questions and answers