v2025
strange scenario, not sure if this is a solution for this.
have a table that holds templates for email messages, simply a text field that holds html/css content that is emailed to users..
for some reason (suspecting overlapping css/names) when the list page displays, the whole page gets the settings of that record.. in particular, in this instance the fonts are enlarged and everything on the screen is “bigger”
but in edit/view mode, the pages render correctly and that content doesn’t “bleed” to the page formatting.
i’ve suppressed that particular field from being “listed” on the listpage, but that didn’t help.
there are other other records which are ok, base on html/css, but suspecting they don’t have the similar html code.
the offending code is in one of the forms it is using and has corresponding css for the
are there any settings that i can apply to the field to suppress the “html” content?. not a big deal I had deepseek rework the template to not use body tags
thanks,