Customize Text Area - show HTML (change font & align)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ismailc
    New Member
    • Sep 2006
    • 200

    Customize Text Area - show HTML (change font & align)

    Good day, I hope i don't get in trouble as i posted in HTML/CSS as well.

    I'm not to sure if Javascript could help.

    I need to show values like a small report in a textarea but text area does not allow for font chage & align etc.

    Does anyone know of a custmized textarea tool where i can insert html or values to look like a report


    Regards
  • larztheloser
    New Member
    • Jan 2010
    • 86

    #2
    Just use a div with scrollbars. If you need to edit the text, use a javascript content manager script. There are hundreds around.

    Comment

    • ismailc
      New Member
      • Sep 2006
      • 200

      #3
      Hi,

      I have textarea component, i dont want to create a div outside the textarea as it wont be available for others.

      The texrea is visible based on other objects values.

      I have an xslt file that loads an aspx page.

      So what i was looking for a tool or source i could incorporate in the xslt file & that replaces the textarea component.

      Thanks

      Comment

      • larztheloser
        New Member
        • Jan 2010
        • 86

        #4
        You mean replace a textarea with an aspx page?

        Comment

        Working...