Forums / Developer / eZ Publish Online Editor (EZDHTML) : tag <BR>
Anthony M.
Tuesday 20 February 2007 3:21:28 am
Hi,
I want to insert the tag <BR> or a jump line between 2 table for example in my xml block, but i can't see the source, how can i make this ??Thanks a lot
Anthony
Tuesday 20 February 2007 6:09:06 am
just add in your content.ini(.php)
[CustomTagSettings]
AvailableCustomTags[]=brIsInline[br]=true
because there is already a br.tpl in folderdesign/standard/templates/content/datatype/view/ezxmltags/
Use in XML-Field:
<custom name='br'></custom>makes
<br />
Thursday 22 February 2007 7:22:15 am
under Firefox, there isn't problems but under IE 7, i can't see the custom tag BR that i add, why ???
Thanks a lot
Wednesday 28 February 2007 7:47:27 am
when i insert a <br>, i have a javascript error under Internet Explorer, why ??
Xavier Dutoit
Wednesday 28 February 2007 11:46:16 pm
Hi, I won't go into considerations of quality of support by ie and directly skip to the questions: What's the error message you get ?What's the OE version ?
X+
http://www.sydesy.com
Thursday 01 March 2007 12:19:21 am
the error message is :
"Length" a la valeur Null ou n'est pas un objet
and I use Online Editor 4.2
Kirill Subbotin
Thursday 01 March 2007 3:36:57 am
2Anthony M.It's a bug, please upgrade to 4.2.1.
Thursday 01 March 2007 5:42:00 am
thank you very much !! now there aren't problems anymore with the custom tag
but if i put an anchor in front of a H1 title for example, and then i publish, when i return to modify the content, the anchor is deleted, but there is no problem when i put the anchor behind the title, why ???