Home Gallery Outdoor Gear Directory Register Search FAQ Memberlist Usergroups Log in  
Reply to topic BBCode FAQ
BBCode FAQ
bvibert


Joined: 18 Nov 2005
Posts: 79
Location: Not here
Reply with quote
Questions regarding how to format text, insert links and images, etc.. come up every so often so we thought it would be a good idea to put together a FAQ. Please feel free to post in this thread if something is not covered or clear. You can also use this thread to practice.


For bold text, use this code:

Code:
[b]bold text[/b]

For italicised text, use this code:

Code:
[i]italicised text[/i]

For underlined text, use this code:

Code:
[u]underlined text[/u]

Of course, you can use any or all of the text formatting together: Example.

Code:
[b][i][u]Example[/u][/i][/b]

To add color to text, use this code:

Code:
[color=red]Red[/color]

Example: Red

The color code variables are as follows:

darkred
red
orange
brown
yellow
green
olive
cyan
blue
darkblue
indigo
violet
white
black
To change the size of the text use this code:

Code:
[size=18]18pt Text[/size]

Example:18pt Text

You can set the size from 7 to 29 (12 is normal): 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
To post a clickable text link, use this code:

Code:
[url=http://www.skimrv.com][b]SkiMRV.com[/b][/url]

Example: SkiMRV.com. It's a good idea to add bold text formatting as it makes the links stand out more.
To embed an image in a post, use this code:
Code:
[img]http://forums.skimrv.com/templates/MorpheusXSteelBlue/images/sblue/logo.gif[/img]

Example:


You can also combine IMG and URL tags to make a clickable image:
Code:
[url=http://forums.skimrv.com/index.php][img]http://forums.skimrv.com/templates/MorpheusXSteelBlue/images/sblue/logo.gif[/img][/url]

Example:


When embedding an image, please be sure you have rights to the Web server that is hosting it. It is consider poor netiquette to embed images that are hosted on servers where you don't own the web space or have the right to post the image outside of the hosting site.
For a bulleted list use this code:

Code:
[list][*]Item 1[*]Item 2[*]Item 3[/list]

Example:
  • Item 1
  • Item 2
  • Item 3

For a non-bulleted list use this code:

Code:
[list]Item 1
Item 2
Item 3
[/list]

Example:
    Item 1
    Item 2
    Item 3

For a numbered list use this code:

Code:
[list=1][*]Item 1[*]Item 2[*]Item 3[/list]

Example:
  1. Item 1
  2. Item 2
  3. Item 3

If you prefer letters instead of numbers for your numbered list use this code:

Code:
[list=a][*]Item 1[*]Item 2[*]Item 3[/list]

Example:
  1. Item 1
  2. Item 2
  3. Item 3

You can combine some list types and formatting too:
Code:
[list=1][*][b]Item 1[/b]
[list=a][*]Item 1[*]Item 2[*]Item 3[/list][*][b]Item 2[/b]
[list=a][*]Item 1[*]Item 2[*]Item 3[*]Item 4[/list][*][b]Item 3[/b]
[list=a][*]Item 1[*]Item 2[/list][/list]

Example:
  1. Item 1
    1. Item 1
    2. Item 2
    3. Item 3
  2. Item 2
    1. Item 1
    2. Item 2
    3. Item 3
    4. Item 4
  3. Item 3
    1. Item 1
    2. Item 2

This is how to post the thumbnail from a gallery album into a post. First, get the properties of the thumbnail (right-click on the thumbnail image and select properties). This will show you the direct path to the thumbail. For example, Greg's Castlerock picture thumbail is here:

http://forums.skimrv.com/albums/album01/DSC05954.thumb.jpg

I then take note of the url to the gallery page with the full image. It's here:

http://forums.skimrv.com/modules.php?set_albumName=album01&id=DSC05954&op=modload&name=gallery&file=index&include=view_photo.php

Then use this code:
Code:
[url=http://forums.skimrv.com/modules.php?set_albumName=album01&id=DSC05954&op=modload&name=gallery&file=index&include=view_photo.php]
[img]http://forums.skimrv.com/albums/album01/DSC05954.thumb.jpg[/img][/url]

(be sure the above code is all on one line. A return was added to make it visible here) to produce this:



Use the above code as a guideline by modifying the paths to the desired thumbnail image and Gallery page URL.
If you see something that someone else posted and you wonder how they did it, you can just click on the "QUOTE" button to see how they did it (don't click submit if you don't really want to quote their post).


Last edited by bvibert on Thu Jan 12, 2006 9:24 am; edited 4 times in total
View user's profileFind all posts by bvibertSend private messageVisit poster's website
Sponsored Links
Greg
Site Admin

Joined: 18 Nov 2005
Posts: 532
Location: Thomaston, CT Avatar: Rumble
Reply with quote
You're the man, B. Stickied this!
View user's profileFind all posts by GregSend private messageSend e-mailVisit poster's website
bvibert


Joined: 18 Nov 2005
Posts: 79
Location: Not here
Reply with quote
Greg wrote:
You're the man, B. Stickied this!


No prob, now turn on the HTML in the posts so I don't have to go through and take out all the <br> tags... Wink

_________________
Brian
Very Happy
View user's profileFind all posts by bvibertSend private messageVisit poster's website
Greg
Site Admin

Joined: 18 Nov 2005
Posts: 532
Location: Thomaston, CT Avatar: Rumble
Reply with quote
bvibert wrote:
Greg wrote:
You're the man, B. Stickied this!


No prob, now turn on the HTML in the posts so I don't have to go through and take out all the <br> tags... Wink

I did. I think you'll need to report it.
View user's profileFind all posts by GregSend private messageSend e-mailVisit poster's website
bvibert


Joined: 18 Nov 2005
Posts: 79
Location: Not here
Reply with quote
Greg wrote:
bvibert wrote:
Greg wrote:
You're the man, B. Stickied this!


No prob, now turn on the HTML in the posts so I don't have to go through and take out all the <br> tags... Wink

I did. I think you'll need to report it.


Thats better thanks! Very Happy I would :beer: ya, but...

_________________
Brian
Very Happy
View user's profileFind all posts by bvibertSend private messageVisit poster's website
BBCode FAQ
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic  

Powered by phpBB © phpBB Group
Design by phpBBStyles.com | Styles Database.
Content © AlpineZone.com

Roxy Skis | Ski Vermont | Whiteface / Gore Message Boards | Ski Colorado