<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3590066289150290002</id><updated>2011-12-06T03:24:02.990-08:00</updated><category term='images'/><category term='text-size'/><category term='line-break'/><category term='special-coding'/><category term='smilies'/><category term='HTML'/><category term='lists'/><category term='style-n-weight'/><category term='fonts'/><category term='colors'/><category term='alignment'/><category term='advanced'/><category term='general'/><category term='links'/><category term='quoting'/><category term='basics'/><category term='code-boxes'/><title type='text'>Learn Forums bbCode Secrets</title><subtitle type='html'>Lessons on how to manipulate bbCode, the code used to format posts in forums</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>39</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6951624591099823624</id><published>2007-12-07T13:11:00.000-08:00</published><updated>2007-12-07T15:15:40.214-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><category scheme='http://www.blogger.com/atom/ns#' term='lists'/><title type='text'>Ordered &amp; Unordered Lists - Basics - HTML Text Formating Part 6</title><content type='html'>The good things all come to an end, &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html"&gt;the talk about HTML markup in bbPress&lt;/a&gt; powered forums is coming to its end with this post then the second part of it presenting how to create lists ...&lt;br /&gt;&lt;br /&gt;As I said before &amp;amp; I'm repeating (because I know some of you would read some posts &amp;amp; not the others), HTML tags don't serve only in bbPress forums but are used by web devolopers / masters / designers all over the Internet unlike bbCode used only in some forums &amp;amp; whose tags are inspired from HTML.&lt;br /&gt;&lt;br /&gt;Will finish with the tags used to create lists &amp;amp; they are three:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;ul&lt;/span&gt; - for simple unordered lists&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;ol&lt;/span&gt; - for ordered numeral lists&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;li&lt;/span&gt; - short for "list item" which means that this tag wraps &amp;amp; designates the items in the lists (ordered or unordered).&lt;br /&gt;&lt;br /&gt;These tags have similar use we already saw of &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-create-simple-bulleted-lists.html"&gt;[list] &amp;amp; [*] tags in bbCode&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As usual it's all about "wrapping", each of the three tags has an opening &amp;amp; an ending part: &lt;span style="font-weight: bold;"&gt;opening:&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;tag&amp;gt;&lt;/span&gt; - &lt;span style="font-weight: bold;"&gt;ending:&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/tag&amp;gt;&lt;/span&gt;, notice how the ending part has an extra character "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;/&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;You'll have to wrap each element in your "future list" with &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;  ...&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;, then according to what type of list you want to use (ordered or not), you wrap all the items with &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;ol&amp;gt;&lt;/span&gt; ... &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/ol&amp;gt;&lt;/span&gt; or &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;ul&amp;gt;&lt;/span&gt; ... &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;First an unordered list:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;lt;ul&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;li&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;gt;&lt;/span&gt;Item One&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;/li&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;li&amp;gt;Item Two&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;Item Three&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;/ul&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;or even in one line:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Item One&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Item One&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Item One&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Will be this in the final message:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Item One&lt;/li&gt;&lt;li&gt;Item Two&lt;/li&gt;&lt;li&gt;Item Three&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Now an ordered list using the &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;&amp;lt;ol&amp;gt;&lt;/span&gt;&lt;span style="color: rgb(51, 204, 0);"&gt; tag:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;lt;ol&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;li&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;gt;&lt;/span&gt;Item One&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;/li&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;li&amp;gt;Item Two&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;Item Three&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;/ol&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;The result is:&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Item One&lt;/li&gt;&lt;li&gt;Item Two&lt;/li&gt;&lt;li&gt;Item Three&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;Rest some advanced tricks to create sub-lists, we'll see that next :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6951624591099823624?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6951624591099823624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6951624591099823624' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6951624591099823624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6951624591099823624'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/12/ordered-unordered-lists-basics-html.html' title='Ordered &amp; Unordered Lists - Basics - HTML Text Formating Part 6'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-1882901052568700369</id><published>2007-11-20T02:53:00.000-08:00</published><updated>2007-11-20T03:12:59.350-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='style-n-weight'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>Italic &amp; Bold in bbPress - HTML Text Formating Part 5</title><content type='html'>In the series I started on &lt;a href="http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html"&gt;bbPress powered forums posts formatting&lt;/a&gt;, let's continue with the different tags used for that, as I said previously, most of those tags are basic HTML tags, used in all the web pages across the Internet.&lt;br /&gt;&lt;br /&gt;First let's see the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;em&lt;/span&gt; tag, &lt;span style="font-style: italic;"&gt;em&lt;/span&gt; is short for &lt;span style="font-style: italic;"&gt;emphasis&lt;/span&gt; &amp;amp; this tag is used to make the text &lt;span style="font-style: italic;"&gt;italic&lt;/span&gt;, same as the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-posts-formatting-bold.html"&gt;[I] tag we saw with bbCode&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The use of the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;em&lt;/span&gt; tag is simple, it has a starting part "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;em&amp;gt;&lt;/span&gt;" &amp;amp; an ending part "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/em&amp;gt;&lt;/span&gt;" (notice the forward slash "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;/&lt;/span&gt;" in the second part), both used to wrap the text we want to make &lt;span style="font-style: italic;"&gt;italic&lt;/span&gt;. (we'll see an example below).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another tag is the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;strong&lt;/span&gt; tag, this one makes the text wrapped &lt;span style="font-weight: bold;"&gt;strong&lt;/span&gt; or &lt;span style="font-weight: bold;"&gt;bold&lt;/span&gt;, it's like the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-posts-formatting-bold.html"&gt;[B]  tag in bbCode&lt;/a&gt;. Same as the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;em&lt;/span&gt; tag &amp;amp; most of other HTML &amp;amp; bbCode tags, the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;strong&lt;/span&gt; tag has an opening part "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;strong&amp;gt;&lt;/span&gt;" &amp;amp; an ending part "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/strong&amp;gt;&lt;/span&gt;" to wrap the text.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;em&amp;gt;&lt;/span&gt;This text is italic&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/em&amp;gt;&lt;/span&gt; &amp;amp; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;strong&amp;gt;&lt;/span&gt;this is bold&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/strong&amp;gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Will look like this in your formatted message:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;This text is italic&lt;/span&gt; &amp;amp; &lt;span style="font-weight: bold;"&gt;this is &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;bold&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;You can combine the two tags to get your text &lt;/span&gt;&lt;span style="font-style: italic; font-weight: bold; color: rgb(51, 204, 0);"&gt;italic&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt; AND bold:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;strong&amp;gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;em&amp;gt;&lt;/span&gt;This text is italic &amp;amp; bold&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/em&amp;gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/strong&amp;gt;&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Notice how I closed last the tag I opened first, that's very important.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; font-style: italic;"&gt;This text is italic &amp;amp; bold.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-1882901052568700369?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/1882901052568700369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=1882901052568700369' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1882901052568700369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1882901052568700369'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/11/italic-bold-in-bbpress-html-text.html' title='Italic &amp; Bold in bbPress - HTML Text Formating Part 5'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-3216507191276756736</id><published>2007-11-03T08:22:00.000-07:00</published><updated>2007-11-03T12:26:33.588-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='code-boxes'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>Display Codes in bbPress - HTML Text Formating Part 4</title><content type='html'>Let's continue what we started in &lt;a href="http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html"&gt;this post&lt;/a&gt; &amp;amp; see more tags &amp;amp; markup for use in HTML &amp;amp; on bbPress powered forums.&lt;br /&gt;&lt;br /&gt;The code tag is used to display codes in posts (HTML, Javascript, PHP, etc), its function is similar to the use of the &lt;a href="http://learn-bbcode.blogspot.com/2007/10/insert-codes-into-your-posts.html" target="_blank"&gt;[code] tag in bbCode&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;There are two options to wrap the codes, the first is by using the &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;code&amp;gt;&lt;/span&gt; tag, &amp;amp; the second uses the back ticks "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;", it's better to use these last because the first tag is a HTML tag, &amp;amp; as you'll going to use it to wrap "HTML", some conflicts may occur; in the other hand the back ticks "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;" are used as special coding in bbPress forums, in fact they they are not part of HTML markup.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Let's see an example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;code&amp;gt;&lt;/span&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;!-- alert("Hello world!"); //--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;/code&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(notice the forward slash "&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;/&lt;/span&gt;" in the last part)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;or&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;!-- alert("Hello world!"); //--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;would look:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;&amp;lt;!-- alert("Hello world!"); //--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now let's suppose the code you want to insert contains the &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;code&amp;gt;&lt;/span&gt; tag in it, that would lead to a conflict &amp;amp; an error in the final message, that's why it's better to use the "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;" instead ... example:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;code&amp;gt;&lt;/span&gt;&amp;lt;code&amp;gt;&amp;lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" /&amp;gt;&amp;lt;/code&amp;gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;/code&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Would look like this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="overflow: auto;"&gt;&lt;code&gt;&amp;lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" /&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;The second &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;lt;code&amp;gt;&lt;/span&gt; tag was omitted, but &lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;if you use the back ticks instead:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;&amp;lt;code&amp;gt;&amp;lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" /&amp;gt;&amp;lt;/code&amp;gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;The result would be this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&amp;lt;code&amp;gt;&amp;lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" /&amp;gt;&amp;lt;/code&amp;gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-3216507191276756736?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/3216507191276756736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=3216507191276756736' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/3216507191276756736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/3216507191276756736'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/11/display-codes-in-bbpress-html-text.html' title='Display Codes in bbPress - HTML Text Formating Part 4'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-7553681401462449543</id><published>2007-10-28T07:24:00.000-07:00</published><updated>2007-10-28T09:37:32.489-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='line-break'/><category scheme='http://www.blogger.com/atom/ns#' term='quoting'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>Blockquote &amp; Line Break Markups - HTML Text Formating Part 3</title><content type='html'>In this third part on &lt;a href="http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html"&gt;bbPress posts formatting&lt;/a&gt; based on HTML, I will continue with the use of HTML markups &amp;amp; tags,&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;blockquote tag - quoting text&lt;/h3&gt;&lt;br /&gt;The &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;blockquote&amp;gt;&lt;/span&gt; tag has the same use that has the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-quote-messages-of-other-posters.html" target="_blank"&gt;[quote] tag in bbCode&lt;/a&gt;, it formats the text wrapped by it so that it appears different from the rest of the post; that's usually done to let the reader know the text formatted that way is taken from another post or any other place (a "quoted" text).&lt;br /&gt;&lt;br /&gt;The use of the tag is as simple as wrapping the text needed to appear quoted, &lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;so that this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Einstein said:&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;blockquote&amp;gt;&lt;/span&gt;Everything should be made as simple as possible, but not simpler.&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;/blockquote&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Looks similar to this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Einstein said:&lt;br /&gt;&lt;blockquote&gt;Everything should be made as simple as possible, but not simpler.&lt;/blockquote&gt;&lt;br /&gt;&lt;h3&gt;br tag for line-break&lt;/h3&gt;&lt;br /&gt;In most of cases you won't need the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;br&amp;gt;&lt;/span&gt; tag, it has no equivalent in bbCode &amp;amp; in HTML it serves to set line breaks in text (going to the next line), in the forums using bbCode you don't need a tag to go to the next line but only to hit &lt;span style="font-style: italic;"&gt;"Enter"&lt;/span&gt; in your keyboard, in bbPress it's the same &amp;amp; the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;br&amp;gt;&lt;/span&gt; tag is optional, only in some rare cases you would be driven to use it.&lt;br /&gt;&lt;br /&gt;Anyways, here's how it works: the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;  is a unusual tag as it doesn't need to wrap any text &amp;amp; doesn't have an opening &amp;amp; closing parts, only one part that closes itself, &lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;like this:&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;br /&amp;gt;&lt;/span&gt;, notice the space then the forward slash "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;/&lt;/span&gt;" in the end.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is in the first line&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;br /&amp;gt;&lt;/span&gt;and this in the second.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Would look:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is in the first line&lt;br /&gt;and this in the second.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-7553681401462449543?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/7553681401462449543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=7553681401462449543' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7553681401462449543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7553681401462449543'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/blockquote-line-break-markups-html-text.html' title='Blockquote &amp; Line Break Markups - HTML Text Formating Part 3'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-7218723609573071168</id><published>2007-10-16T13:55:00.000-07:00</published><updated>2007-10-16T16:20:14.453-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>Live Clickable Links - HTML Text Formating Part 2</title><content type='html'>We saw an intro on posts coding in &lt;a href="http://bbpress.org/"&gt;bbPress&lt;/a&gt; powered boards here: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html"&gt;Basic HTML Markup for bbPress&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Then we started learning about the coding in the first part: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/using-html-tags-to-format-text-part-1.html"&gt;HTML to Format Text Part 1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;From this part we will start learning the use of tags one by one.&lt;br /&gt;&lt;br /&gt;Let's start with the first value: the "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;a&lt;/span&gt;", it's for creating live clickable links in bbPress forums &amp;amp; in HTML in general, it would be the equivalent of the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;[url] tag&lt;/a&gt; we saw in bbCode.&lt;br /&gt;&lt;br /&gt;The [url] tag &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;as we saw, has a simple &amp;amp; an advanced use&lt;/a&gt;, but the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#60;a&amp;#62;&lt;/span&gt; tag is used in one &amp;amp; only way.&lt;br /&gt;&lt;br /&gt;The tag has to &lt;b&gt;include the target URL&lt;/b&gt; &amp;amp; to &lt;b&gt;wrap the text&lt;/b&gt; meant to be clickable, let's see an example in two steps, to make it simple, we'll link the word Google to to google.com&lt;br /&gt;&lt;br /&gt;First, we'll wrap the word with the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#60;a&amp;#62;&lt;/span&gt; tag (notice how the tag wraps the word &amp; the forward slash &amp;#34;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#47;&lt;/span&gt;&amp;#34; in the 2nd part):&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#60;a&amp;#62;&lt;/span&gt;Google&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#60;&amp;#47;a&amp;#62;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Not hard to guess that the browser who is  going to decipher the code won't be able to link the word to anything as we didn't tell it to which address (or URL) to link, the link should be added in the starting tag after a &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;href=&lt;/span&gt; code &amp;amp; between two quotation marks &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&amp;#34;&lt;/span&gt;, here's how it should look like:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#60;a &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;href=&amp;#34;&lt;/span&gt;&lt;span style="color: black; font-weight: normal;"&gt;http://www.google.com/&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&amp;#34;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#62;&lt;/span&gt;&lt;span style="color: black; font-weight: normal;"&gt;Google&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;#60;&amp;#47;a&amp;#62;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;The final result would be:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.google.com/"&gt;Google&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-7218723609573071168?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/7218723609573071168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=7218723609573071168' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7218723609573071168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7218723609573071168'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/live-clickable-links-html-text.html' title='Live Clickable Links - HTML Text Formating Part 2'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-7932800551324145121</id><published>2007-10-11T15:42:00.000-07:00</published><updated>2007-10-28T04:15:55.521-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>Using HTML Tags to Format Text - Part 1</title><content type='html'>Let's in this post try to see how to use HTML markup for posts formatting on &lt;a href="http://bbpress.org/"&gt;bbPress&lt;/a&gt; based forums, as we talk about HTML, the things we will see are not meant only to be used on bbPress, but in any situation that requires the use of HTML.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Let's start!&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Like bbCode (derived from HTML), HTML is composed of tags that wrap the text, tags are composed of:&lt;br /&gt;&lt;br /&gt;1. Lower than sign "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;&lt;/span&gt;" &amp;amp; greater than sign "&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&amp;gt;&lt;/span&gt;" (have the same use that have the "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;[&lt;/span&gt;" &amp;amp; "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;]&lt;/span&gt;" brackets in bbCode)&lt;br /&gt;&lt;br /&gt;2. A value added to the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&lt;&lt;/span&gt; &amp;amp; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&gt;&lt;/span&gt; signs to make each tag different from others &amp;amp; with a unique function. In the &lt;a href="http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html"&gt;previous lesson&lt;/a&gt; we saw the values:  &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;a&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;blockquote&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;br&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;code&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;em&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;strong&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;ul&lt;/span&gt;, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;ol&lt;/span&gt; &amp;amp; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;li&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;3. Then almost any tag has an &lt;span style="font-weight: bold;"&gt;opening&lt;/span&gt; part &amp;amp; an &lt;span style="font-weight: bold;"&gt;ending&lt;/span&gt; part, same as what we saw with bbCode tags. &lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;em&lt;/span&gt; is a value that makes the text italic, to use it as a tag, we need to wrap the text we want italic with &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;em&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;gt;&lt;/span&gt; in the beginning &amp;amp; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;/em&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&amp;gt;&lt;/span&gt; in the end. Notice the "&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;/&lt;/span&gt;" (forward slash) in the ending part.&lt;br /&gt;&lt;br /&gt;Next will start seeing the use of each tag: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/live-clickable-links-html-text.html"&gt;Part 2 - a - Live Clickable Links&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-7932800551324145121?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/7932800551324145121/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=7932800551324145121' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7932800551324145121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7932800551324145121'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/using-html-tags-to-format-text-part-1.html' title='Using HTML Tags to Format Text - Part 1'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-8854125298901126729</id><published>2007-10-09T14:55:00.000-07:00</published><updated>2007-10-16T13:00:32.681-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>Basic HTML Markup for bbPress Powered Boards</title><content type='html'>&lt;a href="http://bbpress.org/"&gt;bbPress&lt;/a&gt; is another developer of forums softwares, bbPress boards are simple and practical, you can go &amp;amp; see &lt;a href="http://bbpress.org/forums/" target="_blank"&gt;bbPress Support Forums&lt;/a&gt; as an example of how forums based on that script look like.&lt;br /&gt;&lt;br /&gt;Unlike other popular softwares, bbPress doesn't use bbCode to format text in posts, instead, it uses basic HTML coding. Let's see in this post what are those markups, they may be useful in other boards too &amp;amp; in some other situations, you might have guessed that HTML is much more widely used that bbCode which is restricted to some forums, &lt;span style="font-weight: bold;"&gt;HTML is the universal language of the Internet&lt;/span&gt; &amp;amp; you will for sure be confronted in situations in which you have to use some basic HTML coding while browsing the web and doing diverse stuff.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1st how to know you're on a bbPress powered forum?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;As we saw &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;with other forums&lt;/a&gt;, croll down a page on the forum to see &lt;span style="font-style: italic;"&gt;"Powered By bbPress"&lt;/span&gt; in the bottom.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;When you're about to post a message on a bbPress based board, under the field in which you need to type your message you see the following message:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Allowed markup: a blockquote br code em strong ul ol li.&lt;br /&gt;Put code in between `backticks`.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;a&lt;/span&gt; - used to insert live links (or URLs) - equivalent of the [url] tag in bbCode&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;blockquote&lt;/span&gt; - for quoting test - equivalent of the [quote] tag in bbCode&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;br&lt;/span&gt; - for line-breaks - no need to it in bbCode&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;code&lt;/span&gt; / &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;`&lt;/span&gt; - to wrap codes - equivalent of the [code] tag in bbCode&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;em&lt;/span&gt; - for italic text - equivalent of the [I] tag in bbCode&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;strong&lt;/span&gt; - for bold text - equivalent of the [B] tag in bbCode&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;ul&lt;/span&gt; / &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;ol&lt;/span&gt; / &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;li&lt;/span&gt; - for unordered lists - equivalent of the [list] / [*] tag in bbCode&lt;br /&gt;&lt;br /&gt;In the &lt;a href="http://learn-bbcode.blogspot.com/2007/10/using-html-tags-to-format-text-part-1.html"&gt;next post&lt;/a&gt; I will start explaining how to insert each for formatting posts, just a hint: instead of the &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;[&lt;/span&gt; &amp;amp; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;]&lt;/span&gt; brackets used in bbCode, in HTML &amp;amp; so in bbPress &lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&lt;&lt;/span&gt; &amp;amp; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&gt;&lt;/span&gt; are used.&lt;br /&gt;&lt;br /&gt;Let's start: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/using-html-tags-to-format-text-part-1.html"&gt;HTML Tags to Format Text - Part 1&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-8854125298901126729?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/8854125298901126729/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=8854125298901126729' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8854125298901126729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8854125298901126729'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/basic-html-markup-for-bbpress-powered.html' title='Basic HTML Markup for bbPress Powered Boards'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-1645164390919700160</id><published>2007-10-04T13:04:00.000-07:00</published><updated>2007-10-04T13:57:13.976-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='advanced'/><category scheme='http://www.blogger.com/atom/ns#' term='code-boxes'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>Special Coding Tags: HTML, PHP, Etc.</title><content type='html'>Besides the [code] tag (seen &amp;amp; explained in &lt;a href="http://learn-bbcode.blogspot.com/2007/10/insert-codes-into-your-posts.html"&gt;the previous lesson&lt;/a&gt;), there are other more specialized tags for codes but they are not used the same way by the different forums softwares or not used at all in some.&lt;br /&gt;&lt;br /&gt;The &lt;span style="color: rgb(51, 51, 255);"&gt;[html]&lt;/span&gt; tag for example allows you to insert boxes containing HTML &amp;amp; to perform HTML syntax highlighting, but it only works in vBulletin &amp;amp; IP.Board powered forums.&lt;br /&gt;&lt;br /&gt;In a SMF board it won't have any effect, &amp;amp; in a phpBB board it leads to an error in coding (non supported tag). &lt;span style="font-weight: bold;"&gt;If you're not sure what software your community uses read:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[html]&lt;br /&gt;&amp;#60;img src=&amp;#34;image.gif&amp;#34; alt=&amp;#34;image&amp;#34; /&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;a href=&amp;#34;testing.html&amp;#34; target=&amp;#34;_blank&amp;#34;&amp;#62;Testing&amp;#60;/a&amp;#62;&lt;br /&gt;[/html]&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;The colors you see in the code inside the box, were inserted automatically just by wrapping the code with [html] tag. They highlight HTML syntax.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;HTML Code:&lt;/span&gt;&lt;br /&gt;&lt;pre style="margin:0px; padding:2px; border:1px inset; width:auto; height:50px; overflow:auto"&gt;&lt;div dir="ltr" style="text-align:left;"&gt;&lt;font color="#800080"&gt;&amp;#60;img src=&lt;font color="#0000FF"&gt;&amp;#34;image.gif&amp;#34;&lt;/font&gt; alt=&lt;font color="#0000FF"&gt;&amp;#34;image&amp;#34;&lt;/font&gt; /&amp;#62;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font color="#008000"&gt;&amp;#60;a href=&lt;font color="#0000FF"&gt;&amp;#34;testing.html&amp;#34;&lt;/font&gt; target=&lt;font color="#0000FF"&gt;&amp;#34;_blank&amp;#34;&lt;/font&gt;&amp;#62;&lt;/font&gt;Testing&lt;font color="#008000"&gt;&amp;#60;/a&amp;#62;&lt;/font&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Another specialized coding tag: &lt;span style="color: rgb(51, 51, 255);"&gt;[php]&lt;/span&gt; tag. In a vBulletin based forum it will work same way [html] does but highliting &lt;span style="font-weight: bold;"&gt;PHP&lt;/span&gt; syntax. In a SMF forum it highlights syntax without creating a box or converting fonts, while in IP.Board and phpBB the tag is not supported &amp;amp; leads to an error if used.&lt;code&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[php]&lt;/span&gt;&lt;br /&gt;$myvar &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;'Hello World!'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;;&lt;br /&gt;for (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;$i &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;$i &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;10&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;$i&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;++)&lt;br /&gt;{&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;$myvar &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;. &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;"\n"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;}&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/php]&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Will look in a vBulletin Forum:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;PHP Code:&lt;/span&gt;&lt;br /&gt;&lt;pre style="border: 1px inset ; margin: 0px; padding: 2px; overflow: auto; width: auto; height: auto;"&gt;&lt;div dir="ltr" style="text-align: left;"&gt;&lt;code&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$myvar &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'Hello World!'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;for (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$i &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$i &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;&amp;lt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;10&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$i&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;++)&lt;br /&gt;{&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$myvar &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;. &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"\n"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;}&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/code&gt;&lt;/div&gt;&lt;/pre&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;And in a SM (Simple Machines) Forum:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$myvar &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;'Hello World!'&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;for (&lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$i &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;= &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$i &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;&amp;lt; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;10&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;; &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$i&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;++)&lt;br /&gt;{&lt;br /&gt;echo &lt;/span&gt;&lt;span style="color: rgb(0, 0, 187);"&gt;$myvar &lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;. &lt;/span&gt;&lt;span style="color: rgb(221, 0, 0);"&gt;"\n"&lt;/span&gt;&lt;span style="color: rgb(0, 119, 0);"&gt;;&lt;br /&gt;}&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-1645164390919700160?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/1645164390919700160/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=1645164390919700160' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1645164390919700160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1645164390919700160'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/special-coding-tags-html-php-etc.html' title='Special Coding Tags: HTML, PHP, Etc.'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-7283430611320058778</id><published>2007-10-04T08:04:00.000-07:00</published><updated>2007-10-04T13:03:10.130-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='code-boxes'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Insert Codes into Your Posts</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You can insert HTML, PHP, Javascript codes, etc into special boxes using bbCode, the text inserted in the code box will be converted to a fixed-width (monospace) font, &amp;amp; ensures that nothing from the code is lost when you submit your message.&lt;br /&gt;&lt;br /&gt;The tag for code is &lt;span style="color: rgb(51, 51, 255);"&gt;[code]&lt;/span&gt;. Its use is not different from the use of other tags we saw, it should wrap the code you want to be in the box.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Let's wrap an example of Javascript code:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[code]&lt;br /&gt;&amp;#60;script type="text/javascript"&amp;#62;&lt;br /&gt;&amp;#60;!--     alert("Hello world!"); //--&amp;#62;&lt;br /&gt;&amp;#60;/script&amp;#62;&lt;br /&gt;[/code]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Here's the result you would get:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;&lt;pre style="margin:0px; padding:2px; border:1px inset; width:460px; height:98px; overflow:auto"&gt;&lt;div dir="ltr" style="text-align:left;"&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;    alert(&amp;quot;Hello world!&amp;quot;);&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/div&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-7283430611320058778?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/7283430611320058778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=7283430611320058778' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7283430611320058778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7283430611320058778'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/insert-codes-into-your-posts.html' title='Insert Codes into Your Posts'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-131079790300983623</id><published>2007-10-02T13:39:00.000-07:00</published><updated>2007-10-02T14:39:09.977-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='advanced'/><category scheme='http://www.blogger.com/atom/ns#' term='smilies'/><title type='text'>Insert Your Smilies in Posts</title><content type='html'>You can insert your own smilies in your messages from your hard disk or other forums. You would like to do that, if the forum do not have some emoticons that fit certain occasions or if it doesn't contain smilies at all.&lt;br /&gt;&lt;br /&gt;In fact graphic smilies are just small pictures, if they are associated with some special codes in the forum ("&lt;span style="color: rgb(51, 51, 255);"&gt;:)&lt;/span&gt;" or "&lt;span style="color: rgb(51, 51, 255);"&gt;:(&lt;/span&gt;" for example) they get shown in posts by typing those codes. But if they don't have those codes, they still can be inserted same way as images, i.e. using the [img] tag.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Steps to post external smilies:&lt;/h2&gt;&lt;br /&gt;First, you need a hyper-link for your smiley, if it's already on the Internet (on another forum for example), it has already a hyper-link that you could copy to later put in your post; if the image (smiley) is on your computer, upload it to an images host to get a link for it. We already saw the two methods in detail when we talked about images. See this: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html"&gt;Methods to Get Images Links&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now that you have the URL (hyper-link) for your smiley, you just have to wrap the link with the [img] tag &amp;amp; you're done (for more details see: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html"&gt;Intro on [img] tag &amp;amp; Hyper-links&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I uploaded a smiley to &lt;a href="http://photobucket.com/"&gt;PhotoBucket&lt;/a&gt;, and here's its hyper-link:&lt;br /&gt;&lt;br /&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/smile.gif&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Now let's wrap it with the [img] tag:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[img]&lt;/span&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/smile.gif&lt;span style="color: rgb(51, 51, 255);"&gt;[/img]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Once you have that code you can insert it anywhere in your message, it's much longer than usual smiles codes but the result is the same:&lt;br /&gt;&lt;br /&gt;Hi! &lt;span style="color: rgb(51, 51, 255);"&gt;[img]&lt;/span&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/smile.gif&lt;span style="color: rgb(51, 51, 255);"&gt;[/img]&lt;/span&gt; Howdy?&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Would look:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hi! &lt;img alt="smile" src="http://i228.photobucket.com/albums/ee88/learn-bbcode/smile.gif" /&gt; Howdy?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-131079790300983623?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/131079790300983623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=131079790300983623' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/131079790300983623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/131079790300983623'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/insert-your-smilies-in-posts.html' title='Insert Your Smilies in Posts'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-420350078047868864</id><published>2007-10-02T09:16:00.000-07:00</published><updated>2007-10-02T13:35:25.774-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='smilies'/><title type='text'>How to Post Graphic Smilies in Forums</title><content type='html'>The majority of today's forums using bbCode have their own graphic smilies that can be posted in messages.&lt;br /&gt;&lt;br /&gt;I can't tell you what are the codes for smilies because of a simple fact that &lt;span style="font-weight: bold;"&gt;each forum has its own codes&lt;/span&gt;, but they shouldn't be difficult to add to your posts using advanced automated editors. Usually, you can see images of available smilies on those editors, to insert one into the message you're typing, you just click on its image &amp;amp; the code is inserted. There's maybe a link to a page containing more smileys &amp;amp; their codes. When you finish your posting &amp;amp; submit, &lt;span style="font-weight: bold;"&gt;smilies codes will be converted to graphic smilies&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;The difference between the codes for smileys &amp;amp; others we saw previously, is that &lt;span style="font-weight: bold;"&gt;they don't contain tags&lt;/span&gt;. &lt;span style="font-weight: bold;"&gt;Smiles codes can be anything chosen by the forum administration&lt;/span&gt;, for example, a smiling face, could have the code "&lt;span style="color: rgb(51, 51, 255);"&gt;:)&lt;/span&gt;" or "&lt;span style="color: rgb(51, 51, 255);"&gt;:smile:&lt;/span&gt;", etc; a sad smile could have as code "&lt;span style="color: rgb(51, 51, 255);"&gt;:(&lt;/span&gt;" or "&lt;span style="color: rgb(51, 51, 255);"&gt;:sad:&lt;/span&gt;", etc. As I said it all depends on the community you post in, when you use the codes few times you'll most likely remember them &amp;amp; be able to type them manually in your messages.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Let's say the smiley &lt;img src="http://4.bp.blogspot.com/_qP-1yjY3IyM/RwKC5gsdnaI/AAAAAAAAAUE/c_2lqf7v6H8/s1600/smile.gif" alt="smile.gif" /&gt; has the code &lt;span style="color: rgb(51, 51, 255);"&gt;:smile:&lt;/span&gt; in the forum you're part of, &lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;if you type this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hello! Nice to be here! :smile:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;The final message will look:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Hello! Nice to be here! &lt;img src="http://4.bp.blogspot.com/_qP-1yjY3IyM/RwKC5gsdnaI/AAAAAAAAAUE/c_2lqf7v6H8/s1600/smile.gif" alt="smile" /&gt;&lt;br /&gt;&lt;br /&gt;In the next post I'll tell you how to post smilies that are not present in the forum &lt;img src="http://4.bp.blogspot.com/_qP-1yjY3IyM/RwKC5gsdnaI/AAAAAAAAAUE/c_2lqf7v6H8/s1600/smile.gif" alt="smile" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-420350078047868864?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/420350078047868864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=420350078047868864' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/420350078047868864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/420350078047868864'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/how-to-post-graphic-smilies-in-forums.html' title='How to Post Graphic Smilies in Forums'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_qP-1yjY3IyM/RwKC5gsdnaI/AAAAAAAAAUE/c_2lqf7v6H8/s72-c/smile.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6585458565270549787</id><published>2007-10-01T16:25:00.000-07:00</published><updated>2007-10-01T17:18:27.125-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><title type='text'>What Kind of Forum are You Using?</title><content type='html'>In general bbCode works the same in any forum, but there are some little differences from which I already mentioned some in previous posts. (some variants in tags insertion, non support of some tags or support for extra tags)&lt;br /&gt;&lt;br /&gt;I pointed differences between the four most used forums softwares which are &lt;a href="http://www.vbulletin.com/"&gt;vBulletin&lt;/a&gt;, &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt;, &lt;a href="http://www.invisionboard.com/"&gt;IP.Board&lt;/a&gt; &amp;amp; &lt;a href="http://www.simplemachines.org/"&gt;Simple Machine&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Rest a question: how to know which script of forum is used in the board you are part of?&lt;/h2&gt;&lt;br /&gt;That's pretty simple, ordinarily, all you need to do is to scroll down to the footer of forum looking for a text similar to this:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;Powered by &lt;span style="color: rgb(255, 0, 0);"&gt;*Forum Developer*&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;*Forum Developer*&lt;/span&gt; is replaced with the name of the developer of the software, so if it's a vBulletin forum, it would be: &lt;span style="font-style: italic;"&gt;"Powered by vBulletin"&lt;/span&gt;; same for phpBB &amp;amp; IP.Board, &lt;span style="font-style: italic;"&gt;"Powered by &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt;"&lt;/span&gt; &amp;amp; &lt;span style="font-style: italic;"&gt;"Powered by &lt;a href="http://www.invisionboard.com/"&gt;IP.Board&lt;/a&gt;"&lt;/span&gt; respectively.&lt;br /&gt;&lt;br /&gt;On a Simple Machine powered forum you should see &lt;span style="font-style: italic;"&gt;"&lt;a href="http://www.simplemachines.org/"&gt;Powered by SMF&lt;/a&gt;".&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6585458565270549787?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6585458565270549787/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6585458565270549787' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6585458565270549787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6585458565270549787'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html' title='What Kind of Forum are You Using?'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-8458147729734880439</id><published>2007-10-01T07:59:00.000-07:00</published><updated>2007-10-01T18:42:46.457-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Edit Signature in Different Kinds of Forums</title><content type='html'>After the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-setup-your-forum-signature.html"&gt;intro on forums signatures&lt;/a&gt;, let's see where to go to edit signature in the different types of forums, we'll see the &lt;span style="font-weight: bold;"&gt;four most popular ones&lt;/span&gt;, but first there are two general notes:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;This post doesn't explain how to insert bbCode for signatures but only location &amp;amp; instructions on signature editors, if you want to learn the codes I refer you to read this: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-setup-your-forum-signature.html"&gt;How to Setup Your Forum Signature - Basics&lt;/a&gt;.&lt;/li&gt;&lt;br /&gt;&lt;li&gt;If you're not sure what software uses the forum you're part of see: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;If the instructions below doesn't work for you, it might be because signatures are disabled in the forum you participate in, so check the rules of that forum.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;h2&gt;1. On vBulletin based forums:&lt;/h2&gt;&lt;br /&gt;On &lt;a href="http://www.vbulletin.com/"&gt;vBulletin&lt;/a&gt; forums, you have first to login of course, locate the &lt;span style="font-weight: bold;"&gt;User CP&lt;/span&gt; (User Conrol Panel) link, should be easily seen (usually just beneath the forum header). Click on the link to get to your control panel, usually on your left you should see a list of links among them an &lt;span style="font-weight: bold;"&gt;Edit Signature&lt;/span&gt; link. Click on it &amp;amp; you'll be presented to an editor like the one for posts, you can edit your signature, preview it if you wish (clicking the &lt;span style="font-weight: bold;"&gt;Preview Signature&lt;/span&gt; button), then when satisfied click on &lt;span style="font-weight: bold;"&gt;Save Signature&lt;/span&gt; button to save your changes.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;2. Edition in IP.Board based boards:&lt;/h2&gt;&lt;br /&gt;If the forum you participate in is  &lt;a href="http://www.invisionboard.com/"&gt;IP.Board&lt;/a&gt; based, login first then locate the &lt;span style="font-weight: bold;"&gt;My Controls&lt;/span&gt; link, click on it. Now, locate the &lt;span style="font-weight: bold;"&gt;Edit Signature&lt;/span&gt; link, usually in a list on the left of the page, click on it &amp;amp; you should be able to see the commands to edit signature, after you complete edition &amp;amp; click on the &lt;span style="font-weight: bold;"&gt;Update my Signature&lt;/span&gt; button, you can see then a sample of your signature, if you're not satisfied, you can edit again.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;3. Locating signature editor on phpBB based forums:&lt;/h2&gt;&lt;br /&gt;In a &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt; powered board, first &lt;span style="font-weight: bold;"&gt;login in&lt;/span&gt; by entering your forum user-name &amp;amp; pass-word, then you should be able to see a link named &lt;span style="font-weight: bold;"&gt;Profile&lt;/span&gt;, (generally just beneath the forum header among other links), click on the &lt;span style="font-weight: bold;"&gt;Profile&lt;/span&gt; link, you'll be taken to a page in which you can change different preferences.&lt;br /&gt;&lt;br /&gt;Once there, there are &lt;span style="font-weight: bold;"&gt;two possibilities&lt;/span&gt;: You may find the field in which you can edit signature in that same page, or you may see another &lt;span style="font-weight: bold;"&gt;Profile&lt;/span&gt; link on your left, if so, click on it to get to another page &amp;amp; edit your signature.&lt;br /&gt;&lt;br /&gt;Most likely there won't be tools to automate tags insertion nor the option to preview your signature look. A trick that might help is that instead of typing all the codes manually in the signature field, go to start a new message in the forum, edit your signature in the box for posts &amp;amp; preview it as much as you like, when your satisfied, copy the codes to the signature field. (once you get your code, you can cancel the post you editing)&lt;br /&gt;&lt;br /&gt;The final step after entering your code into the box for signature, would be to save changes, usually you'll find a button named &lt;span style="font-weight: bold;"&gt;Submit&lt;/span&gt; in the bottom of page, click on it.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;4. Simple Machines forums:&lt;/h2&gt;&lt;br /&gt;In a &lt;a href="http://www.simplemachines.org/"&gt;Simple Machines&lt;/a&gt; forum, &amp;amp; once you're logged in, look for the &lt;span style="font-weight: bold;"&gt;Profile&lt;/span&gt; link (in a menu under the header usually), click on it &amp;amp; you'll be taken to the page in which you can edit some preferences, locate a link named &lt;span style="font-weight: bold;"&gt;Forum Profile Information&lt;/span&gt; (usually on the left) &amp;amp; click on it.&lt;br /&gt;&lt;br /&gt;Now you can see a field in which you can enter signature codes. Like in phpBB forums, there's no advanced editor or an option to preview signature, so I'll repeat the tip I gave for phpBB:&lt;br /&gt;&lt;br /&gt;Instead of typing all the codes manually in the signature field, go to start a new message in the forum, edit your signature in the box for posts &amp;amp; preview it as much as you like, when your satisfied, copy the codes to the signature field. (once you get your code, you can cancel the message)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Any questions? Just post a comment. :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-8458147729734880439?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/8458147729734880439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=8458147729734880439' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8458147729734880439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8458147729734880439'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/10/edit-signature-in-different-kinds-of.html' title='Edit Signature in Different Kinds of Forums'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-8555711356982518484</id><published>2007-09-30T15:55:00.000-07:00</published><updated>2007-10-01T10:16:05.631-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>How to Setup Your Forum Signature - Basics</title><content type='html'>Many forums allow users to add signatures to their profiles, those signatures then appear automatically in the end each of their posts.&lt;br /&gt;&lt;br /&gt;You can use bbCode to put anything in your signature, plain text, links, images, etc. you must be careful of the rules of each forum, almost all limit the number of the different items in signatures to avoid spam or abuse.&lt;br /&gt;&lt;br /&gt;No difference between bbCode use in posts or in signature, so first, for the formatting, I will refer you to the previous, &amp;amp; second, in &lt;a href="http://learn-bbcode.blogspot.com/2007/10/edit-signature-in-different-kinds-of.html"&gt;the next post&lt;/a&gt;, will talk about where to locate signatures editors in the different kinds of forums.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Basic content edition lessons:&lt;/h2&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Basics:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Formatting of text:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-posts-formatting-bold.html"&gt;Bold / Italic / Underline&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/changing-forums-messages-colors-bbcode.html"&gt;Colors&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/choose-font-for-your-forum-post-bbcode.html"&gt;Fonts&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-change-text-size-bbcode-basics.html"&gt;Size&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-change-text-alignment-bbcode.html"&gt;Alignment&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Inserting Live Links:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;Regular Links&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-make-e-mail-address-clickable.html"&gt;e-Mails&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Insertion of Images:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html"&gt;Part 1&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html"&gt;Part 2&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/final-steps-how-to-link-to-image.html"&gt;Part 3&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-make-images-clickable-bbcode.html"&gt;Clickable Images&lt;/a&gt;; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-change-images-alignment-in-posts.html"&gt;Alignment&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Others:&lt;/span&gt; Checkout the sidebar on the right.&lt;br /&gt;&lt;br /&gt;&lt;h2&gt;Where to go to edit your signature?&lt;/h2&gt;&lt;br /&gt;That depends on the type of forum you're in, for the four most popular, see instructions here:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://learn-bbcode.blogspot.com/2007/10/edit-signature-in-different-kinds-of.html"&gt;Edit Signature in Different Kinds of Forums&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;If you can't find there, post your questions as a comment to this post :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-8555711356982518484?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/8555711356982518484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=8555711356982518484' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8555711356982518484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8555711356982518484'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-setup-your-forum-signature.html' title='How to Setup Your Forum Signature - Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-8442338738166512793</id><published>2007-09-29T10:43:00.000-07:00</published><updated>2007-09-29T14:39:42.337-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='advanced'/><title type='text'>Post Clickable Thumbnails Using ImageShack</title><content type='html'>I talked yesterday about a nice way to post thumbnails or previews of pictures in your forums posts to avoid the trouble that large images would cause if displayed directly in posts.&lt;br /&gt;&lt;br /&gt;See the post here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-post-pictures-clickable.html"&gt;How to Post Pictures Clickable Thumbnails on Forums&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;However that methods require some knowledge in images edition. That's why, let's see today a less complicated method.&lt;br /&gt;&lt;br /&gt;First you need to upload your image to &lt;a href="http://imageshack.us/"&gt;ImageShack.us&lt;/a&gt;, it's easy:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Click &lt;a href="http://imageshack.us/"&gt;HERE&lt;/a&gt; to go to ImageShack site&lt;/li&gt;&lt;li&gt;You'll see three radio buttons to choose from: &lt;span style="font-style: italic;"&gt;"image",  "url",  "video"&lt;/span&gt;, choose &lt;span style="font-style: italic;"&gt;"image"&lt;/span&gt;.&lt;/li&gt;&lt;li&gt;There's a &lt;span style="font-style: italic;"&gt;"Choose..."&lt;/span&gt; button, click on it, browse your hard drive to locate your image then click &lt;span style="font-style: italic;"&gt;"ok"&lt;/span&gt;&lt;/li&gt;&lt;li&gt;If you don't already have an account with ImageShack, you'll be invited to enter your e-Mail address, enter a valid one so that you get your own account that is going to be very useful in the future&lt;/li&gt;&lt;li&gt;You'll see also two boxes to check: &lt;span style="font-style: italic;"&gt;"resize image?"&lt;/span&gt; &amp;amp; &lt;span style="font-style: italic;"&gt;"remove size/resolution bar from thumbnail?"&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;do not&lt;/span&gt; check any of them&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Last step:&lt;/span&gt; click the &lt;span style="font-style: italic;"&gt;"host it"&lt;/span&gt; button to start upload process.&lt;/li&gt;&lt;/ul&gt;When the upload is finished you'll be presented to a page in which there are four HTML &amp;amp; BB codes one under each other, what interest us is the second one, the one titled &lt;span style="font-style: italic;"&gt;"Thumbnail for forums (1)"&lt;/span&gt;. (&lt;span style="font-weight: bold;"&gt;Not&lt;/span&gt; &lt;span style="font-style: italic;"&gt;"Thumbnail for forums (2)"&lt;/span&gt;!!)&lt;br /&gt;&lt;br /&gt;As an example, I uplaoded an image, &amp;amp; here's it's bbCode provided by ImageShack:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[URL=&lt;span style="color: rgb(255, 0, 0);"&gt;http://img339.imageshack.us/my.php?image=c7cl7.jpg&lt;/span&gt;]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[IMG]&lt;/span&gt;http://img339.imageshack.us/img339/1311/c7cl7.th.jpg&lt;span style="color: rgb(255, 0, 0);"&gt;[/IMG]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/URL]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The code above is not correct because there's a line-break in it, I posted it in two lines, because it would break my blog layout if displayed in one line, &lt;span style="font-weight: bold;"&gt;your code should be in one line&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;I won't explain what exactly mean the tags &amp;amp; other URLs in the code, if you want to know, it is very similar to what we saw in the 1st lesson: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-post-pictures-clickable.html"&gt;How to Post Clickable Thumbnails on Forums&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;So what rest now, is just to go &amp;amp; paste your code in your forum message, &lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;the result will be this:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://img339.imageshack.us/my.php?image=c7cl7.jpg" target="_blank"&gt;&lt;img src="http://img339.imageshack.us/img339/1311/c7cl7.th.jpg" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-8442338738166512793?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/8442338738166512793/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=8442338738166512793' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8442338738166512793'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8442338738166512793'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/post-clickable-thumbnails-using.html' title='Post Clickable Thumbnails Using ImageShack'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-4333970338541695674</id><published>2007-09-28T09:23:00.000-07:00</published><updated>2007-09-29T14:44:25.393-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='advanced'/><title type='text'>How to Post Pictures Clickable Thumbnails on Forums</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you're not familiar with images in bbCode, read images lesson in three parts: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html"&gt;Part 1&lt;/a&gt;, &lt;a href="http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html"&gt;Part 2&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/final-steps-how-to-link-to-image.html"&gt;Part 3&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Sometimes posting big images into your posts presents a problem, because large pictures are hard to load &amp;amp; often deform forums layouts &amp;amp; reduce their usability.&lt;br /&gt;&lt;br /&gt;In the end of my post on &lt;a href="http://learn-bbcode.blogspot.com/2007/09/final-steps-how-to-link-to-image.html"&gt;Images Display  Part 3&lt;/a&gt;, I talked about an alternative which is the use of [url] tags instead of [img] tag, this way only a link to the image &amp;amp; not the image itself is displayed in your final message.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;In this lesson, let's talk about an other option: "Thumbnails".&lt;/h3&gt;&lt;br /&gt;&lt;br /&gt;Thumbnails are small previews of images, linked to the original full size pictures, that means, that instead of posting the original large image, you post a thumbnail or preview, on which users can click to see a new page open with the full sized image displayed on it.&lt;br /&gt;&lt;br /&gt;If you are familiar with images edition, you can create your own thumbnails. All you need is to create a reduced size copy of an image, upload both to an images host &amp;amp; code them using bbCode,&lt;span style="font-weight: bold;"&gt; let's see an example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Below is the URL of my original picture hosted on &lt;a href="http://photobucket.com/" target="_blank"&gt;PhotoBucket&lt;/a&gt; (I made it clickable to let you see how it looks like):&lt;br /&gt;&lt;br /&gt;&lt;a href="http://i228.photobucket.com/albums/ee88/learn-bbcode/C7.jpg" target="_blank"&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/C7.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&amp;amp; this is the link to an image which size is 30% of the original:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://i228.photobucket.com/albums/ee88/learn-bbcode/C7-thumbnail.jpg"&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/C7-thumbnail.jpg&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now, we will follow the same steps we followed &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-make-images-clickable-bbcode.html"&gt;when we made a linked clickable image&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;As we want to display the preview in the forum message, we first have to wrap it with [img] tag:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[img]&lt;/span&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/&lt;br /&gt;C7-thumbnail.jpg&lt;span style="color: rgb(51, 51, 255);"&gt;[/img]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(don't have a line-break in your code, keep it in the same line!)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img alt="thumbnail of image" src="http://i228.photobucket.com/albums/ee88/learn-bbcode/C7-thumbnail.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Now, to link to the original full sized picture, we have to wrap the code above with [url] tag, &amp;amp; to add an option to it which is the link to our picture:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[url=&lt;span style="color: rgb(255, 0, 0);"&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/C7.jpg&lt;/span&gt;]&lt;br /&gt;[img]&lt;/span&gt;http://i228.photobucket.com/albums/ee88/learn-bbcode/&lt;br /&gt;C7-thumbnail.jpg&lt;span style="color: rgb(51, 51, 255);"&gt;[/img][/url]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;(again, the code has two line-breaks because of limitations in this bog's layout, but keep yours in one line)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;To verify the result, click on the thumbnail below:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://i228.photobucket.com/albums/ee88/learn-bbcode/C7.jpg" target="_blank"&gt;&lt;img alt="image thumbnail linked to the original" src="http://i228.photobucket.com/albums/ee88/learn-bbcode/C7-thumbnail.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;That's it! If your not familiar with images edition though, we'll see in the next lesson an easier way to post thumbnails: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/post-clickable-thumbnails-using.html"&gt;Post Clickable Thumbnails Using ImageShack&lt;/a&gt; :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-4333970338541695674?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/4333970338541695674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=4333970338541695674' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/4333970338541695674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/4333970338541695674'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-post-pictures-clickable.html' title='How to Post Pictures Clickable Thumbnails on Forums'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6889856671907077224</id><published>2007-09-27T08:10:00.000-07:00</published><updated>2007-10-01T18:37:07.859-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='quoting'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>How to Quote Messages of Other Posters - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The quote feature allows you to display in your post, a previous post, a part of it or any block of text, the quoted text will usually be shown in a frame in your final post to differentiate it from your own words.&lt;br /&gt;&lt;br /&gt;The tag for quoting is [quote]. Now in the popular forums, you just need to click on a button to quote a previous post, or to copy then paste the quoted message or paragraph to he field in which you type your post, to select that text, then to click a button to make it between the starting tag [quote] &amp;amp; the end tag [/quote].&lt;br /&gt;&lt;br /&gt;However, my aim here is to let you know how exactly tag work so that you can manually insert them without editors &amp;amp; also to customize them for your needs, as the automated systems have only basic plain usability.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Let's first do a simple quote, then use an option for more advanced quoting:&lt;/h3&gt;&lt;br /&gt;&lt;h4&gt;1. Example on a simple quote:&lt;/h4&gt;&lt;br /&gt;Nothing we don't already know about &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;correct tags insertion&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;[quote]This part is a quoted text.[/quote]&lt;br /&gt;This part is not.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Will most likely look in your final post:&lt;/span&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="2" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt;This part is a quoted text.&lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;This part is not.&lt;br /&gt;&lt;h4&gt;2. Advanced quoting using options:&lt;/h4&gt;&lt;br /&gt;There are some options available in some forums scripts &amp;amp; not in others, but there's one common option, the one that let you specify the poster / author of the quoted text. This option is added as we add other options we already saw, i.e in the starting tag after the tag code &amp;amp; an "&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;=&lt;/span&gt;" sign, the option itself will be the name of the poster / author of the quoted text (in fact you can type anything as the option).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[quote=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Sandy&lt;/span&gt;]This is what wrote Sandy.[/quote]&lt;br /&gt;This is my reply to it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Will look in your final post depending on the forum you participate in:&lt;/span&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote:&lt;/div&gt;  &lt;table border="0" cellpadding="2" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt;         &lt;div&gt;      Originally Posted by &lt;strong&gt;Sandy&lt;/strong&gt;           &lt;/div&gt;     &lt;div style="font-style: italic;"&gt;This is what wrote Sandy.&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; This is my reply to it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;or:&lt;/span&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;&lt;span style="font-weight: bold;"&gt;QUOTE(Sandy)&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;  &lt;table border="0" cellpadding="2" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt;         &lt;div style="font-style: italic;"&gt; This is what wrote Sandy.&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; This is my reply to it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;or:&lt;/span&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Quote from: &lt;strong&gt;Sandy&lt;/strong&gt;&lt;/div&gt;  &lt;table border="0" cellpadding="2" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt;              &lt;div style="font-style: italic;"&gt;This is what wrote Sandy.&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt; This is my reply to it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;etc.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Note:&lt;/span&gt; Since I stated this blog, &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt; based forums are making me some troubles as they don't include some useful features in bbCode, or have some special codings.&lt;br /&gt;&lt;br /&gt;If the advanced tutorial above doesn't work, maybe the forum in which you tried it on is a phpBB based forum (to be sure see: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;), in this case, you have to wrap the option with quotation marks &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;""&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[quote="&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Sandy&lt;/span&gt;"]This is what wrote Sandy.[/quote]&lt;br /&gt;This is my reply to it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;  &lt;div class="smallfont" style="margin-bottom: 2px;"&gt;&lt;span style="font-weight: bold;"&gt;Sandy wrote:&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;  &lt;table border="0" cellpadding="2" cellspacing="0" width="100%"&gt;  &lt;tbody&gt;&lt;tr&gt;   &lt;td class="alt2" style="border: 1px inset ;"&gt;         &lt;div style="font-style: italic;"&gt; This is what wrote Sandy.&lt;/div&gt;       &lt;/td&gt;  &lt;/tr&gt;  &lt;/tbody&gt;&lt;/table&gt; &lt;/div&gt;&lt;span style="font-weight: bold;"&gt;Any questions? drop a comment! :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6889856671907077224?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6889856671907077224/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6889856671907077224' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6889856671907077224'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6889856671907077224'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-quote-messages-of-other-posters.html' title='How to Quote Messages of Other Posters - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-1578669727107410973</id><published>2007-09-26T08:53:00.000-07:00</published><updated>2007-09-26T10:06:12.329-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='advanced'/><category scheme='http://www.blogger.com/atom/ns#' term='lists'/><title type='text'>Advanced Use of Lists - Sub-Lists / Under-Lists Creation</title><content type='html'>We already talked about the basic posting of lists in two lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-create-simple-bulleted-lists.html"&gt;How to Create Simple Bulleted Lists&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-post-advanced-ordered-lists.html"&gt;How to Post Advanced Ordered Lists&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Let's talk now about more advanced use of lists in bbCode. You are not limited in posting plain lists, you can combine tags with different option to get some advanced lists with sub-lists under them.&lt;br /&gt;&lt;br /&gt;This might be a bit complicated, you may make some errors while creating your list, &amp;amp; may have to preview your messages before you publish them to check if all is correct. All the popular forums allow posts previews, so don't hesitate to use this feature to make sure you're posting a well formated message, or just for testing, why not? ;)&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Let's see step by step how to make sub-lists:&lt;/h3&gt;&lt;br /&gt;As an example, we will create a list with main titles numbered using capital Roman digits, under them, lists with titles numbered using Arabic digits, and finally, a sub-sub-list that is alphabetic with lowercase letters.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Here's what we'll going to get in the end of this tutorial:&lt;/span&gt;&lt;br /&gt;&lt;ol type="I"&gt;&lt;li&gt;American Continent&lt;br /&gt;&lt;ol&gt;&lt;li&gt;USA&lt;br /&gt;&lt;ol type="a"&gt;&lt;li&gt;New York&lt;/li&gt;&lt;li&gt;Los Angeles&lt;/li&gt;&lt;li&gt;Miami&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Mexico&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Africa&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Egypt&lt;/li&gt;&lt;li&gt;Algeria&lt;/li&gt;&lt;li&gt;Sudan&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Europe&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Spain&lt;/li&gt;&lt;li&gt;Switzerland&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;As we saw, unless with &lt;a href="http://learn-bbcode.blogspot.com/2007/09/posting-items-lists-in-simple-machines.html"&gt;Simple Machines Lists&lt;/a&gt;, all others are made using two tags: the [list] tag &amp;amp; the [*] tag, let's first type the code for our main list containing continents, we will use the &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;I&lt;/span&gt; option for it:&lt;br /&gt;&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;I&lt;/span&gt;]&lt;br /&gt;[*]American Continent&lt;br /&gt;[*]Africa&lt;br /&gt;[*]Europe&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;ol type="I"&gt;&lt;li&gt;American Continent&lt;/li&gt;&lt;li&gt;Africa&lt;/li&gt;&lt;li&gt;Europe&lt;/li&gt;&lt;/ol&gt;Nothing we don't already know till now, now, let's insert the code for the sub-lists of countries, there are countries under each continent, so we are going to add an under-list under each continent name, using the option &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt; this time:&lt;br /&gt;&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;I&lt;/span&gt;]&lt;br /&gt;[*]American Continent&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]USA&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]Mexico&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/list]&lt;/span&gt;&lt;br /&gt;[*]Africa&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; [*]Egypt&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]Algeria&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]Sudan&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; [/list]&lt;/span&gt;&lt;br /&gt;[*]Europe&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; [*]Spain&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]Switzerland&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; [/list]&lt;/span&gt;&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;Notice how the first &amp;amp; second lists we added, had their starting tag [list] inserted just &lt;span style="font-weight: bold;"&gt;after&lt;/span&gt; the continent name it should be under, and their end tag [/list] put just &lt;span style="font-weight: bold;"&gt;before&lt;/span&gt; the next continent.&lt;br /&gt;&lt;br /&gt;For the list under Europe, and as it's the last one, &lt;span style="font-weight: bold;"&gt;the end tag was inserted before the end tag of the main list&lt;/span&gt; of continents.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;ol type="I"&gt;&lt;li&gt;American Continent&lt;br /&gt;&lt;ol&gt;&lt;li&gt;USA&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Mexico&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Africa&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Egypt&lt;/li&gt;&lt;li&gt;Algeria&lt;/li&gt;&lt;li&gt;Sudan&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Europe&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Spain&lt;/li&gt;&lt;li&gt;Switzerland&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;Now, under USA, we have a list of cities ordered alphabetical, for that, we have to insert cities list with the option &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;a&lt;/span&gt; (for lower-case letters), under the list of American countries, exactly between the &lt;span style="color: rgb(51, 51, 255);"&gt;[*]USA&lt;/span&gt; code &amp;amp; the &lt;span style="color: rgb(51, 51, 255);"&gt;[*]Mexico&lt;/span&gt; code:&lt;br /&gt;&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;I&lt;/span&gt;]&lt;br /&gt;[*]American Continent&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;br /&gt;[*]USA&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;a&lt;/span&gt;]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]New York&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]Los Angeles&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[*]Miami&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/list]&lt;/span&gt;&lt;br /&gt;[*]Mexico&lt;br /&gt;[/list]&lt;br /&gt;[*]Africa&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;br /&gt;[*]Egypt&lt;br /&gt;[*]Algeria&lt;br /&gt;[*]Sudan&lt;br /&gt;[/list]&lt;br /&gt;[*]Europe&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;br /&gt;[*]Spain&lt;br /&gt;[*]Switzerland&lt;br /&gt;[/list]&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;We already saw the result, this:&lt;/span&gt;&lt;br /&gt;&lt;ol type="I"&gt;&lt;li&gt;American Continent&lt;br /&gt;&lt;ol&gt;&lt;li&gt;USA&lt;br /&gt;&lt;ol type="a"&gt;&lt;li&gt;New York&lt;/li&gt;&lt;li&gt;Los Angeles&lt;/li&gt;&lt;li&gt;Miami&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Mexico&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Africa&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Egypt&lt;/li&gt;&lt;li&gt;Algeria&lt;/li&gt;&lt;li&gt;Sudan&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;li&gt;Europe&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Spain&lt;/li&gt;&lt;li&gt;Switzerland&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Any questions? As always, drop a comment! :)&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-1578669727107410973?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/1578669727107410973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=1578669727107410973' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1578669727107410973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1578669727107410973'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/advanced-use-of-lists-sub-lists-under.html' title='Advanced Use of Lists - Sub-Lists / Under-Lists Creation'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6184456639063041471</id><published>2007-09-25T09:30:00.000-07:00</published><updated>2007-10-01T18:33:48.102-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='special-coding'/><category scheme='http://www.blogger.com/atom/ns#' term='lists'/><title type='text'>Posting Items Lists in Simple Machines Forums</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; This lesson is about lists in Simple Machines based forums only. For regular help on lists insertions in bbCode, see: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-create-simple-bulleted-lists.html"&gt;How to Create Simple Lists&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-post-advanced-ordered-lists.html"&gt;How to Post Advanced Ordered Lists&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Not sure if your posts are on a Simple Machines powered board? See: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In the forums based on &lt;a href="http://www.simplemachines.org/"&gt;Simple Machines&lt;/a&gt; script &amp;amp; software, posting lists is different from the other most popular ones.&lt;br /&gt;&lt;br /&gt;First, ordered lists &amp;amp; the use of option with the [list] tag are not supported, so you can only post simple unordered lists.&lt;br /&gt;&lt;br /&gt;Second, by default, a new tag [li] is used instead of the [*] tag for the items (or elements) in the lists, although [*] tag if used will give you the same result.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Let's see an example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[list]&lt;br /&gt;[li]List item.&lt;br /&gt;[li]Another list item.&lt;br /&gt;[li]And another one.&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result in final post:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;List item.&lt;/li&gt;&lt;li&gt;Another list item.&lt;/li&gt;&lt;li&gt;And another one.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;And the final difference in Simple Machines, is an addition: You can choose the symbols for your items by changing the default [li] tag. Those symbols can be a Disk, Circle or Square.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;To make simple, let's see them all in an example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[list]&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[li]&lt;/span&gt;default - disc&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;disc using [*] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[@]&lt;/span&gt;disc using [@] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[o]&lt;/span&gt;circle using [o] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[O]&lt;/span&gt;circle using [O] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[0]&lt;/span&gt;circle using [0] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[+]&lt;/span&gt;square using [+] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[x]&lt;/span&gt;square using [x] tag&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[#]&lt;/span&gt;square using [#] tag&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;default - disc&lt;/li&gt;&lt;li&gt;disc using [*] tag&lt;/li&gt;&lt;li&gt;disc using [@] tag&lt;/li&gt;&lt;li type="circle"&gt;circle using [o] tag&lt;/li&gt;&lt;li type="circle"&gt;circle using [O] tag&lt;/li&gt;&lt;li type="circle"&gt;circle using [0] tag&lt;/li&gt;&lt;li type="square"&gt;square using [+] tag&lt;/li&gt;&lt;li type="square"&gt;square using [x] tag&lt;/li&gt;&lt;li type="square"&gt;square using [#] tag&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6184456639063041471?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6184456639063041471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6184456639063041471' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6184456639063041471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6184456639063041471'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/posting-items-lists-in-simple-machines.html' title='Posting Items Lists in Simple Machines Forums'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6938958199899030539</id><published>2007-09-25T08:33:00.000-07:00</published><updated>2007-10-01T18:31:38.504-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='lists'/><title type='text'>How to Post Advanced Ordered Lists - bbCode Basics</title><content type='html'>We learned in the previous lesson about the basic use of the [list] tag: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-create-simple-bulleted-lists.html"&gt;How to Create Simple Bulleted Lists&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Now let's go more advanced using options to create ordered lists in bbCode for posts in forums discussions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;The options to use with the list tag are five:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt; - For a numbered list.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;A&lt;/span&gt; - For an alphabetic with capital letters list.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;a&lt;/span&gt; - For an alphabetic with lowercase letters list.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;I&lt;/span&gt; - For a numbered with capital Roman numeral list.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;i&lt;/span&gt; - For a numbered with small Roman numeral list.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Let's see examples for options &lt;span style="color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;, &lt;span style="color: rgb(255, 0, 0);"&gt;A&lt;/span&gt; &amp;amp; &lt;span style="color: rgb(255, 0, 0);"&gt;I&lt;/span&gt;:&lt;/h3&gt;&lt;br /&gt;&lt;h4&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;1&lt;/span&gt; Option - numeral list:&lt;/h4&gt;&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]&lt;br /&gt;[*]List item.&lt;br /&gt;[*]Another list item.&lt;br /&gt;[*]And another one.&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;List item.&lt;/li&gt;&lt;li&gt;Another list item.&lt;/li&gt;&lt;li&gt;And another one.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;h4&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;A&lt;/span&gt; Option - alphabetic with capital letters list:&lt;/h4&gt;&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;A&lt;/span&gt;]&lt;br /&gt;[*]List item.&lt;br /&gt;[*]Another list item.&lt;br /&gt;[*]And another one.&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt; Result:&lt;/span&gt;&lt;br /&gt;&lt;ol type="A"&gt;&lt;li&gt; List item.&lt;/li&gt;&lt;li&gt; Another list item.&lt;/li&gt;&lt;li&gt; And another one.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;h4&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;I&lt;/span&gt; Option - numeral with capital Roman numeral list:&lt;/h4&gt;&lt;br /&gt;&lt;br /&gt;[list=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;I&lt;/span&gt;]&lt;br /&gt;[*]List item.&lt;br /&gt;[*]Another list item.&lt;br /&gt;[*]And another one.&lt;br /&gt;[/list]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;  Result:&lt;/span&gt;&lt;br /&gt;&lt;ol type="I"&gt;&lt;li&gt;  List item.&lt;/li&gt;&lt;li&gt;  Another list item.&lt;/li&gt;&lt;li&gt;  And another one.&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Note:&lt;/span&gt; If the instructions above don't work for you, you might be posting on a Simple Machines script based forum (to be sure read this: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;), see spacial instructions on posting lists here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/posting-items-lists-in-simple-machines.html"&gt;Posting Items Lists in Simple Machines Forums&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6938958199899030539?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6938958199899030539/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6938958199899030539' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6938958199899030539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6938958199899030539'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-post-advanced-ordered-lists.html' title='How to Post Advanced Ordered Lists - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-4550196329404413479</id><published>2007-09-24T16:32:00.000-07:00</published><updated>2007-09-25T10:23:10.806-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='lists'/><title type='text'>How to Create Simple Bulleted Lists - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; How to &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Let's talk about &lt;span style="font-weight: bold;"&gt;making lists in forums posts&lt;/span&gt; using bbCode, lists can be ordered or unordered, in this lesson will talk about the simplest kind: unordered or bulleted lists.&lt;br /&gt;&lt;br /&gt;They are simple because they don't require an option, but only two tags:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The [list] tag:&lt;/span&gt; Wraps the entire list &amp;amp; doing that designates its limits.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The [*] tag:&lt;/span&gt; Inserted on the left of each item in the list. I have to specify that unlike other tags, this one has not an ending part &amp;amp; doesn't wrap the element or item.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[list]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;List item.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;Another list item.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;And another one.&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/list]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Result in your final message:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;List item.&lt;/li&gt;&lt;li&gt;Another list item.&lt;/li&gt;&lt;li&gt;And another one.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;As a final note, I want to add that in some kinds of forums, you could simply type the elements you want to add to a list, each one in a line, select them all, click on a button in a provided &lt;span style="font-style: italic;"&gt;bbCode Editor&lt;/span&gt; &amp;amp; all the tags are inserted automatically, rest then simply to publish your post.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;But what if an element in the list was composed of 2 or more lines?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In this case you have two options:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;To insert the tags manually (a [*] before any item starts).&lt;/li&gt;&lt;li&gt;To use the editor then modify it to fit the result needed.&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Example of elements going on several lines:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[list]&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;List item, 1st line.&lt;br /&gt;2nd line.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;Another list item.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[*]&lt;/span&gt;And another one, 1st line.&lt;br /&gt;2nd line.&lt;br /&gt;3rd line.&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/list]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;List item, 1st line.&lt;br /&gt;2nd line.&lt;/li&gt;&lt;li&gt;Another list item.&lt;/li&gt;&lt;li&gt;And another one, 1st line.&lt;br /&gt;2nd line.&lt;br /&gt;3rd line.&lt;/li&gt;&lt;/ul&gt;Second lesson: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-post-advanced-ordered-lists.html"&gt;Advanced Ordered Lists Posting&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Note:&lt;/span&gt; If the instructions above don't work for you, you might be posting on a Simple Machines script based forum, see spacial instructions on posting lists here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/posting-items-lists-in-simple-machines.html"&gt;Posting Items Lists in Simple Machines Forums&lt;/a&gt;. For any help needed, please post a comment. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-4550196329404413479?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/4550196329404413479/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=4550196329404413479' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/4550196329404413479'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/4550196329404413479'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-create-simple-bulleted-lists.html' title='How to Create Simple Bulleted Lists - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-5092918070615046891</id><published>2007-09-23T09:24:00.000-07:00</published><updated>2007-09-23T10:53:40.637-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='colors'/><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>In Which Order Should Tags Be Inserted - Part 2: Link &amp; Color Tags</title><content type='html'>I talked in the previous post about tags insertions, how to do it correctly &amp;amp; the restriction with the [img] tag, as it should always be the closest to the element (image URL) it wraps, see: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/in-which-order-should-tags-be-inserted.html"&gt;In Which Order Should Tags Be Inserted - Part 1&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Let's talk now about restriction concerning the [url] &amp;amp; [color] tags:&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;1. [url] tag when wrapping a link without the use of an option:&lt;/h3&gt;&lt;br /&gt;To learn everything about [url] tag, check this post: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;Insertion of Live Links&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;To do simple, &amp;amp; to get what I mean by [url] tag used with an option, see the example below (the  link in red is the option):&lt;br /&gt;&lt;blockquote&gt;[url=&lt;span style="color: rgb(255, 0, 0);"&gt;http://learn-bbcode.blogspot.com/&lt;/span&gt;]Learn Forums bbCode Secrets[/url]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Final look:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://learn-bbcode.blogspot.com/"&gt;Learn Forums bbCode Secrets&lt;/a&gt;&lt;/blockquote&gt;&lt;a href="http://learn-bbcode.blogspot.com/"&gt;&lt;/a&gt;&lt;br /&gt;While a [url] tag used without an option looks like this:&lt;br /&gt;&lt;blockquote&gt;[url]http://learn-bbcode.blogspot.com/[/url]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Final look:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://learn-bbcode.blogspot.com/"&gt;http://learn-bbcode.blogspot.com/&lt;/a&gt;&lt;/blockquote&gt;In the second example, &amp;amp; always when [url] tag wraps directly a link without use of option, &amp;amp; if you want to combine it with other tags, &lt;span style="font-weight: bold;"&gt;[url] tag must be the closest to the hyper-link it wraps&lt;/span&gt;, or else an error would occur in your final message.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[b]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[url]&lt;/span&gt;http://learn-bbcode.blogspot.com/&lt;span style="color: rgb(51, 51, 255);"&gt;[/url]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/b]&lt;/span&gt; - &lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Right&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[url]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[b]&lt;/span&gt;http://learn-bbcode.blogspot.com/&lt;span style="color: rgb(255, 0, 0);"&gt;[/b]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/url]&lt;/span&gt; - &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Wrong&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;2. [url] tag when used with an option:&lt;/h3&gt;&lt;br /&gt;&lt;h4&gt;a. [img] tag has to be closer to the image link:&lt;/h4&gt;&lt;br /&gt;I talked in detail about that in: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/in-which-order-should-tags-be-inserted.html"&gt;In what order to insert tags - part 1&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;b. [color] tag closer to the text wrapped:&lt;/h4&gt;&lt;br /&gt;Often, the use of options with [url] tag is made to be able to wrap text &amp;amp; make it clickable, i.e. linked to web-pages or sites, if additionally you want to give that text a spacial color, you need to use [color] tag (read about this tag here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/changing-forums-messages-colors-bbcode.html"&gt;How to Change Colors&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;To be sure that your color will appear after you submit your post, &lt;span style="font-weight: bold;"&gt;the color tag have to be closer to the text wrapped than the [url] ta&lt;/span&gt;g.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[url=http://learn-bbcode.blogspot.com/]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[color=red]&lt;/span&gt;Learn Forums bbCode Secrets&lt;span style="color: rgb(255, 0, 0);"&gt;[/color]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/url]&lt;/span&gt; - &lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Right&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[color=red]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[url=http://learn-bbcode.blogspot.com/]&lt;/span&gt;Learn Forums bbCode Secrets&lt;span style="color: rgb(51, 51, 255);"&gt;[/url]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/color]&lt;/span&gt; - &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Wrong&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;With the exception of the cases above, tags work fine when combined with [url] tag no matter in which order they are inserted.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-5092918070615046891?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/5092918070615046891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=5092918070615046891' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5092918070615046891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5092918070615046891'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/in-which-order-should-tags-be-inserted_23.html' title='In Which Order Should Tags Be Inserted - Part 2: Link &amp; Color Tags'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-7748590060111322422</id><published>2007-09-22T16:42:00.000-07:00</published><updated>2007-09-22T17:39:30.259-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>In Which Order Should Tags Be Inserted - Part 1: Image Tag</title><content type='html'>In general tags can be inserted in any order as long as you respect the golden rule stating: &lt;span style="font-style: italic;"&gt;"the tag opened first should be closed last"&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;In other terms, if two or more tags are used to format some text, there must be a tag that wrap this text, then another tag wrap both text &amp;amp; the previous tag &amp;amp; so on, finally we'll get a code composed of initial text &amp;amp; tags wrapping it. Then if you look at this code from left to right you'll see it &lt;span style="font-weight: bold;"&gt;starting&lt;/span&gt; with the &lt;span style="font-weight: bold;"&gt;starting part &lt;/span&gt;of some tag, &amp;amp; &lt;span style="font-weight: bold;"&gt;ending&lt;/span&gt; with the &lt;span style="font-weight: bold;"&gt;ending part of that same tag&lt;/span&gt;. Does this make sense? If not here's a previous detailed lesson with examples &amp;amp; all:&lt;br /&gt;&lt;br /&gt;Generally if you respect that, it doesn't matter in which order tags come &amp;amp; wrap text, but there are some exceptions, they concern [img], [url] &amp;amp; [color] tags, in this lesson we'll talk about [img] tag:&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;[img] tag must always be the closest to the picture link!&lt;/h3&gt;&lt;br /&gt;We saw an example about that in the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-change-images-alignment-in-posts.html"&gt;previous lesson&lt;/a&gt;:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[center]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/center]&lt;/span&gt; - &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Right&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[center]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(51, 51, 255);"&gt;[/center]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt; - &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Wrong&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;[img] tag has always to be in direct contact with the image it wraps or else an error happens in your final message.&lt;br /&gt;&lt;br /&gt;We'll see later that [url] tag has a similar restriction, but even this last can't be closer to the picture link than [img] tag:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt; (There shouldn't be a line-break in your code!)&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;span style="font-weight: bold;"&gt;Right:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[url=http://google.com/]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/&lt;br /&gt;images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/url]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="font-weight: bold;"&gt;Wrong:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[url=http://google.com/]&lt;/span&gt;http://www.google.com/intl/en_ALL/&lt;br /&gt;images/logo.gif&lt;http: com="" intl="" en_all="" images="" gif=""&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/url]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;br /&gt;&lt;/http:&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-7748590060111322422?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/7748590060111322422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=7748590060111322422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7748590060111322422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/7748590060111322422'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/in-which-order-should-tags-be-inserted.html' title='In Which Order Should Tags Be Inserted - Part 1: Image Tag'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-9097224852504321192</id><published>2007-09-22T08:05:00.000-07:00</published><updated>2007-10-01T17:49:13.088-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='alignment'/><category scheme='http://www.blogger.com/atom/ns#' term='advanced'/><title type='text'>How to Change Images Alignment in Posts</title><content type='html'>Let's go for more ways to format posts &amp;amp; see how to align pictures.&lt;br /&gt;&lt;br /&gt;Images are in most of forums aligned by default on the left side, to change that you need to use one of three tags we already saw in a previous lesson, the [left], [center] &amp;amp; [right] tags, see their use with text here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-change-text-alignment-bbcode.html"&gt;How to Change Text Alignment&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;To summarize, you use one of those tags at once to wrap your text (or image as we'll see):&lt;br /&gt;&lt;br /&gt;[left] for left alignment, [center] to center an element &amp;amp; [right] to align an element on the right.&lt;br /&gt;&lt;br /&gt;The use of those tags with images is not different than the use for text, you just need to combine them with the [img] tag (learn more about how to combine tags here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Again let's use &lt;span style="font-style: italic;"&gt;Google&lt;/span&gt; Logo image as an example:&lt;br /&gt;&lt;br /&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Wrap it with the [img] tag:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Then according to if you want the image on the left, center or the right, wrap the whole with [left], [center] or [right] tags respectively:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[left]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/left]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[center]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/center]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[right]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/right]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;That's all :)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Notes:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. As with &lt;a href="http://learn-bbcode.blogspot.com/2007/09/choose-font-for-your-forum-post-bbcode.html"&gt;Fonts Change&lt;/a&gt;, unfortunately the guys from &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt; seem to think it useless to let users change text or images alignment, let's hope they fix that soon. With other popular forums platforms text alignment works fine: &lt;a href="http://www.vbulletin.com/"&gt;vBulletin&lt;/a&gt;, &lt;a href="http://www.invisionboard.com/"&gt;IP.Board&lt;/a&gt; &amp;amp; &lt;a href="http://www.simplemachines.org/"&gt;Simple Machines&lt;/a&gt;. To know if your posts are on a phpBB powered forum, see: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. When you combine tags, most of time, it doesn't matter in which order you insert them as long as the ones you open first are closed last &amp;amp; so on.&lt;br /&gt;&lt;br /&gt;However, when you combine [img] tag with other tags, &lt;span style="font-weight: bold;"&gt;it must the closest to the image URL it wraps&lt;/span&gt; (i.e. directly in contact with it) or else you get an error ..&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[center]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/center]&lt;/span&gt; - &lt;span style="color: rgb(0, 153, 0); font-weight: bold;"&gt;Right&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[img]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[center]&lt;/span&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;span style="color: rgb(51, 51, 255);"&gt;[/center]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/img]&lt;/span&gt; - &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Wrong&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-9097224852504321192?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/9097224852504321192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=9097224852504321192' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/9097224852504321192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/9097224852504321192'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-change-images-alignment-in-posts.html' title='How to Change Images Alignment in Posts'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-1421897233619701253</id><published>2007-09-21T10:33:00.000-07:00</published><updated>2007-09-22T17:41:13.547-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>How to Make Images Clickable - bbCode Basics</title><content type='html'>This is very useful in forums allowing their users to advertise their sites or businesses, as they can display banners in their posts or signatures, &amp;amp; link those images to their sites.&lt;br /&gt;&lt;br /&gt;To make a picture clickable, you need two tags we already saw, the [url] tag (learn about it here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;How to Insert Live Links&lt;/a&gt;) &amp;amp; the [img] tag we saw in detail in three lessons starting from this one: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html"&gt;How to Insert Images in Posts - Part 1&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;We learned also previously that two or more tags can be combined &lt;span style="font-weight: bold;"&gt;provided that the tag started first ends last&lt;/span&gt; (read more about that here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now that you know all that, you may have guessed at least partly how to post a linked (or clickabl)e image. Here are the steps needed:&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;1. The use of [img] tag:&lt;/h3&gt;&lt;br /&gt;Wrap the image link with the [img] tag, let's use again &lt;span style="font-style: italic;"&gt;Google&lt;/span&gt; Logo image (see it also &lt;a href="http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html"&gt;HERE&lt;/a&gt; then &lt;a href="http://learn-bbcode.blogspot.com/2007/09/final-steps-how-to-link-to-image.html"&gt;HERE&lt;/a&gt;) as an example:&lt;br /&gt;&lt;br /&gt;[img]http://www.google.com/intl/en_ALL/images/logo.gif[/img]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;2. The use of [url] tag:&lt;br /&gt;&lt;/h3&gt;&lt;br /&gt;OK! Now that we have our image link wrapped, we need to wrap the whole (link + tag) with the [url] tag &amp;amp; add the link we want to link the image to as an option.&lt;br /&gt;&lt;br /&gt;Let's use &lt;span style="font-style: italic;"&gt;Google.com&lt;/span&gt; (http://google.com/) as an example:&lt;br /&gt;&lt;br /&gt;[img]http://www.google.com/intl/en_ALL/images/logo.gif[/img]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;to: &lt;/span&gt;(There shouldn't be a line-break in your code!)&lt;br /&gt;&lt;br /&gt;[url=&lt;span style="color: rgb(255, 0, 0);"&gt;http://google.com/&lt;/span&gt;][img]http://www.google.com/intl/en_ALL/&lt;br /&gt;images/logo.gif[/img][/url]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;and finally:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://google.com/"&gt;&lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Any questions? Please post a comment :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-1421897233619701253?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/1421897233619701253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=1421897233619701253' title='38 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1421897233619701253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1421897233619701253'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-make-images-clickable-bbcode.html' title='How to Make Images Clickable - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>38</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-5158127243638827207</id><published>2007-09-20T14:17:00.000-07:00</published><updated>2007-09-20T14:30:59.670-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Final Steps &amp; How to Link to an Image - Display Image Part 3 - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;We saw an &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html"&gt;Intro on [img] tag in lesson one&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html"&gt;How to find the links for pictures in lesson two&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;Let's now use the tag &amp;amp; link to at last display our image, then will see how to post the link to an image without displaying it in post.&lt;/span&gt;&lt;br /&gt;&lt;h3&gt;Final steps to display your images:&lt;/h3&gt;&lt;br /&gt;Once you get your Hyper-link / URL / Address, with one of the methods above, rest to wrap it with the [img] tag:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Example:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Let's use our Google Logo link as an example:&lt;br /&gt;&lt;br /&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Wrap it with the tag:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[img]http://www.google.com/intl/en_ALL/images/logo.gif[/img]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;The result is:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.google.com/intl/en_ALL/images/logo.gif" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Alternative to the use of [img] tag for posting images:&lt;/h3&gt;&lt;br /&gt;Some times you just want to link to an image without displaying it, maybe it's too big or would make he thread in which you post hard to load or to read comfortably.&lt;br /&gt;&lt;br /&gt;To do that, simply use [url] tag instead of [img] tag, images URLs don't differ at all from other web-pages URLs while applying [url] tag to them, so to know all the ways regarding the use of the [url] tag, go to this lesson: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;Instructions on Inserting Live Links&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-5158127243638827207?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/5158127243638827207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=5158127243638827207' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5158127243638827207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5158127243638827207'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/final-steps-how-to-link-to-image.html' title='Final Steps &amp; How to Link to an Image - Display Image Part 3 - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-8350131952810971916</id><published>2007-09-20T14:01:00.000-07:00</published><updated>2007-09-20T14:39:33.344-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Methods to Get Images Links - Display Image Part 2 - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;After the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html"&gt;Intro on [img] tag &amp;amp; Hyper-links&lt;/a&gt;, now let's see in detail the two methods for getting the Hyper-links / URLs / Addresses for images:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;1. How to get the link for an image published on the web?&lt;/h3&gt;&lt;br /&gt;Let's use &lt;span style="font-style: italic;"&gt;Google&lt;/span&gt; Logo as an example:&lt;br /&gt;&lt;br /&gt;Go to &lt;a style="font-style: italic;" href="http://www.google.com/"&gt;Google.com&lt;/a&gt; &amp;amp; right-click on the Logo ..&lt;br /&gt;&lt;br /&gt;Now, if you use &lt;span style="font-style: italic;"&gt;Internet Explorer&lt;/span&gt; browser, click on Proprties in the menu, in the box that will popup, you'll see the link for the Logo that you'll have to copy, in our example, the link should be similar to this:&lt;br /&gt;&lt;br /&gt;http://www.google.com/intl/en_ALL/images/logo.gif&lt;br /&gt;&lt;br /&gt;If your browser is Opera or Firefox (&lt;a href="http://videotutorialspot.info/firefox-2-google-toolbar-necessary-add-ons/"&gt;click to see why Firefox is recommended&lt;/a&gt;), once you right-click on the Logo, you'll see in the menu an option to "copy image address", click on it &amp;amp; the image will automatically be copied to the clipboard, then you just paste it using "Ctrl + v" into your message.&lt;br /&gt;&lt;br /&gt;However, this method of linking directly to images hosted on other sites (&lt;span style="font-style: italic;"&gt;Google.com&lt;/span&gt; in our examples), is not recommended, as it consumes resources from those site, &amp;amp; in some cases you simply won't get your image displayed. Fortunately we have another option :) Here it is:&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;2. Hosting your images (uploading to the Internet):&lt;/h3&gt;&lt;br /&gt;There are many sites that offer images hosting, the most popular are &lt;a href="http://imageshack.us/"&gt;ImageShack&lt;/a&gt; &amp;amp; &lt;a href="http://photobucket.com/"&gt;PhotoBucket&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Once you register for free with them, those photos hosts allow you to upload images from your computer to them then give you the links to post safely in your forums entries.&lt;br /&gt;&lt;br /&gt;They even give you links wrapped with bbCode tags so that you have only to copy &amp;amp; paste into your posts.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;How to host images you find on the Internet?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For that you have to download the pictures to your PC first, then to upload to your image host.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Next:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/final-steps-how-to-link-to-image.html"&gt;Part 3 - Final Steps to Insert Images + How to Link to an Image without Displaying it in Post&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-8350131952810971916?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/8350131952810971916/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=8350131952810971916' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8350131952810971916'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/8350131952810971916'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html' title='Methods to Get Images Links - Display Image Part 2 - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-546626368202590999</id><published>2007-09-20T13:54:00.000-07:00</published><updated>2007-09-20T14:17:18.453-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='images'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>How to Insert Images in Forums Posts - Intro - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The ability of inserting pictures into your messages is a very nice and useful feature in bbCode, images can be displayed without the need to upload them to the site in which you post, here I must precise that only few forums allow pictures &amp;amp; files uploads, except for avatars maybe ..&lt;br /&gt;&lt;br /&gt;To display an image you need two things: the tag [img] and the URL or Hyper-link of the image ..&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;1. How to use the [img] tag?&lt;/h3&gt;&lt;br /&gt;In a way it's similar to the use of the [url] tag, you need to wrap the URL or Hyper-link of the image.&lt;br /&gt;&lt;br /&gt;You must know, that as each web-page or site has its own unique URL, also any image or file published in the web has a unique Hyper-link.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;2. How to get images Hyper-links?&lt;/h3&gt;&lt;br /&gt;There are two methods depending on if the picture is from Internet or a personal photo on your computer .. in the first case &lt;span style="font-weight: bold;"&gt;you can&lt;/span&gt; use the original link of the picture, in the 2nd case, &lt;span style="font-weight: bold;"&gt;you must&lt;/span&gt; host your image (i.e. upload it to an "Images Host").&lt;br /&gt;&lt;br /&gt;The two methods in detail in the second lesson: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/methods-to-get-images-links-display.html"&gt;Methods to Get Images Links - Display Image Part 2&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-546626368202590999?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/546626368202590999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=546626368202590999' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/546626368202590999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/546626368202590999'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-insert-images-in-forums-posts.html' title='How to Insert Images in Forums Posts - Intro - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-5011233116772103697</id><published>2007-09-19T16:24:00.000-07:00</published><updated>2007-10-01T17:47:07.046-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='alignment'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>How to Change Text Alignment - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Most of time, the text in forums discussions is aligned on the left, but you can change the alignment in your posts, for decoration, when submitting in some language that's written from right to left, or for any other reason.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;There are three tags for text alignment:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[left] - Text left aligned.&lt;br /&gt;&lt;br /&gt;[center] - Text centered.&lt;br /&gt;&lt;br /&gt;[right] - Text right aligned.&lt;br /&gt;&lt;br /&gt;The tags are applied to text as with other tags, they have to wrap the part of your text you want to change the alignment (read &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[left]This text is left-aligned.[/left]&lt;br /&gt;&lt;br /&gt;[center]This text is centered.[/center]&lt;br /&gt;&lt;br /&gt;[right]This text is right-aligned.[/right]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;In order, the three lines above will look in your final message:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This text is left-aligned.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;This text is centered.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: right;"&gt;This text is right-aligned.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;What to add? Hmm ..&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. That it's useless to combine two or all three alignment tags, that would only help to get an undesired result (more  about combining tags &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;HERE&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;2. As with &lt;a href="http://learn-bbcode.blogspot.com/2007/09/choose-font-for-your-forum-post-bbcode.html"&gt;Fonts Change&lt;/a&gt;, the guys from &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt; think it's useless to let users align text as they wish, let's hope they fix that soon. With other popular forums platforms text alignment works fine: &lt;a href="http://www.vbulletin.com/"&gt;vBulletin&lt;/a&gt;, &lt;a href="http://www.invisionboard.com/"&gt;IP.Board&lt;/a&gt; &amp;amp; &lt;a href="http://www.simplemachines.org/"&gt;Simple Machines&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;3. If you're not sure what software the forum you're part of uses read: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;4. &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-change-images-alignment-in-posts.html"&gt;Click here to know how to align pictures&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-5011233116772103697?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/5011233116772103697/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=5011233116772103697' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5011233116772103697'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5011233116772103697'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-change-text-alignment-bbcode.html' title='How to Change Text Alignment - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-2461286137090091313</id><published>2007-09-19T07:42:00.000-07:00</published><updated>2007-09-19T09:20:40.471-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>How to Make an e-Mail Address Clickable - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If an e-Mail address is clickable, a click on it would by default, in most of browsers, open a box from your default  e-Mail client (Outlook Express, Thunderbird or any other) to let you compose a message for the address you clicked on.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 204, 0);"&gt;For linking to an e-Mail you have two option:&lt;/span&gt;&lt;br /&gt;&lt;h3&gt;1. To use the [url] Tag:&lt;/h3&gt;&lt;br /&gt;We learned about linking to web pages using the [url] tag here: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;Instructions on Inserting Live Links&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You can use the same instructions to link to e-Mails, the only difference is that the address have to be preceded by this code: "&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;mailto:&lt;/span&gt;"&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[url]&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;mailto:&lt;/span&gt;johndoe@mail.com[/url] - &lt;a href="mailto:johndoe@mail.com"&gt;johndoe@mail.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[url=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;mailto:&lt;/span&gt;johndoe@mail.com]Send a mesage to John Doe[/url] - &lt;a href="mailto:johndoe@mail.com"&gt;Send a mesage to John Doe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;2. Linking to e-Mails using [email] tag:&lt;/h3&gt;&lt;br /&gt;This tag was made especially for e-Mails links, using it you won't need to add the "&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;mailto:&lt;/span&gt;" code.&lt;br /&gt;&lt;br /&gt;The [email] tag then, works the same way the [url] tag works for Hyperlinks as seen &lt;a href="http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html"&gt;HERE&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[email]johndoe@mail.com[/email] - &lt;a href="mailto:johndoe@mail.com"&gt;johndoe@mail.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[email=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&lt;/span&gt;johndoe@mail.com]Send a mesage to John Doe[/email] - &lt;a href="mailto:johndoe@mail.com"&gt;Send a mesage to John Doe&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-2461286137090091313?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/2461286137090091313/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=2461286137090091313' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/2461286137090091313'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/2461286137090091313'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-make-e-mail-address-clickable.html' title='How to Make an e-Mail Address Clickable - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-5646286608305283938</id><published>2007-09-18T17:13:00.000-07:00</published><updated>2007-09-19T09:24:29.491-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='links'/><title type='text'>Instructions on Inserting Live Links - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;By "live links", I mean links in which you can click to go to a different page or website.&lt;br /&gt;&lt;br /&gt;Now, in most of forums, you just paste your Hyperlink or URL, submit the message and it's automatically converted to a clickable link, but anyways, let's see how to do that manually + some more very useful options.&lt;br /&gt;&lt;br /&gt;The tag for links is this:&lt;br /&gt;&lt;br /&gt;[url]&lt;br /&gt;&lt;br /&gt;Let's use this blog URL "http://learn-bbcode.blogspot.com/" as an example, the code will be:&lt;br /&gt;&lt;br /&gt;[url]http://learn-bbcode.blogspot.com/[/url]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://learn-bbcode.blogspot.com/"&gt;http://learn-bbcode.blogspot.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;No problem till now, but&lt;span style="font-weight: bold;"&gt; what if you want a part of your text being clickable?&lt;/span&gt; Something like &lt;span style="font-style: italic;"&gt;"Click Here"&lt;/span&gt; or '&lt;span style="font-style: italic;"&gt;'Go Here"&lt;/span&gt; or just a name of a site or anything else?&lt;br /&gt;&lt;br /&gt;For that you have to add an option, here, the option will be the Hyperlink itself, &amp;amp; the tags will wrap the text you want to be clickable.&lt;br /&gt;&lt;br /&gt;Now, as an example, I'll use my blog title &lt;span style="font-style: italic;"&gt;"Learn Forums bbCode Secrets"&lt;/span&gt; &amp;amp; its URL of course:&lt;br /&gt;&lt;br /&gt;[url=http://learn-bbcode.blogspot.com/]Learn Forums bbCode Secrets[/url]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Will look in your final message:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://learn-bbcode.blogspot.com/"&gt;Learn Forums bbCode Secrets&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Next lesson:&lt;/span&gt; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-make-e-mail-address-clickable.html"&gt;How to Link to an e-Mail Address&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-5646286608305283938?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/5646286608305283938/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=5646286608305283938' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5646286608305283938'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5646286608305283938'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/instructions-on-inserting-live-links.html' title='Instructions on Inserting Live Links - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-1419833649665188415</id><published>2007-09-18T14:25:00.000-07:00</published><updated>2007-10-01T17:41:18.608-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><category scheme='http://www.blogger.com/atom/ns#' term='text-size'/><title type='text'>How to Change Text Size - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The tag for changing the text size of your message is the following:&lt;br /&gt;&lt;br /&gt;[size]&lt;br /&gt;&lt;br /&gt;As we saw with the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/changing-forums-messages-colors-bbcode.html"&gt;[color] tag&lt;/a&gt; &amp;amp; the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/choose-font-for-your-forum-post-bbcode.html"&gt;[font] tag&lt;/a&gt;, you need to add an option to [size] tag to choose the size.&lt;br /&gt;&lt;br /&gt;Setting options for text size is a bit more complicated, as different forums kinds use different codes for sizes, let's look at the most used communities scripts &amp;amp; the codes used on them:&lt;br /&gt;&lt;br /&gt;Note: If you don't know what software is used in the community you're part of, checkout this: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;br /&gt;&lt;h4&gt;&lt;a href="http://www.phpbb.com/"&gt;1. phpBB&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;Numeral codes are used for sizes, starting from 1 and ending by 29, 12 generally is the default size, then a small text size is a size using an option &amp;lt; 12 and a big size uses &amp;gt; 12 option.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If you use a bigger number than 29 as an option, you'll get an error in your final messages.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;9&lt;/span&gt;]Small Text[/size] - &lt;span style="font-size:85%;"&gt;Small Text&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;12&lt;/span&gt;]Normal Text[/size] or Normal Text - Normal Text&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;18&lt;/span&gt;]Bigger Text[/size] - &lt;span style="font-size:130%;"&gt;Bigger Text&lt;/span&gt;&lt;br /&gt;&lt;h4&gt;&lt;br /&gt;&lt;/h4&gt;&lt;h4&gt;&lt;a href="http://www.simplemachines.org/"&gt;2. Simple Machines&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;Similar to phpBB exept these points:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;To the numeral codes, you have to add "pt" for point, so that instead of [size=9] you type [size=9&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;pt&lt;/span&gt;]&lt;/li&gt;&lt;li&gt;The default text size would be 10 &amp;amp; not 12 as in phpBB&lt;/li&gt;&lt;li&gt;If you specify a bigger code than 29, you won't get an error in your final message but the bigger size available (i.e. 29).&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;9pt&lt;/span&gt;]Small Text[/size] - &lt;span style="font-size:85%;"&gt;Small Text&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;10pt&lt;/span&gt;]Normal Text[/size] or Normal Text - Normal Text&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;18pt&lt;/span&gt;]Bigger Text[/size] - &lt;span style="font-size:130%;"&gt;Bigger Text&lt;/span&gt;&lt;br /&gt;&lt;h4&gt;&lt;br /&gt;&lt;/h4&gt;&lt;h4&gt;&lt;a href="http://www.vbulletin.com/"&gt;3. vBulletin&lt;/a&gt;&lt;/h4&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;&lt;br /&gt;There are two options:&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Numeral:&lt;/span&gt; Starts from 1 &amp;amp; goes till 7, so if you give the option a bigger value than 7, you get a size "7".&lt;br /&gt;&lt;br /&gt;The default value is 2&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]Small Text[/size] - &lt;span style="font-size:85%;"&gt;Small Text&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;2&lt;/span&gt;]Normal Text[/size] or Normal Text - Normal Text&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;3&lt;/span&gt;]Bigger Text[/size] - &lt;span style="font-size:130%;"&gt;Bigger Text&lt;/span&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;+ or -:&lt;/span&gt; Starts from -2 and goes till +4, bigger value than +4 will get you a +4 size.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;-2&lt;/span&gt;]Small Text[/size] - &lt;span style="font-size:85%;"&gt;Small Text&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;-1&lt;/span&gt;]Normal Text[/size] or Normal Text - Normal Text&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;+1&lt;/span&gt;]Bigger Text[/size] - &lt;span style="font-size:130%;"&gt;Bigger Text&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;h4&gt;&lt;a href="http://www.invisionboard.com/"&gt;4. IP.Board:&lt;/a&gt;&lt;/h4&gt;&lt;br /&gt;Only supports the numeral option in vBulletin boards, codes are 1 to 7 (you get same results adding a "+"), a wrong option code results in a size 3 text (?!)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Examples:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;]Small Text[/size] or [size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;+1&lt;/span&gt;]Small Text[/size] - &lt;span style="font-size:85%;"&gt;Small Text&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;2&lt;/span&gt;]Normal Text[/size] or [size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;+2&lt;/span&gt;]Normal Text[/size] or Normal Text - Normal Text&lt;br /&gt;&lt;br /&gt;[size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;3&lt;/span&gt;]Bigger Text[/size] or [size=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;+3&lt;/span&gt;]Bigger Text[/size] - &lt;span style="font-size:130%;"&gt;Bigger Text&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-1419833649665188415?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/1419833649665188415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=1419833649665188415' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1419833649665188415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1419833649665188415'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-change-text-size-bbcode-basics.html' title='How to Change Text Size - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-5898713585771426932</id><published>2007-09-17T17:33:00.000-07:00</published><updated>2007-10-01T17:22:57.421-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='fonts'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Choose a Font For Your Forum Post - bbCode Basics</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; If this lesson seems a bit unclear to you, you may want to check basic bbCode lessons: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;How Does bbCode Work?&lt;/a&gt; &amp;amp; &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Let's talk about how to change the default font in your discussions boards messages.&lt;br /&gt;&lt;br /&gt;The tag used for fonts is [font], and as with the [color] tag, you need to specify an option, which is a code representing the font of your choice.&lt;br /&gt;&lt;br /&gt;However, fonts choice is limited in bbCode, as is the case with HTML, that's because HTML - &amp;amp; bbCode after converted to HTML once you post your message - I said, HTML calls the fonts from users computers, and depending on each computer, more or less fonts would be installed, that's why HTML calls only few widely used fonts.&lt;br /&gt;&lt;h3&gt;Here is the list of codes for the fonts used in bbCode:&lt;!--3--&gt;&lt;br /&gt;&lt;/h3&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;&lt;br /&gt;Examples of codes &amp;amp; their final look for 21 fonts:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Arial&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:arial;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Arial Black&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Arial Black;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Arial Narrow&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Arial Narrow;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Book Antiqua&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Book Antiqua;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Century Gothic&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Century Gothic;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Comic Sans MS&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Comic Sans MS;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Courier New&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Courier New;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Fixedsys&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Fixedsys;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Franklin Gothic Medium&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Franklin Gothic Medium;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Garamond&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Garamond;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Georgia&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:georgia;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Impact&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Impact;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Lucida Console&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Lucida Console;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Lucida Sans Unicode&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Lucida Sans Unicode;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Microsoft Sans Serif&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Microsoft Sans Serif;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Palatino Linotype&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Palatino Linotype;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;System&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:System;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Tahoma&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Tahoma;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Times New Roman&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Times New Roman;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Trebuchet MS&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Trebuchet MS;"&gt;Custom Font&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;[FONT=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Verdana&lt;/span&gt;]Custom Font[/FONT] - &lt;span style="font-family:Verdana;"&gt;Custom Font&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;Warning:&lt;/span&gt; Unfortunately, while the fonts work well on communities based on &lt;a href="http://www.vbulletin.com/"&gt;vBulletin&lt;/a&gt; , &lt;a href="http://www.invisionboard.com/"&gt;IP.Board&lt;/a&gt; &amp;amp; &lt;a href="http://www.simplemachines.org/"&gt;Simple Machines&lt;/a&gt; forums softwares, &lt;span style="font-weight: bold;"&gt;they are not supported by &lt;a href="http://www.phpbb.com/"&gt;phpBB&lt;/a&gt; boards&lt;/span&gt; "yet". Checkout the following post to know if you're using a phpBB powered forum: &lt;a href="http://learn-bbcode.blogspot.com/2007/10/what-kind-of-forum-are-you-using.html"&gt;What Kind of Forum are You Using?&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-5898713585771426932?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/5898713585771426932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=5898713585771426932' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5898713585771426932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/5898713585771426932'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/choose-font-for-your-forum-post-bbcode.html' title='Choose a Font For Your Forum Post - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-2998843418324861529</id><published>2007-09-17T05:09:00.000-07:00</published><updated>2007-09-17T06:15:52.009-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>How to Correctly Insert Tags - bbCode Basics</title><content type='html'>I've mentioned this in other lessons, but better to talk about it in detail.&lt;br /&gt;&lt;br /&gt;Often you need to combine several tags in some part of the text to change different aspects of it (color, style &amp;amp; font for example), in this case, it's important to &lt;span style="font-weight: bold;"&gt;close the first tag opened last&lt;/span&gt;, so that it wraps the text to format &amp;amp; also all the tags inserted after it,or else you may get some unpredictable results.&lt;br /&gt;&lt;br /&gt;To understand better, let's first talk about some basics:&lt;br /&gt;&lt;br /&gt;To get the effect needed on text, tags have to wrap this text, that's why they are inserted in two parts, the first, the &lt;span style="font-style: italic;"&gt;"opening tag"&lt;/span&gt; in the beginning of the content and the second, the &lt;span style="font-style: italic;"&gt;"closing tag"&lt;/span&gt;, in the end of the content.&lt;br /&gt;&lt;br /&gt;The closing tag differ from the opening tag by a "/" symbol (forward slash) added into it, let's see an example:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;blockquote&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;For the tag used to give strong emphasis to the text, we have:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[B] - Opening Tag&lt;br /&gt;&lt;br /&gt;[&lt;span style="color: rgb(255, 0, 0);"&gt;/&lt;/span&gt;B] - Closing Tag&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Use to wrap text:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is plain, [B]this part is bold[/B] &amp;amp; this is plain.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Result:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is plain, &lt;span style="font-weight: bold;"&gt;this part is bold&lt;/span&gt; &amp;amp; this is plain.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Now how to combine tags?&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;Better to use an example:&lt;/p&gt;&lt;br /&gt;&lt;blockquote&gt;Let's say we want our text &lt;span style="font-weight: bold;"&gt;Bold&lt;/span&gt; &amp;amp; &lt;span style="color: rgb(51, 51, 255);"&gt;Blue&lt;/span&gt; (more about colors &lt;a href="http://learn-bbcode.blogspot.com/2007/09/changing-forums-messages-colors-bbcode.html"&gt;HERE&lt;/a&gt;), we have two options to insert tags:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;This way:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is plain, &lt;span style="color: rgb(255, 0, 0);"&gt;[B]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[color=blue]&lt;/span&gt;this part is bold &amp;amp; blue&lt;span style="color: rgb(51, 51, 255);"&gt;[/color]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/B]&lt;/span&gt; &amp;amp; this is plain.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;Or this way:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is plain, &lt;span style="color: rgb(51, 51, 255);"&gt;[color=blue]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[B]&lt;/span&gt;this part is bold &amp;amp; blue&lt;span style="color: rgb(255, 0, 0);"&gt;[/B]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/color]&lt;/span&gt; &amp;amp; this is plain.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0);"&gt;In both the result is the same, the following:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This part is plain, &lt;span style="font-weight: bold;color:blue;" &gt;this part is bold &amp;amp; blue&lt;/span&gt; &amp;amp; this is plain.&lt;/blockquote&gt;&lt;br /&gt;&lt;h3&gt;Always the first tag opened is the last one closed!&lt;/h3&gt;&lt;br /&gt;Then the following two examples are wrong:&lt;br /&gt;&lt;blockquote&gt;This part is plain, &lt;span style="color: rgb(255, 0, 0);"&gt;[B]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[color=blue]&lt;/span&gt;this part is bold &amp;amp; blue&lt;span style="color: rgb(255, 0, 0);"&gt;[/B]&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;[/color]&lt;/span&gt; &amp;amp; this is plain.&lt;br /&gt;&lt;br /&gt;This part is plain, &lt;span style="color: rgb(51, 51, 255);"&gt;[color=blue]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[B]&lt;/span&gt;this part is bold &amp;amp; blue&lt;span style="color: rgb(51, 51, 255);"&gt;[/color]&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;[/B]&lt;/span&gt; &amp;amp; this is plain.&lt;/blockquote&gt;&lt;br /&gt;Those kinds of combinations may give the needed results &lt;span style="font-weight: bold;"&gt;sometimes&lt;/span&gt; (which, I agree, is the most important), but still it's a wrong coding and often will mess up your posts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-2998843418324861529?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/2998843418324861529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=2998843418324861529' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/2998843418324861529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/2998843418324861529'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html' title='How to Correctly Insert Tags - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6388338002071843174</id><published>2007-09-16T14:26:00.000-07:00</published><updated>2007-09-17T06:21:44.370-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='colors'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Changing Forums Messages Colors - bbCode Basics</title><content type='html'>We talked about text style &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-posts-formatting-bold.html"&gt;Bold, Italic, Underline&lt;/a&gt;, let's talk now about colors!&lt;br /&gt;&lt;br /&gt;Usually the text in Forums has a default color that depends according to the theme, background color etc, but you're allowed to change the colors of your messages completely  or partly using bbCode.&lt;br /&gt;&lt;br /&gt;To change color is easy, you just need the tag [color] to wrap your text, but here, there's something else to set in addition to the starting tag [color] &amp;amp; the end tag [/color], I talked generally about this additional element in &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;my intro&lt;/a&gt;:&lt;br /&gt;&lt;blockquote&gt;... tags can have various options, for example for different colors, text sizes, etc.&lt;/blockquote&gt;certainly the [color] tag alone won't change the text color, it needs an option &lt;span style="font-weight: bold;"&gt;to specify the desired color&lt;/span&gt;, the option is added into the opening tag after a "=" sign, so that it looks like this:&lt;br /&gt;&lt;br /&gt;[color=&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;option&lt;/span&gt;]&lt;br /&gt;&lt;h3&gt;Now, what to put instead of the word "option" in the sample above?&lt;/h3&gt;&lt;br /&gt;Each color in HTML has a code, those are used in bbCode as well.&lt;br /&gt;&lt;br /&gt;For the basic colors, &amp;amp; even some more complicated, you can simply put color's name as the code,&lt;br /&gt;&lt;br /&gt;You have &lt;span style="font-weight: bold;"&gt;one word names:&lt;/span&gt; Black, Grey, White, Blue, Green, Red, Yellow, Orange, Brown, Purple, Sienna, Navy, Indigo ...&lt;br /&gt;&lt;br /&gt;&amp;amp; some &lt;span style="font-weight: bold;"&gt;composed names&lt;/span&gt;: DarkGreen, SeaGreen, DarkOliveGreen, DarkSlateBlue, SandyBrown ...&lt;br /&gt;&lt;br /&gt;You can always use the editors that most of forums offer to select the color you want with one click after you select the part of your message you want to colorize.&lt;br /&gt;&lt;h3&gt;Now what about the millions of other colors?&lt;/h3&gt;&lt;br /&gt;Each color has its own &lt;span style="font-weight: bold;"&gt;unique code of six characters&lt;/span&gt; that can be used into the [color] tag. For example the code for &lt;span style="font-style: italic;"&gt;Blue&lt;/span&gt; is &lt;span style="font-style: italic;"&gt;0000ff&lt;/span&gt;, in the [color] tag, you type the symbol "#" before it, so that:&lt;br /&gt;&lt;br /&gt;[color=&lt;span style="font-weight: bold;color:blue;" &gt;#ooooff&lt;/span&gt;]This is Blue[/color]&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;and&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[color=&lt;span style="font-weight: bold;color:blue;" &gt;blue&lt;/span&gt;]This is Blue[/color]&lt;br /&gt;&lt;br /&gt;Will give us the same result:&lt;br /&gt;&lt;br /&gt;&lt;span style="color:blue;"&gt;This is Blue&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Want to add more style?A &lt;span style="font-weight: bold;"&gt;Bold&lt;/span&gt; &amp;amp; &lt;span style="color: rgb(51, 51, 255);"&gt;Blue&lt;/span&gt; text for instance? Easy:&lt;br /&gt;&lt;br /&gt;[B][color=&lt;span style="font-weight: bold;color:blue;" &gt;#ooooff&lt;/span&gt;]This is Blue[/color][/B] &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;or&lt;/span&gt; [color=&lt;span style="font-weight: bold;color:blue;" &gt;#ooooff&lt;/span&gt;][B]This is Blue[/B][/color] (Always the first opened tag closed last, checkout: &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;How to Correctly Insert Tags&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Will look:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;color:blue;" &gt;This is Blue&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Checkout &lt;a href="http://html-color-codes.com/" target="_blank"&gt;THIS&lt;/a&gt; for a list of 216 colors called "web safe", each is displayed in two lines, but you should type it in one line &amp;amp; preceded with the symbol "#" as shown in the example above.&lt;br /&gt;&lt;br /&gt;For the many other colors, you can find &amp;amp; select the codes in &lt;span style="font-style: italic;"&gt;Photoshop&lt;/span&gt; or other graphics editors, or you might use &lt;span style="font-style: italic;"&gt;Pixie&lt;/span&gt;, a great little Freeware, get it from &lt;a href="http://www.nattyware.com/pixie.html" target="_blank"&gt;HERE&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6388338002071843174?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6388338002071843174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6388338002071843174' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6388338002071843174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6388338002071843174'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/changing-forums-messages-colors-bbcode.html' title='Changing Forums Messages Colors - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-1383728766156914086</id><published>2007-09-16T05:35:00.000-07:00</published><updated>2007-09-17T06:19:23.961-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='style-n-weight'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>Posts Formatting: Bold, Italic, Underline - bbCode Basics</title><content type='html'>The most basic &amp;amp; most used text formatting on forum are probably &lt;span style="font-weight: bold;"&gt;Bold&lt;/span&gt; &amp;amp; &lt;span style="font-style: italic;"&gt;Italic&lt;/span&gt; styles, &lt;u&gt;Underline&lt;/u&gt; is less used but it's similar to the two others, that's why I included it in this lesson.&lt;br /&gt;&lt;br /&gt;All three are pretty simple to use, let's have a look at the, if you read the &lt;a href="http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html"&gt;&lt;span style="font-style: italic;"&gt;Intro&lt;/span&gt;&lt;/a&gt;, I said this:&lt;br /&gt;&lt;blockquote&gt;bbCode is composed of a number of tags, are composed of square brackets [...] &amp;amp; &lt;span style="font-weight: bold;"&gt;a code inside&lt;/span&gt; (instead of dots) that makes any tag different from others.&lt;/blockquote&gt;&lt;br /&gt;The codes that interest us are B for &lt;span style="font-weight: bold;"&gt;Bold&lt;/span&gt;, I for &lt;span style="font-style: italic;"&gt;Italic&lt;/span&gt; &amp;amp; U for &lt;u&gt;Underline&lt;/u&gt;, the tags then are:&lt;br /&gt;&lt;br /&gt;[B] - &lt;b&gt;Bold&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;[I] - &lt;i&gt;Italic&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;[U] - &lt;u&gt;Underline&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;let's see another part of bbCode intro&lt;br /&gt;&lt;blockquote&gt;The tags have to wrap your content in order format it, that's why a tag is always inserted twice: in the beginning then in the end of the text you need to format, with a little difference, the tag in the end have to include the character "/" (forward slash)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;[...]Your Content[/...]&lt;/code&gt;&lt;/blockquote&gt;&lt;br /&gt;So, if you want to format a word, phrase, paragraph or a whole article, just wrap it with the desired tag:&lt;br /&gt;&lt;br /&gt;[B]Bold[/B] will look: &lt;b&gt;Bold&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;[I]Italic[/I] will look: &lt;i&gt;Italic&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;[U]Underline[/U] will look: &lt;u&gt;Underline&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Nothing simpler, &amp;amp; in some popular kinds of forums, most of time you don't need to type the tags, only to select your text, click on a button &amp;amp; it's wrapped automatically.&lt;br /&gt;&lt;br /&gt;Now a last thing, if you want to add more than one style to your text, simply add more tags, but remember &lt;span style="font-weight: bold;"&gt;always the tag you open first should be closed last&lt;/span&gt; (as explained in detail &lt;a href="http://learn-bbcode.blogspot.com/2007/09/how-to-correctly-insert-tags-bbcode.html"&gt;HERE&lt;/a&gt;), you would some times get some unpredictable results ... examples:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Wrong:&lt;/span&gt; [B][I]Your Text[/B][/I]&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 204, 0); font-weight: bold;"&gt;Right:&lt;/span&gt; [B][I]Your Text[/I][/B]&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-1383728766156914086?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/1383728766156914086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=1383728766156914086' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1383728766156914086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/1383728766156914086'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-posts-formatting-bold.html' title='Posts Formatting: Bold, Italic, Underline - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-6639172384552247132</id><published>2007-09-15T15:23:00.000-07:00</published><updated>2007-09-16T16:31:51.376-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><category scheme='http://www.blogger.com/atom/ns#' term='basics'/><title type='text'>How Does bbCode Work? - bbCode Basics</title><content type='html'>If you are familiar with HTML, bbCode will appear much simpler to you, it uses different codes but works basically the same way.&lt;br /&gt;&lt;br /&gt;bbCode is composed of a number of tags, are composed of square brackets [...] &amp;amp; a code inside (instead of dots) that makes any tag different from others.&lt;br /&gt;&lt;br /&gt;The tags have to wrap your content in order format it, that's why a  tag is always inserted twice: in the beginning then in the end of the text you need to format, with a little difference, the tag in the end have to include the character "/" (forward slash)&lt;br /&gt;&lt;br /&gt;[...]Your Content[/...]&lt;br /&gt;&lt;br /&gt;In addition, tags can have various options, for example for different colors, text sizes, etc.&lt;br /&gt;&lt;br /&gt;This was just an intro, will next start with the basic use of some tags, then go for more advance use. :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-6639172384552247132?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/6639172384552247132/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=6639172384552247132' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6639172384552247132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/6639172384552247132'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/bbcode-basics-how-does-bbcode-work.html' title='How Does bbCode Work? - bbCode Basics'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-4043003662933363528</id><published>2007-09-15T14:33:00.000-07:00</published><updated>2007-09-16T16:33:38.606-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='general'/><title type='text'>A New Blog Has Born!</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Hello!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;So this is ANOTHER blog of mine started, this time I'll be posting information on forums especially on the code used on most of boards to format text in posts &lt;span style="font-style: italic;"&gt;"bbCode"&lt;/span&gt;, a simplified form of HTML I dare to say, then easier to learn.&lt;br /&gt;&lt;br /&gt;Well, I didn't make this blog to teach you bbCode from A to Z, but to solve some problems you may encounter &amp;amp; to make things easy to understand (I hope).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Stay Tuned!&lt;/span&gt; :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-4043003662933363528?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/4043003662933363528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=4043003662933363528' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/4043003662933363528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/4043003662933363528'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2007/09/new-blog-has-born.html' title='A New Blog Has Born!'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3590066289150290002.post-406436622428481716</id><published>2006-03-28T05:16:00.000-08:00</published><updated>2009-03-28T07:42:49.727-07:00</updated><title type='text'>Privacy Policy</title><content type='html'>If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at contactmumu [at] gmail.com.&lt;br /&gt;&lt;br /&gt;At learn-bbcode.blogspot.com, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by learn-bbcode.blogspot.com and how it is used.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Log Files&lt;/b&gt;&lt;br /&gt;Like many other Web sites, learn-bbcode.blogspot.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track user’s movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Cookies and Web Beacons&lt;/b&gt;&lt;br /&gt;learn-bbcode.blogspot.com does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.&lt;br /&gt;&lt;br /&gt; &lt;b&gt;DoubleClick DART Cookie&lt;/b&gt;&lt;br /&gt;.:: Google, as a third party vendor, uses cookies to serve ads on your site.&lt;br /&gt;.:: Google's use of the DART cookie enables it to serve ads to your users based on their visit to your sites and other sites on the Internet.&lt;br /&gt;.:: Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - http://www.google.com/privacy_ads.html&lt;br /&gt;&lt;br /&gt; Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include ....&lt;br /&gt;Google Adsense&lt;br /&gt;        &lt;br /&gt;&lt;br /&gt;These third-party ad servers or ad networks use technology to the advertisements and links that appear on learn-bbcode.blogspot.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.&lt;br /&gt;&lt;br /&gt;learn-bbcode.blogspot.com has no access to or control over these cookies that are used by third-party advertisers. &lt;br /&gt;&lt;br /&gt;You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. learn-bbcode.blogspot.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.&lt;br /&gt;&lt;br /&gt;If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3590066289150290002-406436622428481716?l=learn-bbcode.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-bbcode.blogspot.com/feeds/406436622428481716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3590066289150290002&amp;postID=406436622428481716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/406436622428481716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3590066289150290002/posts/default/406436622428481716'/><link rel='alternate' type='text/html' href='http://learn-bbcode.blogspot.com/2006/03/privacy-policy.html' title='Privacy Policy'/><author><name>Mumu</name><uri>http://www.blogger.com/profile/14580823098593714719</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
