Here is a table I whipped up in 15 mins by hand...in Notepad.
Oddly, this forum will not convert the code to an actual table so that you can see it. Chris....any help?
You can simply copy the code below to the clipboard, open Notepad, paste it, save it as TEST.HTML, then open TEST.HTML in Internet Explorer or Firefox.
<table border="1">
<tr>
<th>Model</th>
<th>Processor</th>
<th>Operating System</th>
<th>Display</th>
<th>RAM</th>
<th>Drive</th>
<th>Video</th>
<th>USB</th>
<th>VGA</th>
<th>HDMI</th>
<th>Web Cam</th>
<th>Headphone</th>
<th>Microphone</th>
<th>Weight</th>
<th>Battery Time</th>
<th>List Price</th>
</tr>
<tr>
<td>Asus 1008HA</td>
<td>Intel Atom N280 1.66GHz</td>
<td>Windows XP Home</td>
<td>10.1"</td>
<td>1GB</td>
<td>160GB</td>
<td>whatever</td>
<td>2</td>
<td>Yes</td>
<td>No</td>
<td>1.3MP</td>
<td>Yes</td>
<td>Yes</td>
<td>2.4 lbs</td>
<td>6 hours</td>
<td>$399</td>
</tr>
<tr>
<td>Asus 1008HE</td>
<td>Intel Atom N280 1.66GHz</td>
<td>Windows XP Home</td>
<td>10.1"</td>
<td>1GB</td>
<td>160GB</td>
<td>whatever</td>
<td>3</td>
<td>Yes</td>
<td>No</td>
<td>1.3MP</td>
<td>Yes</td>
<td>Yes</td>
<td>3.2 lbs</td>
<td>9.5 hours</td>
<td>$449</td>
</tr>
<tr>
<td>Asus PC T91</td>
<td>Intel Atom Z520 1.33GHz</td>
<td>Windows XP Home</td>
<td>8.9"</td>
<td>1GB</td>
<td>16GB</td>
<td>whatever</td>
<td>3</td>
<td>Yes</td>
<td>No</td>
<td>1.3MP</td>
<td>Yes</td>
<td>Yes</td>
<td>4 lbs</td>
<td>5 hours</td>
<td>$599</td>
</tr>
<tr>
<td>Sony Vaio W</td>
<td>Intel Atom N280 1.66GHz</td>
<td>Windows XP Home</td>
<td>10.1"</td>
<td>1GB</td>
<td>160GB</td>
<td>whatever</td>
<td>2</td>
<td>Yes</td>
<td>No</td>
<td>unknown</td>
<td>Yes</td>
<td>Yes</td>
<td>2.65 lbs</td>
<td>2.5 hours</td>
<td>$499</td>
</tr>
</table>