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. Link to comment https://forums.phpfreaks.com/topic/56687-need-help-with-border/ 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 Link to comment https://forums.phpfreaks.com/topic/56687-need-help-with-border/#findComment-280012 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.