Click to See Complete Forum and Search --> : please help


rku
08-05-2003, 01:15 AM
How do i format the contents of a form when the contents
of the forms is being emailed.

AdamGundry
08-05-2003, 05:13 AM
Assuming you are using a server-side script to transmit the email, look in to the options of that script. If you are sending it from the client (using a mailto: action), you can do very little in the way of formatting.

Adam