Wiki Code Cookbook: Difference between revisions
From Portland NET Wiki
| Line 135: | Line 135: | ||
==== 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. | ||
{| class="wikitable" style="width: 500;" | |||
|+ | |||
!Column 1 | |||
!Column 2 | |||
!Column 3 | |||
!Column 4 | |||
|- | |||
|Info 1 | |||
|Info 2 | |||
|Info 3 | |||
|Info 4 But the content here is longer. | |||
|} | |||
</pre> | |||
This gets you: | |||
{| class="wikitable" style="width: 500;" | |||
|+ | |||
!Column 1 | |||
!Column 2 | |||
!Column 3 | |||
!Column 4 | |||
|- | |||
|Info 1 | |||
|Info 2 | |||
|Info 3 | |||
|Info 4 But the content here is longer. | |||
|} | |||
== Media Embeds == | == Media Embeds == | ||
