Skip to main content
0 votes
1 answer
48 views

I'm trying to add a BS Responsive Table inside of a BS Auto-layout Grid and running into what I believe is a bug. The table is breaking the auto layout columns and forcing them to wrap. https://...
Adam Youngers's user avatar
1 vote
2 answers
51 views

When I try to combine border-separate (I need it for border-spacing-y-2) with divide-y, then divide-y is ignored until I remove border-separate. Why is that and what is the best practice to get ...
me.at.coding's user avatar
  • 18.5k
0 votes
3 answers
68 views

<td style="text-align:center"> is great, but let's say I need to do 1000 of them, and ... I am not allowed to use stylesheets. So what can I put in <table style="what"> ...
Dan Jacobson's user avatar
1 vote
1 answer
68 views

I have a basic table: <table border="1"> <tr> <td>Row 1, Cell 1</td> <td>Row 1, Cell 2</td> </tr> <tr> <td>Row 2, Cell ...
in43sh's user avatar
  • 973
0 votes
3 answers
68 views

So I have a <table> that has 1 row with 2 columns, one row containing an extraordinarily large image, the other row just contains your usual table cell content - a few <p>s. Here's a ...
RixTheTyrunt's user avatar
0 votes
1 answer
69 views

I am trying to place a border-bottom under each section of data, but it has a split between the first and second columns. I'm not sure how to remove this space between the columns. I tried using an hr ...
Mina Hopgood's user avatar
1 vote
1 answer
112 views

This is the table I expect: And I used this code, but did not get the expected result <table border="1" align="center" cellpadding="10px"> <thead> <tr> <th>a&...
monika's user avatar
  • 13
4 votes
3 answers
167 views

I have 20 rows like this in a standard html table (table>tbody>tr>td) without a header. current situation <table> <tbody> <tr> <td>1</td> ...
Rob C's user avatar
  • 43
1 vote
1 answer
71 views

I have an HTML/CSS file using nested tables to be used as an email signature in Outlook cloud, and while the code seems to work as intended in VS Code preview or CodePen, when pasting it into Outlook, ...
 HigoChumbo 's user avatar
1 vote
0 answers
80 views

I was adding a drop shadow to an element, and for some reason, the box-shadow was acting like the border had a different radius. But when I removed display: table-cell it rendered perfectly fine. I ...
thoxbox's user avatar
  • 29
1 vote
1 answer
48 views

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
1 answer
79 views

I have a table with two columns, and multiple rows. One of the columns typically has more content than the other. I would like to replicate the behavior of an old fashioned table, where free space is ...
Paul's user avatar
  • 136
0 votes
1 answer
51 views

I'd like to print a dynamically generated HTML table plus page footer. So, I defined an HTML table and footer, like this: <!DOCTYPE html> <html lang="en"> <head> <...
AxD's user avatar
  • 3,262
0 votes
1 answer
100 views

I'm unable to figure out the CSS styles I need to apply to achieve the following: I would like an HTML table with a max-width of up to 400px. Within the table, each column should have a max width of ...
Stevie Dean's user avatar
0 votes
1 answer
39 views

I have a dashboard HTML page that has 2 sections: for vertical navbar for a table of people (and optionally some h1 text later on) I just want a way for the table to be centered in main, and when ...
Sef's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
150