开发者

HTML/CSS: table rows height and border color

I have an issue with the border color in the table in this page: http://dl.dropbox.com/u/72686/print.html

I've added an empty row and specified a height to add some vertical space before the table bottom row.

However I cannot change the border color 开发者_如何学编程of this row. it is always gray. All the css code is inline.

thanks


Change

 <tr style="height: 60px;"></tr>

To

 <tr style="height: 60px;"><td colspan="2">&nbsp;</td></tr>

Edit it looks like there are just two columns so i've changed the answer to reflect that.


Add your border style to the line and that should work.

<tr style="height: 60px;"></tr>

Cheers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜