I’m working with CKeditor, and for whatever reason, they included Hspace and Vspace in their UI. Convenient idea to allow users to manipulate their images like so, but those are way deprecated.
Has anyone converted CKeditor’s Hspace and Vspace to CSS, and know how to explain its conversion?
I am a javascript novice..
Similar:
- Convert Hspace into Margin-top in Jquery I’m trying to convert img’s with Hspace and Vspace attributes to relative margin-top elements. For example: <img src="/images/person.jpg" hspace="10" vspace="10" /> I would like to...
- ckeditor problem I am trying to get ckeditor working on my site (having successfully used in on previous sites in the past). I have copied the ckeditor...
- ckeditor within an updatepanel question I have a formview inside of an updatepanel, and assigned a textbox inside of this formview, to use the ckeditor, like this structure updatepanel ...
- How to ckeditor 3.2.1 Hi… anybody knows how to use ckeditor 3.2.1 in asp.net pages. i tried to follow one tutorial but that works only for simple asp.net pages....
- ckeditor turn off enter key I am trying to use ckeditor to edit single lines so I don’t want users to be able to use the enter key. Does anyone...
Tags: conversion, hspace, images, novice