Blitzed.org

Skip navigation, go direct to content

Blitzed.org - Submitting A Page To Blitzed

If you spot an area we haven't covered on the Blitzed Website, why not make a page yourself? We welcome any additional content from Blitzed users and would be more than happy to add it if it's useful.

When making a page for the Blitzed website, there are a few basic guidelines to follow:

In general, the page will need to fit into the Blitzed template. To do this, we use two bits of code at the top and bottom of each page. At the top, write:

<?php include("top.phtml");

Next, we need to give the page a title:

blitzed_title("Blitzed.org - Your Title Goes Here"); ?>

Once that's out of the way, you can start writing your content!

We like to stick to our policy of valid XHTML. Making the switch from HTML to XHTML is simple; all you have to do is make sure each <tag> is closed. For example:

<a href="http://www.blitzed.org/">Click Here</a>
<img src="image.png" alt="Image" /> <!-- The above <a> and <img> tags are valid XHTML, as they have closing tags -->

If you're still unsure, you can view the source of any page on our website to get the idea.

Standard ways of breaking up your document are as follows:

<p>paragraph text</p>   <!-- Paragraph -->
<br />   <!-- New Line -->

Remember to finish off a document with:

<?php include("bottom.phtml"); ?>

- this puts the official footer at the bottom of your page.

Once you've made a page, you can submit it to the Web team for approval, and, if accepted, your document will be on the site as soon as possible.

Please note that any content used on the site becomes copyright of the Blitzed IRC Network. However, we will credit you for anything you submit.

Maintained by The Web Team