örneğin aşağıdaki kodda mantık(benim istediğim) olarak olşan her tablonun içinde div olsun istiyorum.
<html> <head> <meta http-equiv="Content-Language" content="tr"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <title>Yeni Sayfa 1</title> </head> <body> <%for i=1 to 10%> <table border="1" width="200" id="table2" height="200"> <tr><td> <div style="position: absolute; width: 143px; height: 146px; z-index: 2; background-color: #808000; left:39px; top:40px" ></div> </td></tr> </table> <%next%> </body> </html>
