Advertisement
gitlez

Untitled

Jun 4th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.50 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.         <title>Fancy Paws - We Love Dogs!</title>
  6.         <link href="fp_styles.css" rel="stylesheet" type="text/css" />
  7.     </head>
  8. <body class="backgroung">
  9.     <span class="backgroung">daycare <br />application form</span>
  10.     <br />
  11.     <p>
  12.         <a href="prices.html">We love dogs!</a>
  13.     </p>
  14.     <p>
  15.         <span class="words">
  16.             <a href="index.html">Home </a> -
  17.             <a href="photo.html">Photos</a> -
  18.             <a href="doggy hotel.html">Doggy hotel</a> -
  19.             <a href="prices.html">Prices</a> -
  20.             <a href="directions.html">Directions</a> -
  21.             <a href="doggy daycare.html">Doggy Daycare</a>
  22.         </span>
  23.         <!-- #BeginLibraryItem "/Library/logo.lbi" -->
  24.         <span class="words">
  25.             <img src="https://crux.baker.edu/~cfortu04/web121/fancy%20Paws/assets/PAW2.JPG" width="65" height="63" alt="Fancy Paws - We Love Dogs!" />
  26.         </span>
  27.         <!-- #EndLibraryItem -->
  28.         <br />
  29.     </p>
  30.     <form id="form1" name="contactform" method="POST" action="send_form_email.php">
  31.         <p>&nbsp;</p>
  32.         <table width="450px">
  33.             <tr>
  34.                 <td valign="top"><label for="first_name">First Name *</label></td>
  35.                 <td valign="top"><input  type="text" name="first_name" maxlength="50" size="30" /></td>
  36.             </tr>
  37.             <tr>
  38.                 <td valign="top"><label for="last_name">Last Name *</label></td>
  39.                 <td valign="top"><input  type="text" name="last_name" maxlength="50" size="30" /></td>
  40.             </tr>
  41.             <tr>
  42.                 <td valign="top"><label for="email">Email Address *</label></td>
  43.                 <td valign="top"><input  type="text" name="email" maxlength="80" size="30" /></td>
  44.             </tr>
  45.             <tr>
  46.                 <td valign="top"><label for="telephone">Telephone Number</label></td>
  47.                 <td valign="top"><input  type="text" name="telephone" maxlength="30" size="30" /></td>
  48.             </tr>
  49.             <tr>
  50.                 <td valign="top"><label for="comments">Comments *</label></td>
  51.                 <td valign="top"><textarea  name="comments" maxlength="1000" cols="25" rows="6"></textarea></td>
  52.             </tr>
  53.             <tr>
  54.                 <td colspan="2" style="text-align:center"><input type="submit" value="Submit" /></td>
  55.             </tr>
  56.         </table>
  57.     </form>
  58.     <br />
  59.     <br />
  60.     <p>
  61.         <!-- #BeginLibraryItem "/Library/contact1_info.lbi" -->
  62.             <span class="bg">
  63.                 <!-- #BeginLibraryItem "/Library/Untitled2.lbi" -->
  64.                 Fancy paws 555-luv-dogs in california or 888-555-000 toll free
  65.                 <!-- #EndLibraryItem -->
  66.             </span>
  67.         <!-- #EndLibraryItem -->
  68.     </p>
  69.     <p>
  70.         <a href="index.html">Home</a>
  71.         <a href="photo.html">Photos</a>
  72.         <a href="doggy hotel.html">Doggy Hotel</a>
  73.         <a href="#">Prices </a>
  74.         <a href="directions.html">Directions</a>
  75.         <a href="doggy daycare.html">Doggy Daycare</a>
  76.     </p>
  77.     <br />
  78.     <p style="font-size: small; font-family: Verdana, Geneva, sans-serif;">
  79.         Copyright &copy; 2002 - 2012
  80.     </p>
  81.     <br />
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement