The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Third Row

3 posters

Go down

modernbb - Third Row Empty Third Row

Post by Aizen the Virtuoso August 2nd 2017, 4:09 pm

Technical Details


Forum version : #ModernBB
Position : Administrator
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : http://narutoninjaway.forumotion.me/

Description of problem

Hi guys, created account just because of row3, or third row or whatever. In my tables when i edit them there is only row1 and row2 . How to add row3 and row4 so i can edit them in css.
Aizen the Virtuoso
Aizen the Virtuoso
Forumember

Posts : 27
Reputation : 2
Language : english

http://narutoninjaway.forumotion.me/

Back to top Go down

modernbb - Third Row Empty Re: Third Row

Post by SLGray August 2nd 2017, 7:16 pm

Do you mean these?
modernbb - Third Row Rows10


modernbb - Third Row Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

modernbb - Third Row Empty Re: Third Row

Post by Draxion August 2nd 2017, 10:20 pm

Basically "row 1" and "row 2" happen in a pattern: row 1, row 2, row 1, row 2, and so forth.

If you want to edit the specific row with CSS, you would have to use the pseudo "nth-child" to target it. Like this.
Code:
table > td:nth-chlid(2) {
  CSS CODE;
}

That will target the 2nd row in this table.
Code:
<table>
  <tr>
    <td></td>
    <td>It will target here!</td>
  </tr>
</table>
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum