Opened 17 years ago
Closed 16 years ago
#1959 closed Bug (duplicate)
some code is not valid with xhtml
Reported by: | nabi | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Output Data | Version: | FCKeditor 2.6 Beta |
Keywords: | Pending WorksForMe | Cc: |
Description
hi,
the fckeditor is good, but some is not valid code with xhtml, example:
<img alt="" style="width: 513px; height: 384px;" src="/_userfiles/image/Inverno.jpg">
or it: <br>
not close tag.
and so...
or this code: <span style="color: rgb(255, 102, 0);"><span style="font-family: Comic Sans MS;">
not be epitome ! please fix it.
thanks.
nabi
Change History (3)
comment:1 Changed 17 years ago by
Keywords: | Pending WorksForMe added; not valid xhtml removed |
---|---|
Milestone: | FCKeditor 2.6 |
comment:2 Changed 17 years ago by
I am seeing this behaviour too on an implementation of fck in joomla cms. The editor is now called JCK and is using 2.6beta
img tags not closed
this is shown in FCK html view and generated page source code
using Firefox browser on winXP
That looks like some problem with your processing of the data at the server. If you switch to Source view you'll see that all the elements are properly closed, unless you have made some modification that broke the generation of the output data.