You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I was wondering whether it is possible to use definition lists but in a form style like this page:
What I mean is to have the label right aligned and the description left aligned. I know that I can do something similar with tables but I don't want it to look like a table but rather more like a list.
I have this code:
- Chipset: Intel® C622
- SATA: Intel® C622 controller for 10 SATA3 (6 Gbps) ports; RAID 0,1,5,10
- IPMI: ASPEED AST2500
- Network Controllers: Dual LAN with 10GBase-T with Intel® X722 + X557
Which right now it looks like this:
This is my attempt at making it a table:
|||| -: | - |
Chipset | Intel® C622
SATA | Intel® C622 controller for 10 SATA3 (6 Gbps) ports; RAID 0,1,5,10
IPMI | ASPEED AST2500
Network |Controllers: Dual LAN with 10GBase-T with Intel® X722 + X557
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I was wondering whether it is possible to use definition lists but in a form style like this page:
What I mean is to have the label right aligned and the description left aligned. I know that I can do something similar with tables but I don't want it to look like a table but rather more like a list.
I have this code:
Which right now it looks like this:
This is my attempt at making it a table:
Which looks like this:
Maybe there's a way to remove the empty header?
Beta Was this translation helpful? Give feedback.
All reactions