# Stylesheet applying to A tags, but not B tags in dynamic text box

**URL:** https://forum.kirupa.com/t/stylesheet-applying-to-a-tags-but-not-b-tags-in-dynamic-text-box/177410
**Category:** flash
**Created:** [February 1, 2006, 7:20pm UTC](https://forum.kirupa.com/t/stylesheet-applying-to-a-tags-but-not-b-tags-in-dynamic-text-box/177410 "2006-02-01T19:20:16Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bartszyszka](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/bartszyszka/32/1599_2.png) [@bartszyszka](https://forum.kirupa.com/u/bartszyszka)
#### Post date: [February 1, 2006, 7:20pm UTC](https://forum.kirupa.com/t/stylesheet-applying-to-a-tags-but-not-b-tags-in-dynamic-text-box/177410/1 "2006-02-01T19:20:16Z")

</div>

Hello, I have a dynamic text box that pulls HTML-formatted content from a PHP script and everything is working, including getting it formatted with a stylesheet, except the stylesheet seems to be ignored for \<B\> tags. This is the code I tried:

b,B { font-weight:bold; color:#6600FF; font-family:Baskerville; }  
a:link { text-decoration:none; font-family:Baskerville; font-weight:bold; }  
a:hover { text-decoration:underline; }  
a:active { text-decoration:none; }

This is just for texting. I have a simple textbox with plain text, part of it in bold, part of it as a link, and the link gets the Baskerville font, but the bold tag doesn’t. When I set a color for the link, the link gets a color but the bold tag doesn’t. I’m stumped. Any ideas?
