Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WebForm - HTML editor
Message
 
À
28/05/2009 13:26:24
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01402488
Message ID:
01402508
Vues:
45
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform