И что тут нужно сделать?
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1251' />
<!--
<script src='http://code.jquery.com/jquery-latest.js'></script>
<script src="https://code.angularjs.org/1.3.9/angular.min.js"></script>
<script src="https://code.angularjs.org/1.3.9/angular-route.js"></script>
<link rel='stylesheet type=text/css href=tmp.css' />
<link rel="stylesheet/less" type="text/css" href="style.less">
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/2.5.0/less.min.js"></script>
-->
<style type='text/css'>
</style>
<script type='text/javascript'>
</script>
</head>
<body>
<table id='myTab'>
<tr>
<th>Тип</th>
<th>Наименование</th>
<th>Изображение</th>
<th>Цена, грн.</th>
</tr>
<tr>
<td>Processors</td>
<td>
<select class='t'>
<option>Выбрать</option>
<option value='Processors-1'> ЕУІІ 1</option>
<option value='Processors-2'> ЕУІЕ 2</option>
<option value='Processors-2'> ЕУІЕ 3</option>
</select>
</td>
<td><img src='http://javascript.ru/forum/image.php?u=8616&dateline=1282216923'></td>
<td>22</td>
</tr>
<tr>
<td>Graphics</td>
<td>
<select class='t'>
<option>Выбрать</option>
<option value='Graphics-1'> Graphics GeForce GTX 970 </option>
<option value='Graphics-2'> Graphics GeForce GT 720 </option>
<option value='Graphics-3'> Graphics 333 </option>
</select>
</td>
<td><img src='http://javascript.ru/forum/image.php?u=8616&dateline=1282216923'></td>
<td>33</td>
</tr>
</table>
</body>
</html>