Template talk:Theory Policy
From Lostpedia
Template is too long
Can somebody shorten this and add the details to LP:TP ? The 6 bullet points, and 2 sub-bullet points are very long, and it makes it difficult to add supporting pictures to theory pages. I also suspect people are not reading all the rules, because there are too many of them. Ideally, this template should just show the most important 3-4 rules, and all the details would be on the main LP:TP page. -- Dagg talk contribs4 8 09:04, 25 March 2007 (PDT)
Double floats
There is a slight problem with the HTML code of this template, which causes the whole Theory Policy box to shift outside the main content area (denoted by <div id="wikia_page">).
The problem is that 2 floats are applied to the box's HTML table code:
<table width="180" align="right" style="margin: 0em 0em 1em 1em; display: block; float: right;">
The parts align="right" and style="float: right;" have the same effect and only one would suffice. The two together are pushing the box too far to the right, which causes a horizontal scroll bar at the bottom of every theory page.
Hope someone can "fix it". ;) --Iimitk 06:47, 20 February 2009 (UTC)
- Fixed(?) Robert K S (talk) 21:23, 22 February 2009 (UTC)
- No. Actually it looks like keeping the
align="right"and removing the float fixes it. Iimitk 21:34, 22 February 2009 (UTC)
