Difference between revisions of "User talk:Soloban"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
** How do you make text align at the TOP of a Table Row? [[User:Cordir|Cordir]] | ** How do you make text align at the TOP of a Table Row? [[User:Cordir|Cordir]] | ||
** Try this for example. Click edit page to see the mark up. Its just like HTML. | ** Try this for example. Click edit page to see the mark up. Its just like HTML. | ||
{| style="wikitable" | {| style="wikitable" | ||
! style=" vertical-align:top; height:100px; background: blue"|My row header | ! style=" vertical-align:top; height:100px; background: blue"|My row header | ||
! style=" vertical-align:bottom; align: right"|My row | ! style=" vertical-align:bottom; align: right"|My row header 2 | ||
!style=" vertical-align:center; align: left"|My row header | !style=" vertical-align:center; align: left"|My row header 3 | ||
|- | |- | ||
|1||2||3 | |1||2||3 | ||
Line 16: | Line 17: | ||
http://en.m.wikipedia.org/wiki/Help:Wikitable | http://en.m.wikipedia.org/wiki/Help:Wikitable | ||
** the style=" " tag needs to go before the pipe character "|" | |||
** <nowiki> style="somemark up code"|1||2||3 would apply it for the whole row </nowiki> | |||
** <nowiki> |1|style="somemark up code"|2||3 would only apply it in the cell containing 2 </nowiki> |
Revision as of 16:22, 21 January 2011
- Nudge... please flip back to your tfc screen a moment... - Cordir
- Thanks for contributing! Tynian 06:12, 19 January 2011 (MST)
- Hi Soloban! I was wondering if I could pick your brain some time for some tips/tricks/hints on wiki editing, as I'm a total newb at this... Cordir 12:29, 21 January 2011 (MST)
- sure no problem. I should be on around 6pm EST - Soloban
- How do you make text align at the TOP of a Table Row? Cordir
- Try this for example. Click edit page to see the mark up. Its just like HTML.
My row header | My row header 2 | My row header 3 |
---|---|---|
1 | 2 | 3 |
-- Soloban
http://en.m.wikipedia.org/wiki/Help:Wikitable
- the style=" " tag needs to go before the pipe character "|"
- style="somemark up code"|1||2||3 would apply it for the whole row
- |1|style="somemark up code"|2||3 would only apply it in the cell containing 2