Jump to content

awaise17

Members
  • Posts

    2
  • Joined

  • Last visited

awaise17's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. awaise17

    MAILTO

    Hello Everybody...i want to ask that how to make a form such that when the user click on the submit button, the data entered by him should be sent my email id....actually i am practicing on HTML and have a form with the fieldsFULL NAMEPHONEEMAILCOMMENTS now i want that when the user fill in this form and click the "send" button then the data should be mailed to my email address.....i have searched through the internet and found like an "action" but it ask to some language.....i dont know what to do...please help me out.....
  2. Hello everybody...i need some help..i am trying to make a website for my practice after going through your tutorials....i am stuck at one place....i am using two headers at the very top but there is a white gap between the two...i have tried all the options like using margin and padding to 0 and alignments etc but it does not work.....i have attached the image about my problem...need your help...thanks... Here is the code of my HTML : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>index.html</title><style type="text/css">@import url("main.css");</style></head><body id="body_background"><table><th id="header_background"><img src="Images/logo.jpeg" align="left" style="margin-left:200px; margin-top:0px; padding:0px;" /><a href="#"><img src="Images/Rss.jpeg" align="right" style="margin-right:195px; margin-top:30px; "/></a><img src="Images/Face_book.jpeg" align="right" style="margin-right:6px; margin-top:30px; margin-bottom:0px; padding:0px" /><img src="Images/Twitter.jpeg" align="right" style="margin-right:6px; margin-top:30px; margin-bottom:0px; padding:0px" /></th><tr><td id="table_header" align="left"><a href="#">Home</a><a href="#">About Us</a><a href="#">Projects</a><a href="#">Services</a><a href="#">Products</a><a href="#">Clients</a><a href="#">Contat Us</a></td></tr></table></body></html> Here is the code of CSS: @charset "utf-8";/* CSS Document */#body_background{ background-image:url(Images/Background_image.gif); background-repeat:repeat; margin:0 auto; padding:0; }#header_background{ background: url(Images/Head_background.jpeg); width:1350px; height:102px; background-repeat:no-repeat; background-size:1350px 102px; margin:0px; }#table_header{ background:url(Images/Header_list.jpeg); width:1350px; height:40px; color:#FFFFFF; background-repeat:no-repeat; background-size:1350px 40px; }.table_list{ color:#FFF; }
×
×
  • Create New...