Hi beverleyh
yes i meant further tr td elements
see screenshot attached also
here is code
Code:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<style type="text/css">
@media screen and (max-width:320px)
{
}
</style>
</head>
<body>
<table width="100%" border="1" cellspacing="0" cellpadding="5">
<tr>
<td>john smith david</td>
<td>age 30 years</td>
<td>bombay</td>
<td>active</td>
</tr>
<tr>
<td>samson</td>
<td>age 42 years</td>
<td>italy</td>
<td>active</td>
</tr>
<tr>
<td>george</td>
<td>age 35 years</td>
<td>spain</td>
<td>active</td>
</tr>
</table>
</body>
</html>
Bookmarks