# Ho wot show code as sort of graphic in the thread post

**URL:** https://forum.kirupa.com/t/ho-wot-show-code-as-sort-of-graphic-in-the-thread-post/261181
**Category:** flash
**Created:** [May 23, 2008, 10:08pm UTC](https://forum.kirupa.com/t/ho-wot-show-code-as-sort-of-graphic-in-the-thread-post/261181 "2008-05-23T22:08:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mrdoodle](https://avatars.discourse-cdn.com/v4/letter/m/ecd19e/32.png) [@mrdoodle](https://forum.kirupa.com/u/mrdoodle)
#### Post date: [May 23, 2008, 10:08pm UTC](https://forum.kirupa.com/t/ho-wot-show-code-as-sort-of-graphic-in-the-thread-post/261181/1 "2008-05-23T22:08:49Z")

</div>

Hi,

Please forgive me if this is a stupid question.

I have just posted a thread on this forum relating to a piece of action script. In the post I wanted to show the script that I was working on, so just copied and pasted it straight from the Actions window in Flash.

Having seen other posts it looks like they are displaying their script as what look more like graphic elements than just pasted text.

HOW do I ahceive this???

Please Help me!

Thanks

mrdoodle 👁

---

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [May 23, 2008, 10:12pm UTC](https://forum.kirupa.com/t/ho-wot-show-code-as-sort-of-graphic-in-the-thread-post/261181/2 "2008-05-23T22:12:16Z")

</div>

Put the code between these tags: [noparse]

```auto
trace('hi');

```

[/noparse]

```auto
trace('hi');

```
