I'm trying to edit some forms that were provided t...
# advancedpdf
j
I'm trying to edit some forms that were provided to us. they all open in Source Code view. If i switch back and forth to wysiwyg view, i get errors about "The entity "nbsp" was referenced, but not declared."
w
nbsp is usually used as " " in code for "No break space character". Search in the code for it and see that it is correctly used. With that said, I'd recommend editing the Advanced PDF Template in code view. The wysiwyg editor isn't that good and can't handle a lot of stuff that you do in code.
☝️ 1
j
ok thanks
yes, i did check for nbsp, and as far as i could tell it was ok. actually I think the problem was the DTD was lost in the routrip between source and wysiwyg view