Tagged Questions

9
votes
4answers
2k views

The State of contenteditable

The State of contenteditable The markup produced by wysiwyg editors is atrocious. Its littered with style attributes and often is not even valid HTML (missing closing tags, overlapping styling, ...
6
votes
9answers
358 views

When to use WYSIWYG Editors?

It appears to me, from searching stackoverflow, that hand coding html/css is superior to using WYSIWYG editors. I'm a few weeks into learning html and css, and I've only hand-coded so far (though I do ...
4
votes
6answers
4k views

CKEditor: Class or ID for editor body

I have an instance of CKEditor on a page. I am trying to give the CKEditor's body a class or ID so it matches some styles I have defined in a stylesheet. There is a API documentation that should give ...
3
votes
2answers
104 views

Stripping styles from TinyMCE copy+paste?

is there a way to strip specific tags from coming into tiny MCE through a copy+paste from an external source (e.g. Word)? I'd like to prevent font-family and image tags from being copy+pasted over, ...
3
votes
2answers
257 views

Copying Pasting Word 2007 docs to HTML WYSIWYG editors

Microsoft word has a ton of proprietary formatting and styles that do not translate well to html WYSIWYG editors. When you paste them over to the html editor and try to edit the pasted info it ...
3
votes
2answers
370 views

Are there any WYSIWYG HTML editors that don't mess up the code?

I've tried various editors, both desktop applications and web-based RTEs, but have not found anything that works very well. All too often, they mess up code, adding in "tag soup". Even the ones that ...
2
votes
2answers
64 views

CSS, JavaScript, HTML - Empty paragraphs and wrong code in WYSIWYG editors

I'm making a site for a client (just a new layout, site already exists, and it's done in Joomla 1.7). I've got a problem with articles, done via WYSIWYG editor by client. Why? Well, code it's pretty ...
2
votes
2answers
58 views

What web admin wysiwyg preview options are available?

I have a web admin where there is a wysiwyg editor when a user edits information. There is also a view only template.The user views the information before clicking an edit action. Currently the view ...
2
votes
1answer
215 views

Delphi & CSS - box model question

I am using a windows based program, coded in Delphi, to generated HTML (and can restrict the browser to MSIE 7 +). I need absolute, pixel perfect WYSIWYG. However, I am having text-wrap problems. ...
2
votes
3answers
157 views

What is all this strange code I find?

I've been asked to do a very simple task, write down some URLs of products so we can link them from our ezine to the website, simple right? Well yes, that's easy. But when I come to look at the link ...
2
votes
2answers
4k views

WYSIWYG HTML/CSS editor which can generate div, float, padding

Say, I want to align 4 images in a single row, with spacing among each images according to my preference. Most of the time, I have to achieve this by hand coded HTML/CSS using div, float, padding... ...
2
votes
6answers
469 views

what is the best WYSIWYG HTML editor money can buy? [closed]

I am not looking for 100% standard compliant WYSIWYG editor, cos that is not possible (Well I have not heard about it). I am looking for something that is not DreamWeaver and as close to standard ...
1
vote
3answers
44 views

Is there a WYSIWYG editor that will render inline, and linked stylesheets during editing?

Disclaimer: This question is not about fixing visual studio So, I've used VSS for so long to edit HTML source that I actuall completely forgot there was a design view button. So for fun I clicked ...
1
vote
2answers
28 views

Is there an editor like markItUp, but for CSS? [closed]

I want to know if there is an editor like Markitup but one that allows you to edit CSS and not HTML. I am generating the HTML from templates but I want to edit the CSS in a little text editor like ...
1
vote
3answers
70 views

A REAL quick, basic CSS layouter

Short story: I frequently have to work on many different, rather small, web pages. Most of them are layouted with pure CSS. My Problem: My job is to work on the code itself, on the functionality of ...
1
vote
1answer
90 views

How do I make a basic WYSIWYG editor?

Basically I just want bold, italic, underline. Nothing complicated. I've read from other questions or here that I should use contenteditable. ie Basic javascript wysiwyg editor but how do I do the ...
1
vote
1answer
378 views

TinyMCE & CKEditor problem with AJAX & CSS

I'm programming a new free (free speach) web application for managing Medical (clinical) Labs via python, so I used WYSIWYG editors like: tinyMCE, CKEditor and nicEdit. there's no editor worked ...
0
votes
1answer
81 views

WYSIWYG Image positioning solution?

For an Augmented Reality CMS I'm working on I'm looking for a special type of WYSIWYG editor. I need to be able to position images over a background image, resize/organize them and be able to read ...
0
votes
1answer
21 views

Browsers reformat style property of div

I am creating a div in Chrome, like this: <div style="position:absolute;background:#000;width:150px;height:150px"></div> When i inspect this element in Chrome it is listed as: <div ...
0
votes
1answer
68 views

CKEditor: Iconify code without using divs

Hi all I've implemented a plugin (mentioned elsewhere in this site, BTW) that shows an icon rather than parts of edited document in WYSIWYG mode. You can see it in action here ...
0
votes
3answers
53 views

How to deal with different stylesheets (WYSIWYG Editor and Webpage one) in the same page?

Due to validation markup and some other reasons I disable the list-style-type css property in order to build the website navigation. I'm using MCEeditor for generating text content and I had to ...
0
votes
1answer
375 views

Is there a way to display floats correctly in Dreamweaver CS5 Design View?

I'm setting up templates and snippets for my design team, they don't want to fuss with this that and the other. I figure fair enough, and everything's mostly going well, except that I'm experiencing ...
0
votes
1answer
224 views

Tool / plugin for laying out web page with minimal efforts applied on raw CSS

First things first. I have been struggling while dealing with raw CSS to generate complex page layouts. It gets further complicated with browser vendors looking in different directions. Well, now that ...
0
votes
2answers
941 views

what is the best cross browser html WYSIWYG editor?

Hello all im looking for cross browse WYSIWYG css/html web editor ( freeware please ) that is desktop , can you recommend me on which should i use ?
0
votes
2answers
558 views

wyswyg html form printing

I am starting this web app project (asp.net mvc) It's a document-based system, such that nearly each web page is a model of an official printed form (and users sometimes should be able to produce ...
-3
votes
2answers
246 views

Looking for a CSS + HTML drag and drop editor [closed]

Possible Duplicate: Looking for WYSIWYG HTML editor I want to create simple web pages with JavaScript and CSS. My knowledge in HTML, CSS is very basic and I was wondering if there's any ...
-5
votes
2answers
60 views

WYSISWYG instead of textarea [closed]

I have downloaded a free HTML template and tried to install openWYSIWYG on it to replace textareas. I did as written in the instructions but the result is messy. The CSS style of the template ...