↧
Answer by Василий for HTML Table different number of columns in different rows
If you need different column width, do...
View ArticleAnswer by David Thomas for HTML Table different number of columns in...
On the realisation that you're unfamiliar with colspan, I presumed you're also unfamiliar with rowspan, so I thought I'd throw that in for free.One important point to note, when using rowspan: the...
View ArticleAnswer by Nivas for HTML Table different number of columns in different rows
Colspan:<table><tr><td> Row 1 Col 1</td><td> Row 1 Col 2</td></tr><tr><td colspan=2> Row 2 Long Col</td></tr></table>
View ArticleAnswer by oezi for HTML Table different number of columns in different rows
yes, simply use colspan.
View ArticleHTML Table different number of columns in different rows
Like in Excel sheet can I have 2 columns in 1st row1 long column in the 2nd rowis this possible in html ?
View Article
More Pages to Explore .....