Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'i' tag automatically converted to 'em' tag within Business Catalyst

I'm having formatting / rewriting issues with a website I'm editing using Business Catalyst with Adobe.

Every time I populate a field with an icon, for example;

<div class="triangle left"><i class="icon-beaker"></i></div>

I save the file with their system administration panel, and it converts the icon class to em.

So the end result is

<div class="triangle left"><em class="icon-beaker"></em></div>

This removes the icon entirely.

like image 892
Tom Hutchison Avatar asked Dec 11 '22 10:12

Tom Hutchison


1 Answers

Assuming you're using the HTML view of the WYSIWYG, instead use the Develop tab in the Business Catalyst back-end to edit HTML. Also, if you are using the old WYSIWYG editor, try updating it to the new version in your Partner Portal.

While it is sufficient to do all your editing in the Develop tab in the Business Catalyst back-end, using a text editor to edit your HTML content and an SFTP client to upload it are great ideas.

like image 97
Alex Steinberg Avatar answered May 20 '23 14:05

Alex Steinberg