Question : Tables within a form

I'm setting up a web page that contains a javascript, and a form that contains two tables. It seems to work ok, except when I make the browser screen very wide. If I do that, first table shows correct, while the second table moves to the right of the firs one - instead of staying where I want it - just below the first one. I've also tried to make a blank line between the tables, but not very successful.
The form and tables may be seen at: www.reverse-therapy.no/rt-uk/bmtest.htm

Any ideas?

Answer : Tables within a form

The problem is that this script isn't really known well or used widely. Only the author would be able to definitely answer the question without experimenting.
Have you tried:

# /usr/local/bin/sendEmail -f [email protected] -t [email protected] -m 'I want to write multiple lines here \nThis would be line 2'

or:

# /usr/local/bin/sendEmail -f [email protected] -t [email protected] -m 'I want to write multiple lines here \\nThis would be line 2'

If no good, you could always put your multi-line message in a file (say: messagetext), then run:

# /usr/local/bin/sendEmail -f [email protected] -t [email protected] -o message-file=messagetext


But why do you use this script and not sendmail directly?

Try this:
# mail [email protected]

you will be prompted for a subject line, then there will be a text prompt for the message. Input as many lines as you wish, then go to a new line and press CTRL + D.
You may now be prompted for a CC; either fill out or hit enter. Message should be sent under your presently logged in username.
Random Solutions  
 
programming4us programming4us