Conversation Between senocular and tdunlop
Showing Visitor Messages 1 to 3 of 3
-
Forget it! Found the answer in the Shupe book.
-
Hey Senocular!
I have a scrollbox that loads a text file (resume.txt) into a dynamic text field. this way the client can change her resume and load it herself. All good.
But I want to style the resume with bold, font and justifcation attributes once before loading it into the textfield. How would you do this?
Would you add html tags to the resume.txt doc, THEN pass that to a CSS StyleSheet to parse and THEN load that into the loader attached to the scrollbox's textfield?
What do you think?
Thanks TD
-
Hey
a response of yours in this forum gave me the removeChild conditional I needed:
if (obj.parent) obj.parent.removeChild(obj);
good lookin' out!
Thanks
TD