Paging Dr Homepage

Enhance your posts with UBBC

(Universal Bulletin Board Code)


Quoting Other People's Posts with a Quote Box

Press the "quote" button at the top right of the post you wish to copy (instead of pressing "reply").

At the beginning and end of the text, you see some writing in [ square brackets ].

For example:


[quote author=bun board=talk thread=1151460269 post=1169603531]   content of post   [/quote]



The [quote ......] and [/quote] are known as "quote tags". Everything between the quote tags will appear in a box.

To do multiple quotes, you have to do another pair of "quote tags" for each box:


[quote author=bun board=talk thread=1151460269 post=1169603531] content of post [/quote]

[quote author=bun board=talk thread=1151460269 post=1169603531] more content from post [/quote]



You need top copy / paste the [quote .........] tag every time. This is tedious. You could also use the basic [quote] ..... [/quote] form. The basic form puts everything in a box but you will not see the name of the poster and timestamp detail.

If you are quoting a post, which already has a post in it, you are making a nested quote:


[quote]

Outer quote content


[quote] Inner quote content [/quote]

[/quote]



Make sure you have equal numbers of [quote] and [/quote] tags. Many people delete the first [quote] without deleting its partner [/quote]. This leaves a stray [/quote] in the post.


Using a Horizontal Line to Separate Parts of Your Post

Instead of writing two posts back to back, you can keep paragraphs separate with a horizontal line.

Press Horizontal Rule button, or type [hr]. This has the effect of drawing a horizontal line across 40% of the width of your post.


Putting links in Your Post: how to use [URL] [/URL]

If you want to direct members to another web page, you can copy the link from the address bar and paste it into your post like this: http://www.fox.com/house/

Most of the time this works. It does not work if the address contains commas or is so long that it goes past one line. For these cases, you must use the [url][/url] tag.



How to use [url] [/url] tags in your posts

  • Click on the [image] button.

  • You get the URL tags: [url][/url]

  • You must enter the URL inside the first [url] tag like this: [url=http://www.fox.com/house/]

    Not in between the two tags: [url] http://www.fox.com/house/ [/url].

  • Then add the clickable text between the tags: [url=http://www.fox.com/house/]Click here[/url]



Clicking on an image to go to another web page:

  • Put the [img][/img] tags in between the [url][/url] tags.

  • Like this:

[url=http://www.fox.com/house/]
[img]
http://i24.photobucket.com/albums/c3/pagingdr/Forum/houseuserbar1mk.jpg[/img]
[/url]


  • This is the result of the above code:

    [image]



Display Coloured Text: Part 1

Post by WunderBunny on Aug 30, 2006, 8:40pm

Select a colour from the Colors drop down menu:
[image]
You get a pair of [color=...] [/color] tags. Note the spelling of the word COLOR in the tag. The ... is replaced by the name of a colour.

Below are examples of colours that are available. Some of these colours are not in the drop down list. You have to type them yourself.
[color=black] [/color]
[color=darkgray] [/color]
[color=gray] [/color]
[color=beige] [/color]
[color=gold] [/color]
[color=yellow] [/color]
[color=orange] [/color]
[color=fuschia] [/color]
[color=pink] [/color]
[color=red] [/color]
[color=magenta] [/color]
[color=purple] [/color]
[color=maroon] [/color]
[color=blue] [/color]
[color=navy] [/color]
[color=teal] [/color]
[color=green] [/color]
[color=limegreen] [/color]
[color=brown] [/color]

The coloured text has been bolded. Some colours are easier to read if bolded.

Display Coloured Text: Part 2

Click on Complete HTML True Color Chart to view the hexadecimal code for the 216 colours that are guaranteed to display on a colour terminal.

Choose a colour: copy the six digit code for your colour. For example, the code 990033 produces dark red.

To use this colour in your post, enter the following: [color=990033] [/color]

Size Does Matter!

Post by WunderBunny on Aug 31, 2006, 8:16pm

[size=1]The quick brown fox jumped over the lazy dog.[/size]

[size=2]The quick brown fox jumped over the lazy dog.[/size]

[size=3]The quick brown fox jumped over the lazy dog.[/size]

[size=4]The quick brown fox jumped over the lazy dog.[/size]

[size=5]The quick brown fox jumped over the lazy dog.[/size]

Fonts

Post by WunderBunny on Sept 2, 2006, 12:32am

[font=arial] [/font]
[font=helvetica] [/font]
[font=courier new] [/font]
[font=verdana] is the default font [/font]
[font=papyrus] [/font]
[font=monotype corsiva] [/font]
[font=comic sans ms] [/font]
[font=Bradley hand itc] [/font]
[font=lucida handwriting] [/font]

Click on [image] You will get [font=Verdana][/font] tags. Replace Verdana with the name of the desired font.

If any of these fonts don't appear correctly on your screen, it is because they are not installed on your computer. Your browser will revert to the default font (Verdana). The fonts in this post have been bolded and enlarged (size=4).

You can preview the appearance of your post with ALT+P or click [image] .

Bullet Point List

Post by WunderBunny on Sept 3, 2006, 12:56pm

  • Click on the [image] button. You get the following code:
    [list]
    [*]
    [*]
    [*]
    [/list]

  • [list] [/list] indicate the beginning and end of the bullet point list.

  • [*] indicates the beginning of each new list item. These will translate to a bullet point in your post.

Example of Source CodeHow the example looks in your post
[list]
[*]First list item
[*]Second list item
[*]Third list item
[/list]
  • First list item
  • Second list item
  • Third list item


Table


Post by WunderBunny on Sept 9, 2006, 9:25pm

  • Click on the [image] button.

  • The following pop up window appears.

    [image]
    In this example, I am building a table with two rows and two columns.

  • Press Go.

  • You get text that looks like this:

    [table]
    [tr]
    [td]row 1, column 1[/td]
    [td]row 1, column 2[/td]
    [/tr]
    [tr]
    [td]row 2, column 1[/td]
    [td]row 2, column 2[/td]
    [/tr]
    [/table]
    I have inserted a space after the first [to allow the code to be displayed in this post.

  • If you press Preview, it looks like this:

    row 1, column 1row 1, column 2
    row 2, column 1row 2, column 2


  • These symbols mean:

    • [table] [/table] are the beginning and end of the table.

    • [tr] [/tr] are the beginning and end of a row.

    • [td] [/td] are the beginning and end of a cell within the row.



Image Shack Uploader - Putting Images in Your Post


Post by WunderBunny on Jan 13, 2007, 3:36pm

The Image Shack Upload facility allows you to upload images to Image Shack whilst you are writing your post. When you want to put an image in your post, look for the line which says Upload an Image: (just below the row of smilies). Here are the instructions:
  • Firstly, the image must be somewhere on your computer. If not, you must right mouse-click on the image and select Save As. Then continue as follows.

  • From your Post message screen, press the Browse button:
  • ImageShack Image Uploader
  • Find the file on your computer.
  • Press the Host It button.
  • In a couple of seconds, you will see a display like this. The display shows you different ways you can display the code in your post.
    [image]
  • If you are posting a large image, please select Link to Image. This option will put a thumbnail in your post. Members can click on the thumbnail to see the full-size image. Full Image should only be used for small images which fit in the area of the post without stretching the screen.
  • Press Add to Post.
  • The UBBC coding for the image is inserted into the post for you!

Re: Image Shack Uploader - Put Image in Your Post
Post by kj on Jan 13, 2007, 5:38pm

[image]

Thanks WB ;D
Re: Image Shack Uploader - Put Image in Your Post
Post by unidude on Jan 13, 2007, 7:03pm

[image]

It's amusing AND true!!

You rock WB, thank you for all the effort :)