Jump to content

need help with border !


powaz

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.