Content deleted Content added
Timeshifter (talk | contribs) __TOC__ |
Timeshifter (talk | contribs) CSS max-width does not work for overall table width |
||
Line 36:
{| class=wikitable style=width:40em
|-
! Left !! Center !! Right
|-
| Top left cell || Top center cell || Top right cell
|-
| Middle left cell || Middle center cell || Middle right cell
|-
| Bottom left cell || Bottom center cell || Bottom right cell
|}
== CSS max-width does not work for overall table width ==
'''Overall table width attempted via max-width:'''
:<code>{| class=wikitable style="max-width:50em;"</code>
{| class=wikitable style="max-width:50em;"
|-
! Left !! Center !! Right
|