Wiki Code Cookbook: Difference between revisions

From Portland NET Wiki
Line 134: Line 134:


==== Setting table width by pixel ====
==== Setting table width by pixel ====
Same as the above, except you notate the percentage as the number of pixels instead.
Same as the above, except you notate the percentage as the number of pixels instead. In this case, we'll set to 500 pixels.
<pre>
{| class="wikitable" style="width: 500;"
{| class="wikitable" style="width: 500;"
|+
|+