<?
tags
, and the script will automatically have syntax highlighting applied:

    [
php]
    
$myvar "Hello World!";
    for (
$i=0$i<10$i++) {
    echo 
$myvar."\n";
    }
?>
New to the World of Trance (page 3) - TranceAddict Forums

Become a part of the TranceAddict community!Frequently Asked Questions - Please read this if you haven'tSearch the forums
TranceAddict Forums > Main Forums > Chill Out Room > New to the World of Trance
Pages (10): « 1 2 [3] 4 5 6 7 8 9 10 »   Last Thread   Next Thread
Share
Author
Thread    Post A Reply
kaykay
Insane in da Membrane



Registered: Feb 2006
Location: Westchester, NY
Re: Re: Re: Re: Re: Re: Re: WTF?

quote:
Originally posted by Ian
type

click the IMG button. Enter the location of the pic which usually ends in .jpg & press enter & submit.
ok, where is the IMG button?

Old Post Feb-18-2006 22:06 
Click Here to See the Profile for kaykay Click here to Send kaykay a Private Message Visit kaykay's homepage! Add kaykay to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Rinster
EDM Addict



Registered: Jan 2006
Location:
Re: Re: Re: Re: Re: Re: Re: Re: WTF?

quote:
Originally posted by kaykay2005ga
ok, where is the IMG button?


hi and welcome to the core

the IMG button is just above the textbox when hitting the reply button.


___________________
www.soundcloud.com/rinster

Old Post Feb-18-2006 22:08 
Click Here to See the Profile for Rinster Click here to Send Rinster a Private Message Visit Rinster's homepage! Add Rinster to your buddy list Report this Post Reply w/Quote Edit/Delete Message
jonSun
Supreme tranceaddict



Registered: Dec 2003
Location: Chicago CTA #77
Re: Re: Re: Re: Re: Re: Re: Re: WTF?

quote:
Originally posted by kaykay2005ga
ok, where is the IMG button?


Right below size.


___________________
. . .. . .. . . . .. . .

Old Post Feb-18-2006 22:09  United States
Click Here to See the Profile for jonSun Click here to Send jonSun a Private Message Add jonSun to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Ygrene
Dr. Stinkburger Deluxe



Registered: Nov 2003
Location: Totergefuttert


___________________

Old Post Feb-18-2006 22:10  United States
Click Here to See the Profile for Ygrene Click here to Send Ygrene a Private Message Add Ygrene to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Ian
Not dead yet.



Registered: Dec 2001
Location: UK

to be annoying...


What is vB Code?

vB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use vB Code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

URL Hyperlinking

If vB Code is enabled in a forum, you can simply type in the full address of the page you are linking to, and the hyperlink will be created automatically. Here are some example links:

* http://www.vbulletin.com/forum/
* www.vbulletin.com

Notice that if the address begins with www. you do not need to add the http:// part of the address. If the address does not begin with www. you will need to add the http:// section. You may also use https:// and ftp:// links, and these will be converted into links.

If you want to include the vB Code, you may simply surround the address with tags as shown below. (The vB Code ...etin.com/forum/

You can also include true hyperlinks using the [url] tag. Just use the following format:

Click here to visit the vBulletin forums

This will produce a hyperlink like this: Click here to visit the vBulletin forums.

Note that once again, you need not include the http:// if the address begins www.

Email Links

To add a link to an email address, you can simply include the email address in your message like this:

myname@domain.com[/email]

Note that there must be a blank space, such as a space or a carriage return before the beginning of the address.

You can also use vB Code tags to specify an email address, like this:

myname@domain.com

You can also add a true email hyperlink using the following format:

[email=myname@domain.com]Click here to email me

This will produce a hyperlink like this: Click here to email me.

Bold, Underlined and Italic Text

You can make text bold, underlined or italicized by simply surrounding your text with tags as shown below:

* some text produces some text
* some text produces some text
* some text produces some text

Using Different Colors, Sizes and Fonts

You can alter the size, color and font of text using the following tags:

* some text produces some text (colored blue)
* some text produces some text (size 4 text)
* some text produces some text (using courier font)

You can also combine all the various text formatting tags. This example uses bold, underlined, purple text:

Wow there's lots of formatting here!

This example produces this:

Wow there's lots of formatting here!

Bullets and Lists

You can create bulleted or ordered lists in the following way:

Unordered, bulleted list:


  • first bulleted item
  • second bulleted item


This produces:

* first bulleted item
* second bulleted item

Note that you must remember to close the list with the [/list] tag.

If you would like to create a list ordered numerically or alphabetically, this is just as easy. You simply need to add a little extra code to your
    and
tags. The extra code looks like =1 (for a numbered list) or =A (for a list from A to Z). Here are some examples:


  1. this is the first numbered item
  2. this is the second numbered item


This produces:

1. this is the first numbered item
2. this is the second numbered item




  1. this is the first alphabetically ordered item
  2. this is the second alphabetically ordered item


This produces:

1. this is the first alphabetically ordered item
2. this is the second alphabetically ordered item

Adding Images

To include a picture or graphic within the body of your message, you can simply surround the address of the image as shown here:



Note that the http:// part of the image URL is required for the [img] code.

You can even create a thumbnail-type hyperlink by surrounding your [img] code with a [url] code like this:



This produces a link like this: 0.

Quoting Other Messages

To quote something that has already been posted, simply cut-and-paste the text you want to quote, and enclose it as follows:

quote:
No. Try not.
Do or do not, there is no try.


The [quote] tags will automatically indent the enclosed text.

The Code and PHP Tags

If you want to post some programming source code, or perhaps some ASCII art, which would require a non-proportional font, you can use the
code:
tag to achieve this. For example: [code]


In the example above, the text enclosed in the [code] tags would be automatically indented, and the spacing would be preserved like this:



A special case is for code written in the PHP language. If you are posting PHP code, you can enclose the source code in
PHP:



This would produce:

$myvar = "Hello World!";
for ($i=0; $i<10; $i++) {
echo $myvar."\n";
}

Incorrect vB Code Usage:

* www.vbulletin.com - don't put spaces between the bracketed code and the text you are applying the code to.
* myname@domain.com[email] - the end brackets must include a forward slash ()

Old Post Feb-18-2006 22:10 
Click Here to See the Profile for Ian Click here to Send Ian a Private Message Add Ian to your buddy list Report this Post Reply w/Quote Edit/Delete Message
washout
southern white boy



Registered: Jun 2005
Location: florida

lmao what a trip.


___________________


http://www.cev3.com/

Old Post Feb-18-2006 22:10  United States
Click Here to See the Profile for washout Click here to Send washout a Private Message Visit washout's homepage! Add washout to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Ian
Not dead yet.



Registered: Dec 2001
Location: UK

quote:
Originally posted by Ygrene


haha i was tempted to do that but i couldn't be arsed to & then upload it etc

Old Post Feb-18-2006 22:11 
Click Here to See the Profile for Ian Click here to Send Ian a Private Message Add Ian to your buddy list Report this Post Reply w/Quote Edit/Delete Message
Rinster
EDM Addict



Registered: Jan 2006
Location:

^^^^LMAO


___________________
www.soundcloud.com/rinster

Old Post Feb-18-2006 22:12 
Click Here to See the Profile for Rinster Click here to Send Rinster a Private Message Visit Rinster's homepage! Add Rinster to your buddy list Report this Post Reply w/Quote Edit/Delete Message
kaykay
Insane in da Membrane



Registered: Feb 2006
Location: Westchester, NY

quote:
Originally posted by washout
lmao what a trip.
ok, a lil' piece of advise to ya.....My boyfriend and I only cheat together....lol

Old Post Feb-18-2006 22:22 
Click Here to See the Profile for kaykay Click here to Send kaykay a Private Message Visit kaykay's homepage! Add kaykay to your buddy list Report this Post Reply w/Quote Edit/Delete Message
getfoul
LOL Tiesto



Registered: Jan 2004
Location:

You're boyfriend cheated on you. and it was with "IgottaKnow."


___________________
Maynard James Keenan:
Like hearing my grandmother, talk to her dog that way -- "Ooo
-- puppy!" and I said I'd never do that, ever! And now I have two
dogs and I talk like an imbecile! I wander around, "Ooo! You want
food!" I've turned into a f*cking moron.

Old Post Feb-18-2006 22:32  United States
Click Here to See the Profile for getfoul Click here to Send getfoul a Private Message Add getfoul to your buddy list Report this Post Reply w/Quote Edit/Delete Message
jonSun
Supreme tranceaddict



Registered: Dec 2003
Location: Chicago CTA #77

quote:
Originally posted by getfoul
You're boyfriend cheated on you. and it was with "IgottaKnow."


True. I heard IgottaKnow is pregnat too.


___________________
. . .. . .. . . . .. . .

Old Post Feb-18-2006 22:37  United States
Click Here to See the Profile for jonSun Click here to Send jonSun a Private Message Add jonSun to your buddy list Report this Post Reply w/Quote Edit/Delete Message
kadomony
FRENCH EXPRESS



Registered: Jul 2004
Location: Philly

wheres the porn?


___________________
www.misterfalconmusic.com

Old Post Feb-18-2006 22:43  United States
Click Here to See the Profile for kadomony Click here to Send kadomony a Private Message Visit kadomony's homepage! Add kadomony to your buddy list Report this Post Reply w/Quote Edit/Delete Message

TranceAddict Forums > Main Forums > Chill Out Room > New to the World of Trance
Post New Thread    Post A Reply

Pages (10): « 1 2 [3] 4 5 6 7 8 9 10 »  
Last Thread   Next Thread
Click here to listen to the sample!Pause playbackID....B I G tune, massive thumping feel........ [2003] [41]

Click here to listen to the sample!Pause playbackBogart & Gable - "Year Of The Dragon" (Club Mix) [2004]

Show Printable Version | Subscribe to this Thread
Forum Jump:

All times are GMT. The time now is 18:11.

Forum Rules:
You may not post new threads
You may not post replies
You may not edit your posts
HTML code is ON
vB code is ON
[IMG] code is ON
 
Search this Thread:

 
Contact Us - return to tranceaddict

Powered by: Trance Music & vBulletin Forums
Copyright ©2000-2026, Jelsoft Enterprises Ltd.
Privacy Statement / DMCA
Support TA!