Search results

  1. C

    How do i mail a HTML form with PHP?

    Ok i got kinda of a tricky one here. I want to email a HTML form of a bunch of check boxes, but when the email gets sent i only want the info about the boxs that were checked to be sent. Here is a link to the form i am talking about. Can anyone give me some code... im not very good at PHP but i...
  2. C

    CSS Background Image?

    Im very new to css but i know a lot of HTML. Im trying to align a background image inside of a table using css. I have the css part all written out, but i don't know how to apply it to the table. Got any ideas. This is my css. <style type="text/css"> #dispaly{ clear: both; background: #fff...
  3. C

    How do i put my html table at the very top of the page using css?

    Iv been trying to find out how to put my HTML table at the top of the page using css but i cant reall figure out how to do it????? ok im not very good at all at css so ill need a little help and i do want the table at the very... top of the age please help.......
  4. C

    How to make a HTML pop up window?

    iv been looking for for diffrent ways to make a pop up window but i need to make with out the little blue bar at the top " you know that one that has the X sign and full screen square in it. and if you dont know how to that could you at least tell me the techniacal name for that bar thanks...
  5. C

    How do i send a email with this form using php?

    this is th form i have <html> <body> <form method='post' action='mailform.php'> Email: <input name='email' type='text' /><br /> Subject: <input name='subject' type='text' /><br /> Message:<br /> <textarea name='message' rows='15' cols='40'> </textarea><br /> <input type='submit' />...
  6. C

    How Do I Make A PHP Email Form!?!?!?

    all right i have this email form and i need to hook it to some type of php function where it can send a email without opening out look, yahoo, aol etc....... can any one give me a example code (that works) all right i have this email form and i need to hook it to some type of php function where...
Back
Top