Help:Table/Width: Difference between revisions

Content deleted Content added
__TOC__
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