Wiki Code Cookbook: Difference between revisions

From Portland NET Wiki
Line 96: Line 96:
</br>
</br>
</br>
</br>
== Table Adjustments ==
=== Setting table width ===
If you use a table but do not set a width, it can take up all the horizontal space available to it. That's not ''bad'' exactly, but it might look bad and/or defeat the purpose of having a table in the first place. You can control a table's width by assigning it a percentage of the screen's horizontal space, or by pixels.
==== Setting table width by percentage ====
Let's say you do not want a table to extend beyond 25% of the screen's width. You would mark that up as:
== Media Embeds ==
== Media Embeds ==
One of the things that makes this Wiki so effective for PBEM volunteers is that article writers can embed video, images, and file for downloads.
One of the things that makes this Wiki so effective for PBEM volunteers is that article writers can embed video, images, and file for downloads.