Flash Text Fileds and HTML Tags in Pachyderm 2.0
Pachyderm 1.0 was constructed based on Flash 5 technology and html tags were not well supported back then. Over the last few years, Macromedia has made many improvements over this issue. HTML tags can now be freely and safely parsed to any dynamic text fields. Upon the delivery of Pachyderm 2.0 re-coded templates, we are now "turning on" the HTML tag support switches for the text fields in all Pachyderm 2.0 implementation.
One challenge we have had is that Pachyderm uses XML files to store all dynamic data. When the author includes standard HTML tags in the text information, the tag "
" is first converted into "<b>", then stored into the XML file for the data constancy. We have constructed a "field switch" to allow the dynamic text fields to parse the correct HTML tags. So far this method is working great. The result is quite impressive. However Larry Johnson noticed that the "
" tag does not change the font into standard navy blue color with the underline. However, he has figured a work around by using html code to convert the link text into blue and underlined. The result? Makes you want to click on it!
Comments:
Comments are closed for this post.