Content 2.0 for HTML Uploaders

If you upload your own HTML pages, SBI! needs you to create a special Content 2.0 utility template page that we will use to display the Content 2.0 Thank You page, your visitors' submissions, comments pages, comments Thank You pages, and other related pages.

This utility page should be a simple clean template with your Look and Feel, your navigation, and special tags that SBI! will recognize and replace with the appropriate HTML code or text. Do not over-complicate or over-customize this page! SBI! will be using it as a base template for a variety of pages that may not fit well with any special wording, images, etc., so...

Keep it clean and simple.

Note: If you do not upload this Content 2.0 utility template, SBI! will use the default Look & Feel from the Look & Feel selector for all of these pages. They may not match your site, which is not very professional! If you're using a Transition Template based on an SBI! template you used with SiteBuilder, you won't have this mismatch.

Creating Your Content 2.0 Utility Template

In order for SBI! to recognize and use this utility template for Content 2.0, you must follow these simple rules...

Directions for Use
  • Open your site's template, or open the HTML file for an existing page and strip out the content.
  • Add ***c2-head*** (lower case only -- no CAPS) to the <head> section of the file. Remove the <title></title>, <META description> and <META keyword> tags.
  • Remove everything from the content column, from the Include tag just above the <h1> headline tag, all the way down to just above the ***z-above-socializeit.shtml*** tag.
  • Paste ***c2-content*** (lower case only -- no CAPS) into the <body> section of the file.
  • Save the file as
    sbi-c2-template.html (lower case only -- no CAPS).

These are options...

When finished, go to the Upload Your Own HTML tool and upload the template page as you would any other HTML page.

Step by Step

1. Create a shell.

anguilla-beaches.com screenshotThere are three options for creating your Content 2.0 utility template page.

Whichever option you choose, this template page can include images (either new or existing) but make sure that it's a very clean, simple and generic page. Do not add anything specific to a particular invitation (ex., headlines, pictures, etc.) as SBI! will be using it to display Thank You pages, ALL of your submissions, comments pages, and comments Thank You pages. Having specific information will look out of place.

Important

The template cannot contain AdSense ad code. The template is used for Thank You pages. Displaying ads on these pages is a violation of the AdSense Terms of Service.

Click on Save As and save the utility page with the name sbi-c2-template.html (lower case only -- no CAPS).

2. Add the required ***c2-head*** tag (lower case only -- no CAPS) to the <head> of your template page, before the CSS stylesheet reference (if you use one), and remove the other tags.

Go into the source view of your template page (if you're using a WYSIWYG editor) and in the head of your document add the ***c2-head*** tag.

template head section

Then remove these tags from the head section of your template page...

SBI! will be adding those automatically with the appropriate information based on what the utility page is being used for. Remember -- this is a utility template page; it will be used for more than one purpose.

3. Add the required ***c2-content*** tag (lower case only -- no CAPS) to the body of your template page.

Go into the source view of your template page (if you're using a WYSIWYG editor) and in the body section of the document (below the <body> tag), add the ***c2-content*** tag where you would normally put your headline, content, etc.

template body section

Remember that if you're enclosing ***c2-content*** within a table or div, there must be at least 500px of horizontal space for SBI! to fill in your Content 2.0 content.

4. Change relative URLs to absolute URLs.

Your Thank You pages, built submission pages, comment pages, and comment Thank You pages are not served from your root folder. So relative URLs will display broken images and links. Before you upload and build the template, switch all relative internal URLs to absolute. For example...

<link rel="stylesheet" href="support-files/standard.css" type="text/css" media="screen">

must be changed to...

<link rel="stylesheet" href="http://www.your-domain-name.com/support-files/standard.css" type="text/css" media="screen">

5. Upload and build your template page and you're done.

Before uploading the file, click on the No button beside "Include This Page in your RSS/Blog It! feed?". If you don't, this template will be added to your RSS feed and to your Blog It! page.

Ignore the error message warnings and continue building the page.

Reminders

Tips