Top "Html-table" questions

As it relates to HTML, tables are used to display data in a tabular fashion.

Set cellpadding and cellspacing in CSS?

In an HTML table, the cellpadding and cellspacing can be set like this: <table cellspacing="1" cellpadding="1"> How can …

html css html-table alignment
Add table row in jQuery

What is the best method in jQuery to add an additional row to a table as the last row? Is …

javascript jquery html-table
Make a div fill the height of the remaining screen space

I am working on a web application where I want the content to fill the height of the entire screen. …

html css html-table
How to set up fixed width for <td>?

Simple scheme: <tr class="something"> <td>A</td> <td>B</td&…

css twitter-bootstrap width html-table
Table fixed header and scrollable body

I am trying to make a table with fixed header and a scrollable content using the bootstrap 3 table. Unfortunately the …

html css twitter-bootstrap html-table
Add border-bottom to table row <tr>

I have a table of 3 by 3. I need a way to add a border for the bottom of every row …

html css html-table
Word-wrap in an HTML table

I've been using word-wrap: break-word to wrap text in divs and spans. However, it doesn't seem to work in table …

html css html-table
How to get multiple selected values of select box in php?

I have a html form which has a select list box from which you can select multiple values because its …

php html drop-down-menu combobox html-table
Alternate table row color using CSS?

I am using a table with alternate row color with this. Here I am using class for tr, but I …

html css html-table
How to completely remove borders from HTML table

My goal is to make an HTML page that is similar to a "photo frame". In other words, I want …

html css html-table background-image