Advertisement
Advertisement
| 07.29.2008 at 04:43AM PDT, ID: 23603578 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: |
<HTML>
<HEAD>
<TITLE>Contact form</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
#top {
margin-right: auto;
margin-left: auto;
background-color: #00cc66;
height: 40px;
}
#bottom {
margin-right: auto;
margin-left: auto;
background-color: #00cc66;
height: 40px;
}
#content img {
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
}
#text {
width: 900px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
z-index: auto;
left: auto;
right: auto;
background-color: #FFFFFF;
}
#bottom .style3 {
margin-top: 5px;
margin-right: auto;
margin-left: auto;
}
#text .style5 {
margin-bottom: 10px;
}
#content {
margin-top: 40px;
margin-right: auto;
margin-left: auto;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style3 {
font-size: x-small;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style4 {
font-size: medium;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
font-size: x-large;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
background-color: #FFFFFF;
}
-->
</style>
</HEAD>
<BODY text="#000000">
<div id="top"></div>
<div id="text">
<div align="center" class="style5">Welcome to Grosvenor Hall (Group) Ltd </div>
<div align="center" class="style4">Please take a moment to fill out our contact form and one of our advisors will be in touch shortly.</div>
</div>
<div id="content">
<FORM ACTION="action.cfm" METHOD="post">
<BR>
<BR>
<table width="973" border="0" align="center" bgcolor="#FFFFFF">
<tr>
<td width="328"><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif">First Name:</font></div></td>
<td width="257"><input type="text" name="firstname" value=""></td>
<td width="374" rowspan="5" bgcolor="#FFFFFF"><div align="center"><img src="images/ghg_logo.jpg" alt="ghg" width="157" height="128"></div></td>
</tr>
<tr>
<td><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif">Last Name</font>:</div></td>
<td><input type="text" name="lastname" value=""></td>
</tr>
<tr>
<td><div align="right"><span class="style2">Phone number:</span></div></td>
<td><input type="text" name="phonenumber" value=""></td>
</tr>
<tr>
<td><div align="right"><span class="style2">Address:</span></div></td>
<td><input type="text" name="address" value="Please enter full address"></td>
</tr>
<tr>
<td><div align="right"><font face="Verdana, Arial, Helvetica, sans-serif">Email:</font></div></td>
<td><input type="text" name="email" value="Please enter a valid email address"></td>
</tr>
<tr>
<td><div align="right"><font size="3" face="Verdana, Arial, Helvetica, sans-serif">Please breifly describe the vehicle you are interested in or what budget you have, along with any additional infomation or questions you'd like to ask</font>:</div></td>
<td><textarea name="additional" rows="7" cols="40" id="additional"></textarea></td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td> </td>
<td><font size="1" face="verdana">
<input type="submit" name="Submit" id="Submit" value="Submit">
</font></td>
<td rowspan="2"><div align="center"><img src="images/affinity logo top left.png" alt="affinity" width="110" height="39"></div></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
<BR>
</FORM></div>
<div id="bottom">
<div align="center" class="style3">Registered Office: Grosvenor Hall (Group) Limited, 6 Church Street, Kidderminster, Worcestershire, DY10 2AD | Registered in England No. 5368887<BR>
Tel. No. 084 50 57 57 50 | Sales Fax No. 01562 701200 | Admin Fax No. 01562 701300 </div>
</div>
</BODY>
</HTML>
|