<html>
<head>
<title>Non-expanding table cell example</title>
<style type="text/css">
table, td, th {
border: 1px solid black;
}
table.winner-table {
width: 500px;
table-layout:fixed;
text-align:left;
vertical-align:top;
padding: 5px;
}
table.winner-table tr {
vertical-align:top;
text-align:left;
}
table.winner-table td.city-table,
table.winner-table th.city-table {
width: 100px;
}
table.winner-table td.city-url,
table.winner-table th.city-url {
width: 400px;
word-wrap: break-word;
}
</style>
</head>
<body>
<table class="winner-table">
<tr>
<th class="city-table">Continent</th>
<th class="city-url">Smart City challenge winners</th>
</tr>
<tr>
<td class="city-table">Africa</td>
<td class="city-url"><a href="https://smartercitieschallenge.org/recipients.html?lnk=ibmhpls1/Corporate/smarterplanet/announcement/city_challenge_winners#africa">https://smartercitieschallenge.org/recipients.html?lnk=ibmhpls1/Corporate/smarterplanet/announcement/city_challenge_winners#africa</td>
</tr>
<td class="city-table">Americas</td>
<td class="city-url"><a href="https://smartercitieschallenge.org/recipients.html?lnk=ibmhpls1/Corporate/smarterplanet/announcement/city_challenge_winners#americas">https://smartercitieschallenge.org/recipients.html?lnk=ibmhpls1/Corporate/smarterplanet/announcement/city_challenge_winners#americas</td>
</tr>
</table>
</body> </html>
