开发者

HTML/CSS: table rows height and border color

开发者 https://www.devze.com 2023-01-08 00:21 出处:网络
I have an issue with the border color in the table in this page: http://dl.dropbox.com/u/72686/print.html

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

精彩评论

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

关注公众号