Sup All //
Title says it all. Doing a site for a client, and I have a news section that has an external .txt file that loads dynamically into a text box in flash. Basic, stuff … no sweat.
However, I am embedding the typeface for this text box, and because of that only certain html tags are making the text disappear. If I don’t embed the type it shows up just fine. One in particular is the <B></B> tag. I want to bold the date so it would look like this:
2.15.07 news text goes here.
basic stuff, however it shows up like this:
news text goes here.
The date is being cut out all together. I double checked and made sure my tags were correct. They are. I also have links tagged, and other <font></font> tags, that are properly showing up. So why is <B></B> so special ? any thoughts?
thanks all
-m