Text content and markup


The Text box contains the main text of your subject's web page.  It can consist of simple plain text, or you may include some limited markup in it.  The markup you will need the most is the para break (remember, para breaks in plain text are ignored by HTML).

To insert a para break, place a '##para' on a separate line in the text, like so:

...    
blah.... blah.. end of this paragraph.
##para
This is start of new paragraph.
...

To insert a sub-section header, put the section header text between ##sect and ##para, like so:

blah.... blah.. end of this section.
##sect
Build details
##para
This is start of new para.

HTML markup in Text

Read this section only if you wish to pretty up your page with HTML markup and are familiar with HTML  - the language, not the editors.

You can also insert any HTML markup in your text that can appear in the <body> element.  Note however, that certain tags such as <p> may conflict with the tags generated by the application.

Do not insert any relative URIs that rely on the organization of the pages in the gallery.  The admin may move your subject around to re-organize your booth (eg, to split the "British models" into "RAF", "Sopwith", and "other british").  Absolute URI are okay.  Intra-page URI using Anchors should also be fine.  Definitely do not include any inline images (<IMG>) or links to your images.

The application uses an HTML 'template' to give a common look-and-feel to all your pages. If you wish to design your own template, please contact the admin for instructions.