- Joined
- Jan 11, 2007
- Posts
- 5,065
- Reaction score
- 106
First let me tell you i am very new at this! I have the following questions:
1.
When using the following method:
Where does the information get sent? Is it possible this info can be directly emailed to me?*
*Without using the method below, where users have to use there email address to send the information
2.
My website appears different in different browsers*.
I have a horizontial navigation bar, which is made up of five buttons. In some web browsers the five buttons appear perfectly accross the screen, however in others the 1/5 of the webpage isn't visible and you have to use the scroll bar at the bottom.
I actually use IE on my home and work computer and in each browser it appears differently.
3.
I would like to have a footer, which is displayed autimatically at the bottom of every page, is there a way to do this?
Thanks in advance for any help
1.
When using the following method:
Code:
<form action="form_action.asp" method="get">
*Without using the method below, where users have to use there email address to send the information
Code:
<form action=mailto:[email protected] method="post">
2.
My website appears different in different browsers*.
I have a horizontial navigation bar, which is made up of five buttons. In some web browsers the five buttons appear perfectly accross the screen, however in others the 1/5 of the webpage isn't visible and you have to use the scroll bar at the bottom.
I actually use IE on my home and work computer and in each browser it appears differently.
3.
I would like to have a footer, which is displayed autimatically at the bottom of every page, is there a way to do this?
Thanks in advance for any help