Members help other members with technical questions and problems using Writing.Com! |
Ok - I've been meaning to do this for a while and this post is as good a time as any to solve the problem. I've just created a "spacer" for WritingML to help break it up and beat the line wrapper. { } will add a WritingML code space so that the line does not get arbitrarily split. That's a { then a single blank space then a }. For example... a long string like the following will get broken up on the Review page: {e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile} Will end up getting broken... But when done with this new spacer, like this: {e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{ }{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile}{e:smile} ... it should not get broken up due to the addition of the { } in the middle. The { } gets replaced by nothing, so both of the above lines should produce the same straight string of smile's. I will have to add this to documentation, but for now, it's in there and should be helpful. A Few Helpful Tips... If your problem is with an item, please include its Item ID! New member? Start here! "Getting Started: Table of Contents" Find answers in our FAQ... http://www.writing.com/main/faq Need Non-Technical Support? "Non-Technical Support Forum" |