Jump to content

siro

Members
  • Posts

    3
  • Joined

  • Last visited

siro's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. siro

    Forms

    Thanks for that, yeah it looks like i will have to use server side scripts, as it is essentially an online order form thing. Thanks for the link though.
  2. I'm absolutely no expert on this at all so any one else would probably be better however i do know for certain how to create a centered alligned table the code should be in the body of the document<center><table> <tr> <td> Insert contents here </td> <td> Insert contents here </td> </tr> <tr> <td> Insert contents here </td> <td> Insert contents here </td> </tr></table></center>As for alligning the table down the bottom of the page you could use the <br> tag which drops a line (similar to pressing enter in microsoft word) but the problem with this is it ignores what settings the user is using and you may find the table is not exactly at the bottom of the page. I however when wanting to allign things exactly have used css, thats a whole different ball game! If its that desprate maybe learn css?
  3. siro

    Forms

    Hi, i have recently just created a form in html and used the mailto method to send it to an e-mail, this of course brings up the clients outlook (or other email program) to send it to me. I however do not want this, i want the information to be sent to me through the internet browser to me in an e-mail. I am aware of cgi but i havent had much luck finding any online tutorials for it, also i would like the opinion of others which seems to be the easiest language to develop a cgi in. As for the email, i would also like to send it to my email in a formatted way and not the basic way the mailto method sends, any suggestion of sites (i did try to google it without much success) would be appritiated. Essentially im asking for the following Is it possible to send a formatted e-mail from a form, without using a clients e-mail program using purely html? if not; Should i use CGI to do this or something else? What is the best language to write cgi's in? What are the best sites to help me with the above questions? Thanks for your time guys and girls
×
×
  • Create New...