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

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -