Skip to main content

All Questions

Tagged with
0 votes
0 answers
11 views

Difficulty adding page numbers to printed table using Paged.js without content overflow

I have a table with numerous elements in its , and I'm attempting to add page numbers to each printed page using Paged.js. However, I'm encountering issues where the table content overflows the page ...
Huzaifa Ashfaque's user avatar
-2 votes
2 answers
40 views

Cellspacing and cellpadding in HTML

I want to know about cellspacing and cellpadding in HTML I was coding in vscode so when i tried typing cellspacing it didn't show me as a table attribute.I just started learning HTML so can someone ...
Akira456's user avatar
1 vote
1 answer
24 views

Adding Border Styling to Table Row Headings and Colum Headings

I would greatly appreciate some help with this, if possible. I'm trying to add some global CSS styling to tables that are automatically generated by our company platform's HTML editor, but running ...
VeeSands's user avatar
0 votes
3 answers
68 views

how to make cells in <td> tag

I have a table like this : No Name Product Type Num of Units 1 ADA B112 3 Pcs 2 ADA B253 1 Pcs 3 ADA K23 6 Pcs 4 DUZK l1 10 Pcs 5 DUZK l5 10 Pcs 6 Naro NX 1 Pcs I have this SQL : $query = &...
Ricky Suwandi's user avatar
0 votes
0 answers
27 views

Excel formatting (RowSpan) messed up

I am exporting a HTML Table using this below. var template = `<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns=&...
HumbleGuy97's user avatar
1 vote
0 answers
39 views

HTML table header is not repeat on each while printing

When I set HTML table header height 200px (I think, this depends on browser, you can replicate this by keep increasing the height value), it's not repeated on every page while printing it. Same ...
Dev Murari's user avatar
0 votes
1 answer
55 views

Why does my table header take half the table height in Firefox?

I have a table in HTML: <div style="height: 90vh"> <div style="position: relative; width: 100%; height: 100%"> <table style="height: 100%"> <thead> <...
Sohaib Najjar's user avatar
-1 votes
0 answers
52 views

How to Convert Nested HTML Tables to a Single-Level Table with Dynamic Colspan and Rowspan Using Python?

I am working on a Python project where I need to convert deeply nested HTML tables into a single-level, flat table format. My main challenge is to retain the visual structure of the original nested ...
Rizni Muhammed's user avatar
0 votes
2 answers
48 views

Use thinner borders within td elements inside a colspan th

I have the following HTML table. As you can see I have two columns that have a colspan attribute. I want the td's inside those to have thinner borders, so that users can more clearly see « real » ...
Laurent Dietrich's user avatar
-1 votes
0 answers
41 views

Border-collapse doesn't work in Javadoc. Why?

border-collapse doesn't work in my javadoc /** * Some important documentation. * * <table style="border: 1px solid black; border-collapse: collapse;"> * <tr style="border: ...
demavi's user avatar
  • 197
2 votes
2 answers
126 views

XPath for colspan attribute values as browser understands them?

I have a HTML table with possibly missing or malformed colspan values: <table border="1"> <tbody> <tr> <th>A</th> <th>B</th> <th>C</...
Fravadona's user avatar
  • 15.7k
0 votes
0 answers
13 views

Subtracting Cell Values

I'm new to all of this so forgive me if this is too basic. I have a table and I'm trying to subtract the contents of "Days Absent" from "Days Present" Any help would be appreciated....
Chad Liberty's user avatar
3 votes
1 answer
39 views

Which Methods/How to replicate this "Price Compare" responsive card layout?

plan comparison desktop: plan comparison mobile: Hi, I am looking for some ideas on ways to design this section of the layout. This section is both in desktop version and mobile (pictures above) It ...
Iggy_1994's user avatar
0 votes
1 answer
33 views

How to use page breaks when printing multiple rows of a table in HTML?

I have a table in HTML where users can add rows as much as they want. However, when the table is long and I print the form, the form is cut off, and the other rows are not visible. What I want to ...
bbs's user avatar
  • 1
0 votes
0 answers
28 views

Cells are not evenly spaced when using rowspan within HTML table

I'm using rowspan on a HTML table with varying rows, however I'm experiencing an inconsistent cell height as screenshot. I would expect each cell to be evenly spaced, exactly like the row above - am I ...
George's user avatar
  • 812

15 30 50 per page
1
2 3 4 5
821