Coded 0 Posted September 5, 2010 Report Share Posted September 5, 2010 So I am building my own CMS from scratch (except for some PNG's ) and I came across a problem.When in my CMS I try to Bold and underline a text like this:Example Tex###### messes up (obviously because of the overlap, it works under normal circumstances though)Does anybody know a solution to this? Or does anybody know a free Open Source CMS that i can integrate into my CMS. Quote Link to post Share on other sites
thescientist 231 Posted September 5, 2010 Report Share Posted September 5, 2010 any chance of showing us the code that's producing the error? Quote Link to post Share on other sites
duncan_cowan 0 Posted September 5, 2010 Report Share Posted September 5, 2010 (edited) How are you trying to do it?With style you can probably make it work: E<b>xam</b><u style="font-weight:bold">ple</u><u> Tex</u>t Edited September 5, 2010 by duncan Quote Link to post Share on other sites
Coded 0 Posted September 6, 2010 Author Report Share Posted September 6, 2010 duncan that sounds simple but the problem ishow can I get a the code in my CMS to be able to understand when to open and close tags if the user overlaps different styles. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.