Jump to content



Photo
- - - - -

New Tags From The Forum Upgrade


  • Please log in to reply
2 replies to this topic

#1 flyingfisch

flyingfisch

    Casio Maniac

  • Deputy
  • PipPipPipPipPipPipPipPip
  • 1891 posts
  • Gender:Male
  • Location:OH,USA
  • Interests:Aviation, Skiing, Programming, Mountain Biking.

  • Calculators:
    fx-9860GII
    fx-CG10 PRIZM

Posted 10 July 2012 - 03:39 PM

After investigating the new IP.B BBCode, I found the following useful tags.

[ edit ] tag

Example:


EDIT:
This is an edit.


Code:

[edit] This is an edit. [/edit]


PHP and HTML tags

These tags seem to be like the code tag except that the code tag is for any code, whereas the PHP and HTML tags are for coloring php and html.

Examples:


$var = "Hello World!";
echo $var;



<html>
<head>
<title> Test </title>
</head>

<body>
<p> Hello world </p>
</body>
</html>



Code:

[php]
$var = "Hello World!";
echo $var;
[/php]

[html]
<html>
<head>
<title> Test </title>
</head>

<body>
<p> Hello world </p>
</body>
</html>
[/html]


I added a new tag called icode. This displays inline code.

Example:

Lorem ipsum dolor sit amet some code more text.

#2 2072

2072

    Casio over god

  • Admin
  • PipPipPipPipPipPipPipPip
  • 1564 posts
  • Gender:Male
  • Location:Somewherebourg
  • Interests:Alternative states of consciousness, programming, making things work the best they possibly can.

  • Calculators:
    AFX2 ROM 1.02, CFX-9940GT+, FX-180P-Plus

Posted 10 July 2012 - 07:41 PM

That's good to know, the icode tag is a nice addition :)

#3 flyingfisch

flyingfisch

    Casio Maniac

  • Deputy
  • PipPipPipPipPipPipPipPip
  • 1891 posts
  • Gender:Male
  • Location:OH,USA
  • Interests:Aviation, Skiing, Programming, Mountain Biking.

  • Calculators:
    fx-9860GII
    fx-CG10 PRIZM

Posted 10 July 2012 - 10:25 PM

That's good to know, the icode tag is a nice addition :)


Thanks :)


I saw it on stack overflow and thought it would be nice to have here.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users