Changes

Jump to: navigation, search

Editing help

872 bytes added, 18:20, 24 July 2010
Standard images layout
== Standard images layout ==
The individual beer garden pages typically have one large image and three smaller ones below. These are placed in a 600 pixels wide table. The table is using wiki markup with some added styling to create the same margins between imagesand table cells. For The first table cell with the large image spans three columns below which can have one or more rows. This is an example:of one large image with six smaller images in two rows below
<nowiki>{| class="imageTable"
|}
</nowiki>
 
Additional information on how to produce various table layouts:
 
* http://www.mediawiki.org/wiki/Help:Tables#With_HTML_attributes_and_CSS_styles
* http://meta.wikimedia.org/wiki/Help:Table#Combined_use_of_COLSPAN_and_ROWSPAN
 
Alternatively, standard HTML table syntax can be used by those who are familar with and prefer to use HTML coding. A simple single row table with three small images like the previous example can be done as follows:
 
<nowiki><table class="imageTable"><tr>
<td>[[File:Hofbrauhaus-Keller Freising 019.jpg|196px]]</td>
<td>[[File:Hofbrauhaus-Keller Freising 017.jpg|196px]]</td>
<td>[[File:Hofbrauhaus-Keller Freising 016.jpg|196px]]</td>
</table></nowiki>
== Table of Contents ==

Navigation menu