powaz Posted June 22, 2007 Share Posted June 22, 2007 hi, i have css file.... .newsborder tr{ border-bottom-style: dotted; border-color:#538BFF; border-width:2px; } i need to print border in bottom of each text line... echo '<table width="400">'; while($row=mysql_fetch_array($answer)){ echo '<tr class="newsborder"><td>'.$row["tema"].'</td></tr>'; echo '<tr><td> Posted: '.$row["data"].'</td></tr>'; but then i look at it in IE there aren't borders, whats the problem ..... thanx for answers. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted June 22, 2007 Share Posted June 22, 2007 http://www.phpfreaks.com/forums/index.php/topic,144815.0.html Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.