Search code examples
htmlhtml-tablecell

HTML table data is too wide


I create a simple table in HTML, however the "Address" cell in the table is very very wide but all I'm doing is giving it a title and entering a number.

See the address column - it is far too wide

The code the Address column is very simple:

<TH>Address</TH><TH>Literal  etc

Then the data is added with:

<TD valign=baseline>0x110</TD>

yet the address column is enormous. I have no style sheets set up. I just want a small "Address" cell !


Solution

  • It appears you didn't provide all the code. From your screen shot, it looks as this CLOCK_OUTPUTS_PARAMS_SUBBLOCK_PPS PARAMETERS is causing this. You probably need to add a colspan to that cell.