Category talk:Privateer 2: The Darkening: Difference between revisions
The Terran Knowledge Bank
(Created page with "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. --~~~~") |
No edit summary |
||
Line 1: | Line 1: | ||
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. --[[User:Dundradal|Dundradal]] 14:44, 19 July 2011 (CDT) | 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. --[[User:Dundradal|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: | |||
<nowiki>{| | |||
|- valign="top" | |||
| | |||
| | |||
|- | |||
| | |||
| | |||
|}</nowiki> | |||
--[[User:AD|AD]] 23:34, 19 July 2011 (CDT) |
Revision as of 04:34, 20 July 2011
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)