how to put a table inside a frame in html
843836Feb 7 2005 — edited Feb 7 2005Hi, I have a html table as follows:
<TABLE BORDER=2><TR><TD>No</TD><TD>Name</TD><TD>Age</TD></TR><TR><TD>1</TD><TD>John</TD><TD>30</TD></TR><TR><TD>2</TD><TD>Michael</TD><TD>20</TD></TR></TABLE>
I want to put it inside a html frame in order to have the scroll bar with the table.
Is there a way to do it in html?
Thanks.