Trisphee

Trisphee (http://www.trisphee.com/forums/index.php)
-   Help & Support (http://www.trisphee.com/forums/forumdisplay.php?f=3)
-   -   the [code] tag (http://www.trisphee.com/forums/showthread.php?t=6921)

Espy 11-13-2011 01:31 AM

the [code] tag
 
Erm...how do I use it? Like, is there a way to display [img] and [/img] with an actual picture and have the tags show up?

/fails at coding

Serra Britt 11-13-2011 02:07 AM

The code tag, in my experience, makes a box where the rest of the tags don't do anything.

Like say, if this were in a code tag.

Code:

Like say, if this were in a code tag.
Edit: Wow it didn't work like I expected :p

http://i175.photobucket.com/albums/w.../igglybuff.png

Edit x2: I don't think it's working right at all actually...

Espy 11-13-2011 02:08 AM

Ahaha, yeah, that was my problem.

Serra Britt 11-13-2011 02:18 AM

Html tag. I don't know what the code tag is for at all...

HTML Code:

[B]Like say, if [I]this[/I] were in a code tag.[/B]
HTML Code:

[IMG]http://i175.photobucket.com/albums/w145/serrabritt/igglybuff.png[/IMG]

Espy 11-13-2011 02:35 AM

Ah, ok, thanks.

Serra Britt 11-13-2011 02:55 AM

Glad I could help you Espy :3

Sei 11-13-2011 04:34 AM

Accoring to the my research, the difference is:

Code

The [code] tag switches to a fixed-width (monospace) font and preserves all spacing.

Usage
Code:

value
Example Usage
Code:

<script type="text">
blahblah
</script>

Example Output
Code:

<script type="text">
blahblah
</script>



HTML Code

The [html] tag allows you to perform syntax highlighting for HTML code.

Usage
HTML Code:

value
Example Usage
HTML Code:


<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>


Example Output

HTML Code:

<img src="image.gif" alt="image" />
<a href="testing.html" target="_blank">Testing</a>


Espy 11-13-2011 04:40 AM

Cool. So when needed, I'll probably be using the html tag instead of code.

Sei 11-13-2011 04:54 AM

Glad I could help explain the difference a bit more. I did have to do some back end research. :3


All times are GMT -4. The time now is 10:36 AM.

Powered by vBulletin®