I am/was using FCKeditor to allow users to submit HTML, however I am coming
accross a serious bug which removes all style code blocks when a user
submits html using Firefox 2.0.x .
So, can anyone recommend any other html editors than can easily be used on a
asp.net 2.0 website (and are free/opensource).
Thanks,
JJ"JJ" <abc@.xyz.com> wrote in message
news:upc0RncrHHA.4828@.TK2MSFTNGP04.phx.gbl...
> So, can anyone recommend any other html editors than can easily be used on
> a asp.net 2.0 website (and are free/opensource).
I've never needed anything other than this:
http://freetextbox.com/default.aspx
http://www.markrae.net
Hi Mark,
I saw that one. I think maybe my expectations are wrong...
Are these editors capable of editing a full html document with (for example)
a <style> code block in the header?
When I try pasting a full html document with a header (including a style
block), a body, and a footer, the editors convert the whole lot to a table,
ignoring and deleting the entire style block.
Is it perhaps that these editors are only designed to format small chunks of
HTML and won't do an entire page?
Thanks in advance,
JJ
"Mark Rae" <mark@.markNOSPAMrae.net> wrote in message
news:u74yu3crHHA.5032@.TK2MSFTNGP02.phx.gbl...
> "JJ" <abc@.xyz.com> wrote in message
> news:upc0RncrHHA.4828@.TK2MSFTNGP04.phx.gbl...
>
> I've never needed anything other than this:
> http://freetextbox.com/default.aspx
>
> --
> http://www.markrae.net
"JJ" <abc@.xyz.com> wrote in message
news:u6E7NDdrHHA.1848@.TK2MSFTNGP03.phx.gbl...
> Hi Mark,
> I saw that one. I think maybe my expectations are wrong...
> Are these editors capable of editing a full html document with (for
> example) a <style> code block in the header?
> When I try pasting a full html document with a header (including a style
> block), a body, and a footer, the editors convert the whole lot to a
> table, ignoring and deleting the entire style block.
> Is it perhaps that these editors are only designed to format small chunks
> of HTML and won't do an entire page?
Hmm - I'll admit to not having tried to use FreeTextBox to edit an entire
page, but I think if that is what you require, then maybe you need something
like SharePoint...
http://www.markrae.net
I do hope there's another solution - its too late to adopt sharepoint in
this case.
Thanks,
JJ
"Mark Rae" <mark@.markNOSPAMrae.net> wrote in message
news:e6NRVGdrHHA.4300@.TK2MSFTNGP05.phx.gbl...
> "JJ" <abc@.xyz.com> wrote in message
> news:u6E7NDdrHHA.1848@.TK2MSFTNGP03.phx.gbl...
>
> Hmm - I'll admit to not having tried to use FreeTextBox to edit an entire
> page, but I think if that is what you require, then maybe you need
> something like SharePoint...
>
> --
> http://www.markrae.net
re:
!> Is it perhaps that these editors are only designed to format
!> small chunks of HTML and won't do an entire page?
Exactly. You can't build a whole page with freetextbox *or* FCK.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"JJ" <abc@.xyz.com> wrote in message news:u6E7NDdrHHA.1848@.TK2MSFTNGP03.phx.gbl...kred">
> Hi Mark,
> I saw that one. I think maybe my expectations are wrong...
> Are these editors capable of editing a full html document with (for exampl
e) a <style> code block
> in the header?
> When I try pasting a full html document with a header (including a style b
lock), a body, and a
> footer, the editors convert the whole lot to a table, ignoring and deletin
g the entire style
> block.
> Is it perhaps that these editors are only designed to format small chunks
of HTML and won't do an
> entire page?
> Thanks in advance,
> JJ
> "Mark Rae" <mark@.markNOSPAMrae.net> wrote in message news:u74yu3crHHA.5032
@.TK2MSFTNGP02.phx.gbl...
>
Actually it does work ok with FCK - but only in IE. Firefox somehow acts
completely differently.
Do you know of any editors that will do the header section as well in both
browsers?
JJ
"Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
news:e2acu5drHHA.1380@.TK2MSFTNGP04.phx.gbl...
> re:
> !> Is it perhaps that these editors are only designed to format
> !> small chunks of HTML and won't do an entire page?
> Exactly. You can't build a whole page with freetextbox *or* FCK.
>
>
> Juan T. Llibre, asp.net MVP
> asp.net faq : http://asp.net.do/faq/
> foros de asp.net, en espaol : http://asp.net.do/foros/
> ======================================
> "JJ" <abc@.xyz.com> wrote in message
> news:u6E7NDdrHHA.1848@.TK2MSFTNGP03.phx.gbl...
>
re:
!> Actually it does work ok with FCK - but only in IE.
!> Firefox somehow acts completely differently.
IE is very lenient when it comes to ignoring superfluous html tags.
Think of it this way :
When you use an online editor, what you edit is meant to be embedded in an h
tml page.
If you include double html/head/body tags, would you expect a browser to hon
or them ?
I wouldn't.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
======================================
"JJ" <abc@.xyz.com> wrote in message news:uQKVbEerHHA.1404@.TK2MSFTNGP03.phx.gbl...kred">
> Actually it does work ok with FCK - but only in IE. Firefox somehow acts c
ompletely differently.
> Do you know of any editors that will do the header section as well in both
browsers?
> JJ
> "Juan T. Llibre" <nomailreplies@.nowhere.com> wrote in message
> news:e2acu5drHHA.1380@.TK2MSFTNGP04.phx.gbl...
>
try posting this question in an FCKeditor forum, you may have better luck
"JJ" <abc@.xyz.com> wrote in message news:upc0RncrHHA.4828@.TK2MSFTNGP04.phx.gbl...kred">
>I am/was using FCKeditor to allow users to submit HTML, however I am coming
accross a serious bug which removes all style code
>blocks when a user submits html using Firefox 2.0.x .
> So, can anyone recommend any other html editors than can easily be used on
a asp.net 2.0 website (and are free/opensource).
> Thanks,
> JJ
>
Check out Macromedia's HomeSite. I used that way back for HTML coding and
now it has support of .aspx file extensions.
http://www.adobe.com/products/homesite/
Mike
'IGotYourDotNet'
http://igotyourdotnet.blogspot.com/
"JJ" <abc@.xyz.com> wrote in message
news:upc0RncrHHA.4828@.TK2MSFTNGP04.phx.gbl...
>I am/was using FCKeditor to allow users to submit HTML, however I am coming
>accross a serious bug which removes all style code blocks when a user
>submits html using Firefox 2.0.x .
> So, can anyone recommend any other html editors than can easily be used on
> a asp.net 2.0 website (and are free/opensource).
> Thanks,
> JJ
>
No comments:
Post a Comment