Can someone help me with this table?
Fragment of a discussion from Project:Support desk
| Alphabet | ||
| a | b | c |
|---|---|---|
|
[[#{{{1}}}|{{{1}}}]] |
||
| Bronze star | Gold star | Green star |
{| cellpadding="2" style="border: 1px solid darkgray; background:#f9f9f9;"
| colspan=3 style="text-align:center" | Alphabet
|-
! width="357" | a
! width="357" | b
! width="357" | c
|- align="left"
| style="border: 1px solid #C0C0C0;"|
{{a}}
| style="border: 1px solid #C0C0C0;"|
{{b}}
| style="border: 1px solid #C0C0C0;"|<!--greenish border-->
{{c}}
|- align="center"
|Bronze star || Gold star || Green star
|}
Thank you so much!
Do you know what I would have to type (and where) to make Alphabet in a bigger font and in a different color?
Changing
| colspan=3 style="text-align:center" | Alphabet
to
| colspan=3 style="text-align:center; font-size:120%; color:blue" | '''Alphabet'''
gives
| Alphabet | ||
| a | b | c |
|---|---|---|
|
[[#{{{1}}}|{{{1}}}]] |
||
| Bronze star | Gold star | Green star |
Now play around with it and read Help:Tables.