css - Can I have different widths for different tr elements in the same table -


As the title, I want to set different widths for different TRs in the table. Is this possible?

  [-------- tr.trheader & gt; TD --------] [--------- tr & gt; TD ---------] [--------- tr & gt; TD ---------] [--------- tr & gt; TD ---------] [--------- tr & gt; TD ---------] [-------- tr.trheader & gt; TD --------] [--------- tr & gt; TD ---------] [--------- tr & gt; TD ---------]   

I solved this way

  ...  & Lt; TD & gt; & Lt; / TD & gt; & Lt; TD & gt; Blabla & lt; / TD & gt; & Lt; Td> Bla bla bla & lt; / Td> & Lt; Td square = "padding" & gt; & Lt; / Td> & Lt; / TR & gt; & Lt; / Thead & gt; ...   

Empty "adding "with a slightly width.

To do this, you need the tables in the main table.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -