Can someone help me with this table?
| a | b | c |
|---|---|---|
|
[[#{{{1}}}|{{{1}}}]] |
||
| Bronze star | Gold star | Green star |
{| cellpadding="2" style="border: 1px solid darkgray; background:#f9f9f9;" ! width="357" | a ! width="357" | b ! width="357" | c |- align="left" | style="border: 1px solid #C0C0C0;"| [[#{{{1}}}|{{{1}}}]]
| style="border: 1px solid #C0C0C0;"| Template:B | style="border: 1px solid #C0C0C0;"| Template:C |- align="center" |Bronze star || Gold star || Green star |}
Above is the table I'm working on. Could someone show me how I would add a row on top of the a,b,c to cover the entire three columns? So, for example it would say 'Alphabet', centered perhaps coloured which has the rows merged?
| 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.