Board Logo
« Use UBB Code to format posts »

Welcome Guest. Please Login or Register.
Nov 21st, 2009, 9:27pm



Conforums Terms of Service | Membership Rules | Home | Help | Search | Recent Posts | Notification | Format Your Message | Vista/Win7 FAQ


Pages: 1  Notify Send Topic Print
 thread  Author  Topic: Use UBB Code to format posts  (Read 2729 times)
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Use UBB Code to format posts
« Thread started on: Nov 1st, 2006, 7:05pm »

Below find some useful tags to format your message.

Generally use line breaks to separate sentences/paragraphs from each other, it is hard to read posts containing no line breaks.

Use a code box to post your code and do not select Check this if you'll be adding code (or don't like smilies)..
« Last Edit: Yesterday at 05:32am by Stefan Pendl » User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #1 on: Nov 10th, 2009, 04:01am »

Code Box

  • Get the tags by pushing the User Image button on the message editor page.

  • You need to layout the text similar to the following:

    [code]Paste your Code here[/code]


  • The resulting display will be:

    Code:
    Paste your Code here 



Use a code box to post your code and do not select Check this if you'll be adding code (or don't like smilies)..
User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #2 on: Nov 10th, 2009, 04:01am »

Hyperlink

  • Get the URL tags by pushing the User Image button on the message editor page.
    Get the underline tags by pushing the User Image button on the message editor page.

  • You need to layout the text similar to the following:

    [url=http://www.hp.com/][u]HP[/u][/url]


  • The resulting display will be:

    HP
User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #3 on: Nov 10th, 2009, 04:02am »

Unordered List

  • Get the tags by pushing the User Image button on the message editor page.

  • You need to layout the text similar to the following:

    [list]
    [*]Text_1
    [*]Text_2
    [/list]


  • The resulting display will be:


    • Text_1
    • Text_2

User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #4 on: Nov 10th, 2009, 04:02am »

Ordered List

  • Get the tags by pushing the User Image button on the message editor page.

  • You need to layout the text similar to the following:

    [ordlist]
    [*]Text_1
    [*]Text_2
    [/ordlist]


  • The resulting display will be:


    1. Text_1
    2. Text_2

User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #5 on: Nov 10th, 2009, 04:03am »

Table

  • Get the tags by pushing the User Image button on the message editor page.

  • You need to layout the text similar to the following:

    [table=1]
    [tr][td]Text_1-1[/td][td]Text_1-2[/td][/tr]
    [tr][td]Text_2-1[/td][td]Text_2-2[/td][/tr]
    [/table]


  • The resulting display will be:

    Text_1-1Text_1-2
    Text_2-1Text_2-2

User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #6 on: Nov 10th, 2009, 04:03am »

Table with Heading

  • Get the table tags by pushing the User Image button on the message editor page.
    Get the bold tags by pushing the User Image button on the message editor page.

  • You need to layout the text similar to the following:

    [table=1]
    [tr][td][b]Heading_1[/b][/td][td][b]Heading_2[/b][/td][/tr]
    [tr][td]Text_1-1[/td][td]Text_1-2[/td][/tr]
    [tr][td]Text_2-1[/td][td]Text_2-2[/td][/tr]
    [/table]


  • The resulting display will be:

    Heading_1Heading_2
    Text_1-1Text_1-2
    Text_2-1Text_2-2

User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Stefan Pendl
Administrator
ImageImageImageImageImage

member is offline

Avatar

Let's talk JB ...


PM

Gender: Male
Posts: 2158
xx Re: Use UBB Code to format posts
« Reply #7 on: Yesterday at 05:13am »

Horizontal Rule

  • Get the tags by pushing the User Image button on the message editor page.

  • use it to separate different parts of your message

  • You need to layout the text similar to the following:

    First paragraph
    [hr]
    Second paragraph


  • The resulting display will be:

    First paragraph

    Second paragraph
« Last Edit: Yesterday at 05:15am by Stefan Pendl » User IP Logged

Stefan

Any code I post can be used by others in their own projects, there is no need to ask for permission, just give credit if you like

Just BASIC 1.01, Windows Vista Home Premium SP2, AMD Turion X2 RM-70 2GHz, 4GB RAM
Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

Conforums Terms of Service | Membership Rules | Home | Help | Search | Recent Posts | Notification | Format Your Message | Vista/Win7 FAQ


New Monthly Ad-Free Plan!

$6.99 Gets 50,000 Ad-Free Pageviews!
| Free Shoutboxes | Hookah |

This Board Hosted For FREE By Conforums ©
Get Your Own Free Message Board!