User talk:Soloban
Jump to navigation
Jump to search
- 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