Mahfuzr Posted December 30, 2020 Share Posted December 30, 2020 How to Add Html code like <table> <tr> <th>Firstname</th> <th>Lastname</th> <th>Age</th> </tr> <tr> <td>Jill</td> <td>Smith</td> <td>50</td> </tr> <tr> <td>Eve</td> <td>Jackson</td> <td>94</td> </tr> </table> On Prestahop Module TextArea. Each and Everytime after adding this the value is set only the string. Link to comment Share on other sites More sharing options...
joseantgv Posted December 30, 2020 Share Posted December 30, 2020 (edited) Are you using the first button "< >" to add the HTML code? Edited December 30, 2020 by joseantgv (see edit history) Link to comment Share on other sites More sharing options...
Mahfuzr Posted December 31, 2020 Author Share Posted December 31, 2020 On 12/30/2020 at 12:00 PM, joseantgv said: Are you using the first button "< >" to add the HTML code? Expand Thanks for the reply, The problem has been solved. by using "$html = true" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now