# Font size in text

**URL:** https://forum.kirupa.com/t/font-size-in-text/44720
**Category:** Uncategorized
**Created:** [March 6, 2004, 10:54pm UTC](https://forum.kirupa.com/t/font-size-in-text/44720 "2004-03-06T22:54:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Barrie](https://avatars.discourse-cdn.com/v4/letter/b/838e76/32.png) [@Barrie](https://forum.kirupa.com/u/Barrie)
#### Post date: [March 6, 2004, 10:54pm UTC](https://forum.kirupa.com/t/font-size-in-text/44720/1 "2004-03-06T22:54:58Z")

</div>

I know this might be easy but has me baffled… I made a scoll window with all links . font size I want to show is 12 how would I go about that?

here is my A code

onClipEvent (load) {  
this.loadVariables(“text.txt”);  
}  
onClipEvent (data) {  
text = txt;  
}

This is my Text.doc

title=Link&txt=\<font color="#0000gg"\>\<ahref=“[http://www.blahblah.com](http://www.blahblah.com)"target=”\_blank"\>\<u\>me1\</u\>\</a\>\</font\>\<br\>

how can I make text (ME1) to a size 12  
I have tryed normal html code wont work:-/ Any one?

Many thanks

Regards Barrie
