Template talk:Partnership-Layout
25 August 2025
Remove: cellspacing="8" cellpadding="0".
Add: under style="" put box-sizing: border-box; padding: 0; border-spacing: 8px;
Reason: cellspacing and cellpadding have been deprecated and are obsolete. The cellspacing attribute is replaced by the border-spacing properties defined on the parent <table> element ({| in wikitext). The cellpadding is replaced by the padding property on the <td> element. box-sizing so 100% is width of content area + width of border + padding. And not 100% + width of border + padding and then it runs the 100% width of page. Waddie96 (talk) 03:58, 25 August 2025 (UTC)
- Here are the changes: (also put
{{{class|}}}
Waddie96 (talk) 23:09, 4 September 2025 (UTC)− <noinclude>{|</noinclude>cellspacing="8"cellpadding="0"style="width:100%;clear:both;text-align:center;margin:0.5emauto;background-color:var(--background-color-interactive-subtle,#f9f9f9);color:inherit;border:2px solid var(--border-color-muted,#e0e0e0);{{{style|}}}"dir="{{#dir:{{{lang|{{int:lang}}}}}}}"lang="{{{lang|{{int:lang}}}}}"class="layouttemplatepartnershiptemplate"role="presentation"<noinclude>+ <noinclude>{|</noinclude>style = "width:100%; clear: both; text-align: center; margin: 0.5em auto; background-color: var(--background-color-interactive-subtle, #f9f9f9); color: inherit; border: 2px solid var(--border-color-muted, #e0e0e0); {{{style|}}}" dir = "{{#dir:{{{lang|{{int:lang}}}}}}}" lang = "{{{lang|{{int:lang}}}}}" class = "layouttemplate partnershiptemplate {{{class|}}}" role = "presentation"<noinclude>
Done —Matrix(!) ping onewhen replying {user - talk? - uselesscontributions} 18:32, 22 December 2025 (UTC)