WebSite X5Help Center

 
Michael P.
Michael P.
User

Html code into a table  en

Author: Michael P.
Visited 594, Followers 1, Shared 0  

can html code be put into a table so that works in normal veiw

Posted on the
1 ANSWERS
Paul M.
Paul M.
Moderator

Hello Michael,

Yes, it can, but you need to be cautious as not all code will work.  The Table Object does not have the same level of compatibility in this respect as the HTML Object.

I use the Table Object a lot and have found from experience that it doesn't like curly brackets!  {}

Which means, for example, that you need to use alternative syntax when coding in PHP.

The best advice is just to try your code and see what works and what throws errors.

The best tip I could possibly give you when using HTML code in the Table Object is NOT to copy and paste code...  doing so will often introduce hidden, unwanted control characters which will mess things up.  If you need to paste code, paste it into Notepad first to remove Rich Text Formatting, then cut again and paste into the Table itself.

Hope this helps.

Kind regards,

Paul

Read more
Posted on the from Paul M.