WYSIWIG Editor Giving me Fits - Would TinyMCE SOlve my Problem?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
bradesp
New Member
New Member
Posts: 6
Joined: Sun Nov 29, 2009 12:14 am

WYSIWIG Editor Giving me Fits - Would TinyMCE SOlve my Problem?

Post by bradesp »

I'm trying to GO LIVE TODAY with my new site and my web designer is struggling to hep me solve my problem.

I have what I think is a fairly straightforward layout requirement that my developer says is impossible implement using the Editor.. I'm not an Web/CSS/CMS guy, but I am a IT guy and It just seems crazy to me that CMSms can't offer me the ability to build layout columns that support the layouts I need.

I've attached two pics.  One is a screen shot of my current site showing the problem I'm having using the wysiwig editor to force the formatting I'm after.  The other screen shot shows the layout possibilities I need to support. 

I'm wondering if a more robust WYSIWIG editor is the simplest solution?  TinyMCE for example looks like the easiest way for me to achieve the formatting I'm after?

All insights are appreciated!

bradesp

Image

Image
njprrogers
Forum Members
Forum Members
Posts: 30
Joined: Fri Oct 31, 2008 12:51 pm

Re: WYSIWIG Editor Giving me Fits - Would TinyMCE SOlve my Problem?

Post by njprrogers »

Your problem is this...

Any HTML you add to the content will flow vertically. If you wish to alter this you need to additional html to the WYSIWIG (regardless of which one) or you need to create a content block for each location on the page (tedious).

I wouldn't use table layouts for position but for ease of use it looks to me like you would need to, to achieve the design you are looking for. If you don't want your web editors writing html... you might need to change the design.

I have this issue all the time - it is basically a trade off between design and maintainability. I'm sure your developer could stick a table into TINYMCE and achieve the look you want. But could your web editor maintain that?

Nick
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: WYSIWIG Editor Giving me Fits - Would TinyMCE SOlve my Problem?

Post by Dr.CSS »

Image can be positioned with float:left and the text is margin left '5px' or more than the width of image, I've done this many times...
Post Reply

Return to “CMSMS Core”