Hi
Thank you for your quick replys
I have amended some of the code on your advice and here is where I am at with 1 yellow flag in line 58 if I alter it in any way it stops the submit button working.
Example CS6 says it is an invalid markup as overlapping or unclosed tag, Reapply the style and then delete these tags,
If I reaplpy the style to </span> it changes to </span><span class="</span>"><span class="formSpan"></span><span> and the form still works however upon on deleting these tags the form stops working.
As a noob I am expecting it is not 100% right and if you could point me in the right direction I will be very grateful.
I have just finished sorting the errors the best I can and still have to associate the required fields but getting there (I Hope)
Refering to the required fields, would it be different for the checkboxes as I require clients to be able to input any number of fields but still prefer it to be a reqired protocol
<!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>
<title>Untitled Document</title>
<style>
body, td, p {
font-size: 12pt;
font-family: times new roman, times, serif;
}
h1 {
font-size: 26pt;
font-family: arial, helvetica, sans-serif;
font-weight: normal
}
h2 {
font-size: 18pt;
font-family: arial, helvetica, sans-serif;
font-weight: normal
}
h3 {
font-size: 16pt;
font-weight: normal
}
h4 {
font-size: 14pt;
font-weight: normal
}
a {
text-decoration: none
}
a:hover {
text-decoration: underline
}
</style>
</head>
<body></p>
<span class="formSpan"></span>
<div align="justify"><br />
</div>
<form method="post" action="http://www.torfaenpcrepair.com/cgi-bin/FormMail.pl">
<p><img align="right" src="/contact-page-title1.jpg" width="200" height="200" /></p>
<p align="justify">We look forward to hearing from you </p>
<div align="justify">Please fill out the form below and click "Submit." We will get back to you as soon as possible</div>
<div align="justify">please note that fiels marked with * are required fields so that we can process your query more efficiently! <br />
</div>
<div align="justify">Alternatively you can Email us at <a href="mailto:correct@email.com">correct@email.com</a></div>
<div align="justify">Or<br />
</div>
<div align="justify">Telephone us on 01234 567890 <br> Mobile 01234567890</div>
</form></p>
<span class="formSpan"></span>
<label style="DISPLAY: block" for="02 - Name ">*Name </label><input name="realname" /> </p>
<label style="DISPLAY: block" for="03 - Email Address "></label>
<label style="DISPLAY: block" for="03 - Email Address ">*Email Address</label>
<label style="DISPLAY: block" for="03 - Email Address ">
<input id="03 - Email Address " class="fw-textarea" name="03 - Email Address " size="30" type="input" />
</label></label></label></p>
<p>
<span class="formSpan"></span>
<label style="DISPLAY: block" for="04 - Phone Number (optional) "></label>
<label style="DISPLAY: block" for="04 - Phone Number (optional) ">Phone Number (optional) </label><label style="DISPLAY: block" for="04 - Phone Number (optional) "></label><input id="04 - Phone Number (optional) " class="fw-textarea" name="04 - Phone Number (optional) " size="30" type="input" /></label></label></label></p>
<p><span class="formSpan">
<label style="DISPLAY: block" for="05 - Web Browser"></label>
<LABEL style="DISPLAY: block" for="05 - Web Browser">
*Web Browser</LABEL>
<select>
<option selected="selected" value=" "></option>
<option value="IE 7">IE 7</option>
<option value="IE 8">IE 8</option>
<option value="IE 9">IE 9</option>
<option value="Chrome">Google Chrome</option>
<option value="Firefox">Firefox</option>
<option value="Other">Other</option>
</select>
<br />
<p><span class="formSpan">
<label style="DISPLAY: block" for="06 - Select Operating System"></label>
<LABEL style="DISPLAY: block" for="06 - Select Operating System">
*Operating System</label>
<select name="Operating System">
<option selected="selected" value=" "></option>
<option value="XP">XP</option>
<option value="Vista">Vista</option>
<option value="Win 7">Win 7</option>
<option value="Win 8">Win 8</option>
<option value="Other">Other</option>
</select>
<br />
</span> <span class="formSpan">
<label style="DISPLAY: block" for="08 - Have you got a Firewall Installed"></label>
<label style="DISPLAY: block" for="08 - Have you got a Firewall Installed">*Have you got a Firewall Installed</label>
<label style="DISPLAY: block" for="08 - Have you got a Firewall Installed"></label>
<p align="justify">
<input id="08 - Have you got a Firewall Installed" class="fw-textarea" name="08 - Have you got a Firewall Installed" type="input" />
</p>
</span><span class="formSpan">
<label style="DISPLAY: block" for="09 - Have you got AntiVirus Installed"></label>
<label style="DISPLAY: block" for="09 - Have you got AntiVirus Installed">*Have you got AntiVirus Installed</label>
<p align="justify">
<input id="09 - Have you got AntiVirus Installed" class="fw-textarea" name="09 - Have you got AntiVirus Installed" type="input" />
</p>
</span>
<p class="formSpan" align="justify">*Please state the type of support you need. Please tick all that apply</p>
<span class="formSpan">
<p align="justify"><br />
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Email support" type="checkbox" />
Email support
<input name="10 - Please state the type of support you need. Please tick all that apply" value="General advice" type="checkbox" />
General advice
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Remote support" type="checkbox" />
Remote support
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Report a problem with the site" type="checkbox" />
Report a problem with the site</p>
<p align="justify">
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Software problems" type="checkbox" />
Software problems
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Hardware problems" type="checkbox" />
Hardware problems
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Data backup" type="checkbox" />
Data backup
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Data recovery" type="checkbox" />
Data recovery</p>
<p align="justify">
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Laptop" type="checkbox" />
Laptop
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Desktop Tower" type="checkbox" />
Desktop Tower
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Desktop midi" type="checkbox" />
Desktop midi
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Other" type="checkbox" />
Other
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Virus-Spyware removal" type="checkbox" />
Virus-Spyware removal</p>
<p align="justify">
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Internet problems" type="checkbox" />
Internet problems
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Wireless conectivity" type="checkbox" />
Wireless conectivity
<input name="10 - Please state the type of support you need. Please tick all that apply" value="Home visit" type="checkbox" />
Home visit</p>
<p align="justify"><span class="formSpan">
<textarea cols="70" rows="15" name="*Message"></textarea></span>
</p>
</form>
<input name="Submit" type="submit" dir="ltr" lang="en" onclick="Submit" value="Submit" xml:lang="en" />
<input name="recipient" value="correctemail.com" type="hidden" />
<input name="subject" value="Thank you For Submitting you query " type="hidden" />
<input name="redirect" value="http://torfaenpcrepair.com/ThankYou.html?_cache=1348966966" type="hidden" />
<input name="missing_fields_redirect" value="http://torfaenpcrepair.com/contact%20Us.html?_cache=1348967037" type="hidden" />
<input name="required" type="hidden" />
</FORM>
<div class="fw-paragraphbottom" align="justify"></div>
</span>
</LABEL>
</LABEL>
</span>
</body>
</html>