Click to See Complete Forum and Search --> : Problem in HTML Editor


venkat
09-19-2003, 08:49 AM
I am using an editor to add questions with all options like bold, add a table, special characters etc. I have developed the editor with HTML and javascript. I have given an option to insert fractions (using Table tags). But when I click it, it automatically goes to the new line. but I want it in the same line.

Can anyone help me out in this.

pyro
09-19-2003, 08:50 AM
A couple of things. Tables should not be used for formatting, that is what CSS is for. If you explain exactly what you need, or can show an example, perhaps someone can show you how to do it with CSS. Also, tables are block level elements, and this is why they get inserted on a new line.