The beginning of the document, replace:
<!DOCTYPE html lang="en">
with:
<!DOCTYPE html>
<html lang="en">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Move the the "style block" (everything that's included within the <style> and the </style> AND the tags themselves into the head. Cut from the <style> on line 275 to the </style> on line 315 and past it into the <head> (just above the </head> is fine.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Change:
<option value=""></option>
To:
<option></option>
-OR:
Simply remove it as it appears to be unecessary.
On both line 332 and on line 348
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Replace:
<table width="135" border="0" cellpadding="2" cellspacing="0" style="margin:0px auto 0px auto; float:none; width:135px !important;" title="Click to Verify - This site chose VeriSign Trust Seal to promote trust online with consumers.">
with:
<table style="border-spacing:0px; border-width:0px; margin:0px auto 0px auto; float:none; width:135px !important;" title="Click to Verify - This site chose VeriSign Trust Seal to promote trust online with consumers.">
on line 384
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Replace:
<td align="center" valign="top"><div style="margin-left:-20px;"><script type="text/javascript" src="https://seal.verisign.com/getseal?host_name=moveeast.com&size=L&use_flash=NO&use_transparent=NO&lang=en"></script></div></td>
with:
<td style="padding:2px; text-align:center; vertical-align:top;"><div style="margin-left:-20px;"><script type="text/javascript" src="https://seal.verisign.com/getseal?host_name=moveeast.com&size=L&use_flash=NO&use_transparent=NO&lang=en"></script></div></td>
on line 386
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.