I would like to use rowspan(html's attribute) in <style>
, like:
<style>
table td{
rowspan: 2;
}
</style>
Is there anyway to do that, or anything to solve that ? Thank for any suggestions !
rowspan
is an an attribute on the td
tag, it is not a CSS property. See the specification: http://www.w3.org/TR/html401/struct/tables.html#h-11.2.6
You will not be able to set the rowspan
attribute via CSS, this would be similar to attempting to set the href
of an a
tag via CSS.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With