Can someone help me with this table?

Jump to: navigation, search
a b c

[[#{{{1}}}|{{{1}}}]]

Template:B

Template:C

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?

90.204.161.19721:06, 17 July 2011
Alphabet
a b c

[[#{{{1}}}|{{{1}}}]]

Template:B

Template:C

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
|}
Hamilton Abreu21:57, 17 July 2011

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?

90.204.161.19722:45, 17 July 2011

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}}}]]

Template:B

Template:C

Bronze star Gold star Green star

Now play around with it and read Help:Tables.

Hamilton Abreu02:00, 19 July 2011
 
 
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox