Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Article Formatting tips for CodeProject

0.00/5 (No votes)
26 Feb 2015 1  
Some tips and tricks to help you format your articles and tips simply and consistently.

Introduction

When posting an article on CodeProject we want you to focus on your article's content, not on fancy HTML and CSS tricks. The simpler and cleaner the layout, the easier it is for your readers to consume your work.

With this in mind we've put together some simple rules, guidelines and tricks to help make your life a little easier.

The Motivation

We want the experience of reading an article on CodeProject to be a consistent one. From article to article the layout, styles and formatting should be reasonably uniform in order to make it easy to read.

We also need the freedom to update our stylesheets occasionally, and so sticking to a few simple rules and guidelines allows your articles to maintain current styling without breaking or looking...odd.

The Rules

  1. Stick to HTML conventions and use HTML tags as they were meant to be used.

    If you use BLOCKQUOTE to indent text then you're assuming the BLOCKQUOTE tag actually indents text on all browsers, and you're also assuming we haven't used CSS to add quote marks or other shenanigans to the output. Use a styled DIV if you wish to indent,

    Similarly, use P tags to denote paragraphs. Please don't use BR tags to break paragraphs.
     
  2. Use simple HTML only.

    By this we mean: stick to the simplest, cleanest HTML possible. Use B or STRONG to make text bold, use CODE tags to outline inline code, and PRE to wrap codeblocks. Don't wrap everything in SPAN blocks with crazy styles: our online editor (and our human editors) will most likely strip it all out.
     
  3. No active content such as Javascript or Flash

    You won't have permission to add this to your articles anyway. It's a security risk (and potentially annoying to readers). However: if you have a compelling reason you want to have live Javascript in your articles then contact us and we can make exceptions. 

The Guidelines

  1. Where possible stick to using our predefined classes when styling HTML elements instead of using inlined styles.
    • SPAN elements can use the filename, command, error, success, and failure classes. e.g.
      <span class="command">Save File</span>
    • TABLE elements use the simple, themed, grid, feature and spaced classes. Take note of the use of THEAD elements.
      <table class="simple" cellspacing="0" cellpadding="0">
      <thead>
      <tr><td>Col 1</td><td>Col 2</td><td>Col 3</td></tr>
      </thead>
      <tbody><tr><td>1</td><td>2</td><td>3</td></tr>
      <tr><td>A</td><td>B</td><td>C</td></tr>
      </tbody></table>

      Result:

      Col 1 Col 2 Col 3
      1 2 3
      A B C
      <table class="themed" cellspacing="0" cellpadding="0">
      <thead>
      <tr><td>Col 1</td><td>Col 2</td><td>Col 3</td></tr>
      </thead>
      <tbody><tr><td>1</td><td>2</td><td>3</td></tr>
      <tr><td>A</td><td>B</td><td>C</td></tr>
      </tbody></table>

      Result:

      Col 1 Col 2 Col 3
      1 2 3
      A B C
      <table class="feature" cellspacing="0" cellpadding="0">
      <thead>
      <tr><td>Col 1</td><td>Col 2</td><td>Col 3</td></tr>
      </thead>
      <tbody><tr><td>1</td><td>2</td><td>3</td></tr>
      <tr><td>A</td><td>B</td><td>C</td></tr>
      </tbody></table>

      Result:

      Col 1 Col 2 Col 3
      1 2 3
      A B C
      <table class="grid" cellspacing="0" cellpadding="0">
      <thead>
      <tr><td>Col 1</td><td>Col 2</td><td>Col 3</td></tr>
      </thead>
      <tbody><tr><td>1</td><td>2</td><td>3</td></tr>
      <tr><td>A</td><td>B</td><td>C</td></tr>
      </tbody></table>

      Result:

      Col 1 Col 2 Col 3
      1 2 3
      A B

       
    •  DIV elements you can use the following:
      <div class="callout">This is a callout</div>
      This is a callout
      <div class="sidebar-left">This is a left-sidebar</div>
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse commodo arcu eget scelerisque ultricies. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut erat nisl, faucibus eleifend ultricies sit amet, aliquam vitae velit. Nunc feugiat gravida convallis. Ut quis odio rhoncus, facilisis quam at, aliquet velit. Aliquam nec bibendum nulla, quis sollicitudin felis. Maecenas vitae auctor augue, consequat placerat odio. Mauris ac vulputate nisi. Morbi quis enim aliquam, iaculis eros non, vulputate nibh
       
      <div class="sidebar-right">This is a right-sidebar</div>
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse commodo arcu eget scelerisque ultricies. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut erat nisl, faucibus eleifend ultricies sit amet, aliquam vitae velit. Nunc feugiat gravida convallis. Ut quis odio rhoncus, facilisis quam at, aliquet velit. Aliquam nec bibendum nulla, quis sollicitudin felis. Maecenas vitae auctor augue, consequat placerat odio. Mauris ac vulputate nisi. Morbi quis enim aliquam, iaculis eros non, vulputate nibh
      <div class="sidebar">This is a sidebar (no float or outer text wrapping)</div>
      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse commodo arcu eget scelerisque ultricies. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Ut erat nisl, faucibus eleifend ultricies sit amet, aliquam vitae velit. Nunc feugiat gravida convallis. Ut quis odio rhoncus, facilisis quam at, aliquet velit. Aliquam nec bibendum nulla, quis sollicitudin felis. Maecenas vitae auctor augue, consequat placerat odio. Mauris ac vulputate nisi. Morbi quis enim aliquam, iaculis eros non, vulputate nibh
       
    • A elements can use the external class to indicate a link to an outside source:
      <a class="external" href="http://www.google.com">Remember to search first, then ask.</a>

      Remember to search first, then ask

  2. Reduce or eliminate additional spacing or padding around elements

    Spacing around elements should be left to our stylesheets to manage. There are exceptions, though such as when you want to control spacing around floating elements. 

    To eliminate spacing use class="tight" on elements, and to provide standard spacing use class="spaced".
     
  3. Ensure elements are less than 700px wide.

    Otherwise elements in your article will either not fit on all screens or will have scrollbars added to them.
     
  4. Keep codeblocks as small as possible

    No one needs to wade through 1,000 lines of inlined code. Edit out the bits that aren't directly relevant to the explanation. The code will be available in your code download, so no need to repeat yourself.

The Tips and Tricks

  • Multiple language versions of the same code

    When including code samples within the article text you can provide the same code sample in multiple languages and have them displayed as a neat set of tabs, one tab per language. To do this, post your code samples one after the other, then wrap all the in a DIV with class "code-samples". e.g..
    <div class="code-samples">
    <pre lang="C#">
    ...
    // some C# code
    ...
    </pre>
    <pre lang="VB.NET">
    ...
    ' some VB code
    ...
    </pre>
    </div>

    This will result in

    ...
    // some C# code
    ...
    ...
    ' some VB code
    ...

     
  • Adding line counts to code blocks

    When including code samples you can have line numbers automatically included be adding linecount="on" to the PRE tag. If you want to start the numbering at a specific line, use countstart="<start>", and to set the line count increment use countincrement="<increment>". eg
    <pre lang="aspnet" linecount="true">
    or
    <pre lang="vb" linecount="true" countstart="10" countincrement="10"> 

    This will result in

     10  PRINT "HELLO WORLD"
     20  GOTO 10	
    

     
  • Using LaTeX in your articles

    You can use MathML or TeX in your articles via MathJax. 

    Enclose your mathematics within a tag of class "math" and use $...$ to wrap equation blocks and  \(...\) to wrap inline equations.  eg <div class="math">$...$</div>, and wrap an inline equation with <span class="math">\(...\)</span>.

    For example:
    <div class="math">
    $\begin{aligned}
    \dot{x} & = \sigma(y-x) \\
    \dot{y} & = \rho x - y - xz \\
    \dot{z} & = -\beta z + xy
    \end{aligned}$
    </div> 
    will render as
    $\begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{aligned}$

    and

    The solution is <span class="math">\(y = x^2 \hbox{ when x > 2}\)</span>

    will render as

    The solution is \(y = x^2 \hbox{ when x > 2}\)

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here