Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WebForm - HTML editor
Message
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01402488
Message ID:
01402508
Views:
44
Thank you for your reply.

Do you have an example how can I programatically preview the HTML entered by the user for example:
.....
strBodyHTML = "<table width='100%'  border='0'>"
        strBodyHTML = strBodyHTML & "  <tr>"
        strBodyHTML = strBodyHTML & "    <td width='96%' valign='top'><p align='center'>SKU ZOO H2</p>"
        strBodyHTML = strBodyHTML & "      <p align='left' id='FirstPara'>Features</p>      <ul><li>Great quality</li>"
        strBodyHTML = strBodyHTML & "        <li>Portable</li>"
        strBodyHTML = strBodyHTML & "        <li>Light</li>"
        strBodyHTML = strBodyHTML & "        <li>Dependable</li>"
        strBodyHTML = strBodyHTML & "      </ul>"
        strBodyHTML = strBodyHTML & "      <p align=center>"
        strBodyHTML = strBodyHTML & "  </tr>"
        strBodyHTML = strBodyHTML & "</table>"
Thanks,
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform