Set the colspan
attribute to 2.
…but please don’t use tables for layout.
Related Contents:
- Make a div fill the height of the remaining screen space
- Form inside a table
- Set cellpadding and cellspacing in CSS?
- Table fixed header and scrollable body
- Can we have multiple in same ?
- Alternate table row color using CSS?
- Create HTML Table with SQL FOR XML
- How to deal with page breaks when printing a large HTML table
- HTML/CSS: Making two floating divs the same height
- How do I create an HTML table with a fixed/frozen left column and a scrollable body?
- CSS3’s border-radius property and border-collapse:collapse don’t mix. How can I use border-radius to create a collapsed table with rounded corners?
- Using Position Relative/Absolute within a TD?
- Why doesn’t table > tr > td work when using the child selector?
- Table with fixed header and fixed column on pure css
- Fixed Table Cell Width
- IE9 Float with Overflow:Hidden and Table Width 100% Not Displaying Properly
- HTML table headers always visible at top of window when viewing a large table
- How to make fill height
- Having Google Chrome repeat table headers on printed pages
- Fixed header table with horizontal scrollbar and vertical scrollbar on
- Colspan all columns
- How to remove unwanted space between rows and columns in table?
- Create a HTML table where each TR is a FORM
- How to make HTML table cell editable?
- How to make Scrollable Table with fixed headers using CSS [duplicate]
- How can I set the max-width of a table cell using percentages?
- CSS table-cell equal width
- Rounded table corners CSS only
- HTML table with horizontal scrolling (first column fixed)
- Add a horizontal scrollbar to an HTML table
- How to fix height of TR?
- using text-align center in colgroup
- Setting table column width
- How to force table cell content to wrap?
- The border-radius property and border-collapse:collapse don’t mix. How can I use border-radius to create a collapsed table with rounded corners?
- How to center the contents of an HTML table?
- Giving a border to an HTML table row,
- How to hide Table Row Overflow?
- How can I apply a border only inside a table?
- Table overflowing outside of div
- overflow:scroll; in
- Wrapping HTML table rows in tags
- HTML — two tables side by side [duplicate]
- Why is box-sizing acting different on table vs div?
- How to completely remove borders from HTML table
- Border around tr element doesn’t show?
- How to make a table with equal column widths in CSS?
- Should Tables be avoided in HTML at any cost?
- How do I parse an HTML table with Nokogiri?
- What is the purpose for HTML’s tbody?