Submit a Tutorial
If you would like to submit a tutorial for inclusion, please follow the instruction below. You must submit a real tutorial. I will not accept the following types of web pages; home pages, portal pages, or links only web pages.
Copyright: you must be the author of the tutorial. I will not accept tutorials that are copyright protected. This rule also applies to submitted images, I will not accept images that are copyright protected.
Permissions: by submitting a tutorial you are giving me your permission to upload your tutorial to the domain computerbasicsandbeyond.com. All tutorials can include a credit to the author, and the author's web address.
Download submit_tutorial.zip
To begin, download submit_tutorial.zip and save it to you hard drive. This file contains a submit_tutorial.html page and our green.css stylesheet. The submit_tutorial.html page is a blank .html page (like this page) with a place for "Your Tutorial Title" , "Tutorial H3 - H5 Title" and text space for your tutorial under each Title.
If you need a free decompression utility to unzip the submit_tutorial.zip file with FreeZip is recommended.
Editing your submit_tutorial page
The .html page only supports XHTML with external CSS stylesheets. You are not allowed to include PHP, JavaScript or any other code type. You can add images to your tutorial. The image size limit per tutorial is 40kb. If it's a little over the limit try compressing (Spinwave) the image size. If it's still a bit over that will be acceptable.
Don't edit above <div id="maincenter"> or below <div class="lnkbox">, doing so will cause the .html page to display incorrectly. If you have questions or need editing help, visit our Support Forum or Contact Us.
Start by editing h2,
open the submit_tutorial.html page in your text editor and look for h2.
<h2>Your Tutorial Title</h2>
Replace Your Tutorial Title with the title for your new tutorial. Note; h2 is the title in orange.
Making paragraphs,
to start a paragraph add<p>and then your text. To end your paragraph add</p>after your text.
Making text bold,
to make text bold add<strong>add your text, and then add</strong>after your text.
h3 - h5 title options,
Heading titles are used to build an outline of a document. Tutorial pages can have up to 4 heading titles. Heading titles have a green underline, and must be used in order ( h2, h3, h4, h5 ).
To add a heading title, start with<h3>add your heading title and end with</h3>. Remember to replace the number 3 with the proper order number.
Adding images to your tutorial,
Images can be positioned to the left by adding
<img src="image name.gif .jpg or .png" class="tutimgl" alt="image description" />
before the<p>in a paragraph only.Images can be positioned to the right by adding
<img src="image name.gif .jpg or .png" class="tutimgr" alt="image description" />
before the<p>in a paragraph only.