Basic HTML for our forum boards.

Motivated by this thread I thought I'd publish a list of the basic HTML codes that you can use on CB to make your forum experience a little more enjoyable.
If you're like me and forget what codes to use then perhaps the basic list below will help as a reference point. You'll always find it under the community link in the news section.

--

INSERT HYPERLINK
================
<a href="INSERT URL HERE">ENTER LINK NAME</a>
<a href="INSERT URL HERE" Title= "POP UP NAME HERE">(ENTER LINK NAME)</a>

OPEN HYPERLINK IN NEW WINDOW
============================
<a target="_blank" href="INSERT URL HERE">ENTER LINK NAME</a>

INSERT IMAGE
============
<img src="INSERT URL HERE">
<img src="INSERT URL HERE" align="bottom" width="480" height="480">
Enter estimated width and height paramaters using submit on your forum post to check how it looks. Use the back button to change the paramaters until you find a width and height that both fits the page, and still looks good.

INSERT IMAGE CENTRALISED
========================
<div align="center"><img src="INSERT URL HERE"</div>

ALIGN ENTRY
===========
<div align="center">ENTER TEXT</div>

ORDERED LIST POINTS
===================
<ul><li>ENTER TEXT</ul> = Bullet Points

<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>

COLOUR
======
<span style="color:blue;">ENTER TEXT</span>
Examples of colours to use are red, blue, orange.

ITALIC
======
<i>TEXT</i>

BOLD
====
<b>TEXT</b>

LARGE TEXT
==========
<h1>TEXT</h1>
<h2>TEXT</h2>


HTML SPECIFIC TO CB FORUM BOARDS
================================
<nospellcheck> No spell check tags </nospellcheck>


LINKING OF YOUTUBE VIDEOS
================================
<youtube>http://www.youtube.com/watch?v=etc</youtube>

Posted by AdminG Beee