Put content into pseudo row
up vote
-1
down vote
favorite
I need a pseudo row in a table with three columns. I want to put pseudo content into all three cells. How can I address each cell and put specific content into it? Right now it looks like this and the content lands only in the first cell resp. the left side. Also it kicks the other content of the first row outside of the table.
Entity:first-child::before
display: table-cell;
column-count: 3;
width: 40em;
text-align: center;
content:'bla';
css row css-tables
New contributor
add a comment |
up vote
-1
down vote
favorite
I need a pseudo row in a table with three columns. I want to put pseudo content into all three cells. How can I address each cell and put specific content into it? Right now it looks like this and the content lands only in the first cell resp. the left side. Also it kicks the other content of the first row outside of the table.
Entity:first-child::before
display: table-cell;
column-count: 3;
width: 40em;
text-align: center;
content:'bla';
css row css-tables
New contributor
1
Please go read How to Ask and Minimal, Complete, and Verifiable example, and edit your question accordingly.
– misorude
2 days ago
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I need a pseudo row in a table with three columns. I want to put pseudo content into all three cells. How can I address each cell and put specific content into it? Right now it looks like this and the content lands only in the first cell resp. the left side. Also it kicks the other content of the first row outside of the table.
Entity:first-child::before
display: table-cell;
column-count: 3;
width: 40em;
text-align: center;
content:'bla';
css row css-tables
New contributor
I need a pseudo row in a table with three columns. I want to put pseudo content into all three cells. How can I address each cell and put specific content into it? Right now it looks like this and the content lands only in the first cell resp. the left side. Also it kicks the other content of the first row outside of the table.
Entity:first-child::before
display: table-cell;
column-count: 3;
width: 40em;
text-align: center;
content:'bla';
css row css-tables
css row css-tables
New contributor
New contributor
edited yesterday
Brian Tompsett - 汤莱恩
4,153133699
4,153133699
New contributor
asked 2 days ago
purple_flamingo
1
1
New contributor
New contributor
1
Please go read How to Ask and Minimal, Complete, and Verifiable example, and edit your question accordingly.
– misorude
2 days ago
add a comment |
1
Please go read How to Ask and Minimal, Complete, and Verifiable example, and edit your question accordingly.
– misorude
2 days ago
1
1
Please go read How to Ask and Minimal, Complete, and Verifiable example, and edit your question accordingly.
– misorude
2 days ago
Please go read How to Ask and Minimal, Complete, and Verifiable example, and edit your question accordingly.
– misorude
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
purple_flamingo is a new contributor. Be nice, and check out our Code of Conduct.
purple_flamingo is a new contributor. Be nice, and check out our Code of Conduct.
purple_flamingo is a new contributor. Be nice, and check out our Code of Conduct.
purple_flamingo is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53224260%2fput-content-into-pseudo-row%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Please go read How to Ask and Minimal, Complete, and Verifiable example, and edit your question accordingly.
– misorude
2 days ago