fmxgreat

 
 

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔档案

  • 2009年8月 (1)
  • 2009年7月 (1)

搜索

  •  

最新评论

阅读排行榜

  • 1. springMVC如何整合FCKeditor?(595)
  • 2. CSS 问题(161)

评论排行榜

  • 1. CSS 问题(0)
  • 2. springMVC如何整合FCKeditor?(0)

Powered by: 博客园
模板提供:沪江博客
BlogJava | 首页 | 发新随笔 | 发新文章 | 联系 | 聚合 | 管理

2009年8月19日

CSS 问题
 <table name=t1 width=500>
<tr>
<td width=500><table name=t2 width=700><tr><td width=700>12312313123123</td></tr></table>
</td>
</tr>
</table>


这样一段html代码中 t1的宽为500  t2表宽700   页面上显示的宽是以700为准的
有什么办法 可以强制以t1表的宽500为准显示出来?
posted @ 2009-08-19 14:03 喔喔 阅读(161) | 评论 (0) | 编辑 收藏
 

2009年7月5日

springMVC如何整合FCKeditor?

  我在做后台添加新闻  有一个需求是 可以编辑新闻内容 要求前台输出来  新闻格式要求自定 因此我选用fckeditor 作为在线编辑器
  但是在用springMVC整合fckeditor时遇到了困难
   
  因为fckeditor/editor/fckeditor.html  没有做 mapping
  因此 加入fckeditor的部分总是显示404错误

  我想有没有在使用spring MVC的情况下 关于fckeditor的请求不要经过dispatcherServlet处理?

   或者有没有人 有一个spring MVC +FCKeditor的简单例子 发我参考下? 感激不尽


   邮箱:fmxgreat@163.com
   QQ:334698202
posted @ 2009-07-05 15:17 喔喔 阅读(595) | 评论 (0) | 编辑 收藏
 
仅列出标题