开发者

a break in a table

开发者 https://www.devze.com 2022-12-17 01:35 出处:网络
i need to break them up name|| id || __________________ tab || 1|| ritchie|| 2|| __________________

i need to break them up

||name  || id || 
__________________
||tab || 1||
||ritchie|| 2||
__________________
_________________
||apple|| 3

if i use tr td, it would end up as

||tab || 1||
||ritchie|| 2||
__________________
_______||_________
||apple|| 3

ther ewould be a line in the break too.

how to achieve the one whole single row thing?

开发者_JS百科

thanks


You might be looking for colspan="2", but it's awfully hard to tell without seeing some source.

0

精彩评论

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