Link to home
Start Free TrialLog in
Avatar of Dan Flood
Dan Flood

asked on

THEAD data won't display

Hi,
Using the following table, the header row will not display... any idea why?  Thank you :-)

 <div>
	<table cellspacing="0" cellpadding="0" rules="all" border="1" id="MainContent_GridView1" style="border-style:None;font-size:X-Small;border-collapse:collapse;">
		<thead>
			<tr align="center" valign="middle" style="border-style:Solid;">
				<th scope="col">Time</th><th scope="col">Event</th><th scope="col">Location</th><th scope="col">Mach</th><th scope="col">Cont</th><th scope="col">Rack</th><th scope="col">Location</th><th scope="col">Ideas</th>
			</tr>
		</thead><tbody>
			<tr>
				<td>09/02/2012 4:17:00 PM</td><td>Initial SCAN</td><td>MOB001</td><td>SPS001</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>Test Data</td>
			</tr><tr>
				<td>09/02/2012 4:19:00 PM</td><td>Placed in Rack for Proc</td><td>MOB001</td><td>SPS001</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>Test Data</td>
			</tr><tr>
				<td>09/02/2012 4:27:00 PM</td><td>Removed from  Rack</td><td>MOB001</td><td>SPS001</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>Test Data</td>
			</tr><tr>
				<td>09/02/2012 4:29:00 PM</td><td>Placed in Outbound center</td><td>MOB001</td><td>SPC001</td><td>&nbsp;</td><td>RACK001</td><td>8</td><td>Test Data</td>
			</tr>
		</tbody><tfoot>
 
		</tfoot>
	</table>
</div>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Like that with zero context it displays perfectly.  If you post a link we might be able to see what causes the problem, because there is nothing wrong with that code.

Cd&
Avatar of Dan Flood
Dan Flood

ASKER

thank you it was a css issue