DetroitTechComputer
New Member
- Reaction score
- 0
Personally I would ditch the flash banner. Do you really want your customers to have to install a flash plug-in for their browser when they visit your site?
got rid of the flash. getting a 404 on the landing page for some reason now.
<div id="page-content-header" class="container_24">
<div id="page-title">
<h1 class="pagetitle">Page Not Found (Error 404)</h1>
</div>
<!-- end page-title -->
</div>
<!-- end page-content-header -->
</div>
<!-- end page-content-title -->
<div class="clear"></div>
<div id="page-content">
<div class="container_24">
<p class="breadcrumbs"><a href="http://detroittcs.com">Home</a><span class="breadarrow"> → </span><span class='current_crumb'>404 - Page not Found </span></p> </div>
<div id="content-container" class="container_24">
<div id="main-content" class="grid_24">
<div class="main-content-padding">
<br />
<h2 class="center warning"><div class="msg-box-icon pngfix">Oops..., I cannot find that page you are looking for, sorry... (Error 404)</div></h2>
<div class="grid_18 prefix_2 suffix_2">
<h3>Let me help you find it:</h3>
<ol>
<li>
<strong>Search</strong> for it: <form role="search" method="get" id="searchform" action="http://detroittcs.com" >
<div><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form> </li>
<li>
<strong>If you typed in a URL...</strong> check the spelling and try reloading the page. </li>
<li>
<strong>Start over again</strong> with the <a href="http://detroittcs.com">Homepage</a>.
</li>
</ol>
<br />
</div>
</div><!-- end main-content-padding -->
</div><!-- end main-content -->
</div><!-- end content-container -->
<div id="page-title">
<h1 class="pagetitle">Page Not Found (Error 404)</h1>
</div>
<p class="breadcrumbs"><a href="http://detroittcs.com">Home</a><span class="breadarrow"> → </span><span class='current_crumb'>404 - Page not Found </span></p>
<div id="main-content" class="grid_24">
<div class="main-content-padding">
<br />
<h2 class="center warning"><div class="msg-box-icon pngfix">Oops..., I cannot find that page you are looking for, sorry... (Error 404)</div></h2>
<div class="grid_18 prefix_2 suffix_2">
<h3>Let me help you find it:</h3>
<ol>
<li>
<strong>Search</strong> for it: <form role="search" method="get" id="searchform" action="http://detroittcs.com" >
<div><label class="screen-reader-text" for="s">Search for:</label>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form> </li>
<li>
<strong>If you typed in a URL...</strong> check the spelling and try reloading the page. </li>
<li>
<strong>Start over again</strong> with the <a href="http://detroittcs.com">Homepage</a>.
</li>
</ol>
<br />
</div>
</div><!-- end main-content-padding -->
</div><!-- end main-content -->
Not too sure about the 404 error. Is this a CMS based site? Possibly the CMS is still attempting to display the original flash content?
This is just a guess, I could be way out in left field.