the <map name="newbook"> code auto disappear?

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/16/2008 2:28:50 AM
Gravatar
Total Posts 16

the <map name="newbook"> code auto disappear?

 first,I create a new page.And I want to add a picture,the former code like this:

 

<img style="WIDTH: 700px; HEIGHT: 400px" height="400" alt="new floor" hspace="10" src="Data/Sites/1/images/seconde.jpg" width="700" usemap="#newbook" border="0" /> 
<map name="newbook">
  <area title="this is 241 shop。" shape="RECT" target="_blank" alt="this is 241 shop。" coords="117,284,181,333" href="urlall.htm" />
  <area title="this is 236 shop。" shape="RECT" target="_blank" alt="this is 236shop。" coords="382,229,446,278" href="urlall.htm" />
 
  <area title="this is 201 shop。" shape="RECT" target="_blank" alt="this is 201shop。" coords="122,24,186,73" href="urlall.htm" />
</map>

But when I add this code to the "Html Conten",the code changes like this:
<img usemap="#newbook" style="width: 700px; height: 400px" src="Data/Sites/1/images/second.jpg" border="0" alt="new floor" hspace="10" width="700" height="400" />
 
why the following part code auto disappear?
Thanks

 

12/16/2008 5:41:59 AM
Gravatar
Total Posts 18439

Re: the <map name="newbook"> code auto disappear?

Possibly a bug in FCKeditor. What I would suggest is after you go into source view and put in the markup, save it without leaving source view. When you switch back to the wysiwyg view, the editor does some cleanup of the markup which is probably where the probblem is happening. By saving while still in source view it should save it exactly as you entered it.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.