本文介绍了如何制作< td>在多行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使它像这样:
头像是TD和侧边栏,但他们都在TD同一些文本的同一张桌子里......
这是一个配置文件页面...
解决方案
您可以查看 rowspan
colspan
属性。 正如。
How I can make a TD one more than one row in HTML?
To make it like this:
http://quebecencalvaire.ca/sov/this.png
The avatar is a TD and the sidebar another, but they are both in the same table of the TD "some text"...
It's for a profile page...
解决方案
You could check out the rowspan
and colspan
attributes.
As explained here.
这篇关于如何制作< td>在多行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!