ajfmrf
04-22-2011, 01:46 AM
http://www.web-user.net/rss/testa/tablestest3.html
!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title> Your Title </title>
<style type="text/css">
table
{
height:20px;
width:400px;
background-color:lightblue;
}
td
{
text-align:center;
}
.1
{
height:20px;
width:400px;
background-color:bisque;
}
td
{
text-align:center;
}
.2
{
height:10px;
width:600px;
background-color:lightgrey;
}
</style>
</head>
<body>
<table class="1">
<tr>
<td><a href="http://www.bing.com/news/search?q=&FORM=R5FD1&p1=[NewsVertical+Category%3d%22rt_US%22]" name="bingUS">
<img src="http://www.web-user.net/rss/images/bing.png" border="0" width="61" height="25" align="center"></a></td>
<td><font color="blue" size="1">© 2011 bing.com</font></td>
<td><img src="http://www.web-user.net/rss/images/spacer1.gif" width="100" height="2"><img src="http://www.web-user.net/rss/images/top2.gif"></td>
</tr>
</table>
<br><br>
<table class="2">
<tr>
<td><a href="http://www.bing.com/news/search?q=&FORM=R5FD1&p1=[NewsVertical+Category%3d%22rt_US%22]" name="bingUS">
<img src="http://www.web-user.net/rss/images/bing.png" border="0" width="61" height="25" align="center"></a></td>
<td><font color="blue" size="1">© 2011 bing.com</font></td>
<td><img src="http://www.web-user.net/rss/images/spacer1.gif" width="100" height="2"><img src="http://www.web-user.net/rss/images/top2.gif"></td>
</tr>
</table>
<br>
<table>
<tr>
<td><a href="http://www.bing.com/news/search?q=&FORM=R5FD1&p1=[NewsVertical+Category%3d%22rt_US%22]" name="bingUS">
<img src="http://www.web-user.net/rss/images/bing.png" border="0" width="61" height="25" align="center"></a></td>
<td><font color="blue" size="1">© 2011 bing.com</font></td>
<td><img src="http://www.web-user.net/rss/images/spacer1.gif" width="100" height="2"><img src="http://www.web-user.net/rss/images/top2.gif"></td>
</tr>
</table>
</body>
</html>
I am trying to get three tables with diffrent classes.Is this wrong to use or should it be 'id' instead.Why does it not make three different tables?
Thanks,
Bud
!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title> Your Title </title>
<style type="text/css">
table
{
height:20px;
width:400px;
background-color:lightblue;
}
td
{
text-align:center;
}
.1
{
height:20px;
width:400px;
background-color:bisque;
}
td
{
text-align:center;
}
.2
{
height:10px;
width:600px;
background-color:lightgrey;
}
</style>
</head>
<body>
<table class="1">
<tr>
<td><a href="http://www.bing.com/news/search?q=&FORM=R5FD1&p1=[NewsVertical+Category%3d%22rt_US%22]" name="bingUS">
<img src="http://www.web-user.net/rss/images/bing.png" border="0" width="61" height="25" align="center"></a></td>
<td><font color="blue" size="1">© 2011 bing.com</font></td>
<td><img src="http://www.web-user.net/rss/images/spacer1.gif" width="100" height="2"><img src="http://www.web-user.net/rss/images/top2.gif"></td>
</tr>
</table>
<br><br>
<table class="2">
<tr>
<td><a href="http://www.bing.com/news/search?q=&FORM=R5FD1&p1=[NewsVertical+Category%3d%22rt_US%22]" name="bingUS">
<img src="http://www.web-user.net/rss/images/bing.png" border="0" width="61" height="25" align="center"></a></td>
<td><font color="blue" size="1">© 2011 bing.com</font></td>
<td><img src="http://www.web-user.net/rss/images/spacer1.gif" width="100" height="2"><img src="http://www.web-user.net/rss/images/top2.gif"></td>
</tr>
</table>
<br>
<table>
<tr>
<td><a href="http://www.bing.com/news/search?q=&FORM=R5FD1&p1=[NewsVertical+Category%3d%22rt_US%22]" name="bingUS">
<img src="http://www.web-user.net/rss/images/bing.png" border="0" width="61" height="25" align="center"></a></td>
<td><font color="blue" size="1">© 2011 bing.com</font></td>
<td><img src="http://www.web-user.net/rss/images/spacer1.gif" width="100" height="2"><img src="http://www.web-user.net/rss/images/top2.gif"></td>
</tr>
</table>
</body>
</html>
I am trying to get three tables with diffrent classes.Is this wrong to use or should it be 'id' instead.Why does it not make three different tables?
Thanks,
Bud