Category talk:Privateer 2: The Darkening

The Terran Knowledge Bank
Revision as of 04:34, 20 July 2011 by AD (talk | contribs)
Jump to: navigation, search

The copy section looks all funky with the blurbs not lining up correctly. Is there a way to make them look cleaner? I'm guessing the layout is from the original source. --Dundradal 14:44, 19 July 2011 (CDT)


Tables default to text being centered in the vertical alignment. Some text stuff can be fixed adding a style line to the top of table code, with the exception of vertical alignment, which you apparently have to specify on each line of the table so you would add something like valign to the start of each row as follows:

{|
|- valign="top"
|
|
|-
|
|
|}

--AD 23:34, 19 July 2011 (CDT)