Difference between revisions of "Template:Ambox/sandbox"
Jump to navigation
Jump to search
blackwiki>Davidgothberg (Trying a 1px padding in the image cell for "image=none" to see if that solves the flow problem. Oddly enough identical code in {{Imbox/test1}} does not have the problem.) |
blackwiki>Davidgothberg (Last one worked. Changing to "0px" (not just "0")and adding a blank space between the td tags.) |
||
| Line 14: | Line 14: | ||
<tr> | <tr> | ||
{{#ifeq:{{{image|}}}|none | {{#ifeq:{{{image|}}}|none | ||
| − | | <!-- No image. Empty cell necessary for text cell to have 100% width --><td style="border: none; padding: | + | | <!-- No image. Empty cell necessary for text cell to have 100% width --><td style="border: none; padding: 0px;"> </td> |
| <td class="ambox-image"><div style="width: 52px;"> | | <td class="ambox-image"><div style="width: 52px;"> | ||
{{#ifeq:{{{image|}}}|blank | {{#ifeq:{{{image|}}}|blank | ||