u******a 发帖数: 7843 | 1 plain text下即使整个文档只有, 存盘之后再打开也是显示locked...编辑不能.
更新一下, 发现textedit似乎无法以文本形式打开html? 只要有javascript就是一片空
白, 如果没有的话就是预览网页一样的效果...感觉很奇怪... |
|
d******i 发帖数: 448 | 2 powerpoint中save as HTML的功能非常弱智。
老板给我一个ppt文件,让我放进组里的网页中,
我怎么也没法用那个功能把ppt完整的转换成html,
总是有些图片“失踪”。
请问,有啥好的办法么?
另外,请问怎么从powerpoint中取图片出来?
我在powerpoint中copy一个图片,却没法在诸如fireworks之类的软件中paste.
请指教。多谢多谢。 |
|
I****u 发帖数: 81 | 3 Are you the user or the html maker?
For user, just choose "open in new window"
for html maker, you must use javascript:window.url="...",
but the frame structure may disappear. Anyhow I did not try
that before. |
|
q*u 发帖数: 2 | 4 Does somebody know how to design a directory in the web? When you click on + ,
+ becomes -, and the subdirectory will show up; when you click again, -
becomes + and subdirectory disappear.
/////////folder.xsl file:
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
s**********i 发帖数: 711 | 5 not very clear about your requirement, but let me try.
first you need to split the content to several seperate
HTML files.
in each file, you could either use javascript
window.open() to open the next page in a new window,
or provide a link at end of that page for next page,
while set a target window name. it's better to do
both in case some people disable javascript.
for example, in first page,
this will load second page |
|
l***h 发帖数: 139 | 6 Beautifier, or "pretty printer", to help re-arrange the HTML text to
make it more readable.
Any tools (besides Tidy, which messes up my HTML code)? |
|
l******u 发帖数: 45 | 7
HTML: Hyper Text Markup Language
not a programming language.
比如说我有一片用WORD写的文章,想把它放到网上,
the easiest way: you can save word file directly into HTML.
File> Save as web page
However, this is highly prohibited if you want your code to be viewable.Since
word often gives lots of wired codes |
|
w***z 发帖数: 1848 | 8 譬如做一个连接,点击后在IFRAME中显示相应的HTML文件。如果是FRAME的话,可用TARGE
T指定该HTML所该出现的FRAME。如果是IFRAME的话,该怎么做? |
|
b****n 发帖数: 35 | 9 俺的CGI是一C程序(PERL的SIZE不适合),接受
用户输入,查询数据库。现在想把查询结果
(内容较多)生成动态HTML返回,比如更新WEB里
一个FRAME的内容。
看到的例子要吗直接printf HTML代码,或调用
eekim的CGIHTML提供的API,怎么感觉挺原始。
请问有没有更好的方法?象JAVA SCRIPT那样有
现成的window/document methods, 又可以被
SERVER端的CGI C代码调用的。 |
|
c*****t 发帖数: 1879 | 10 A method is to let user specify the template with variables or spaces
for you to fill. For example, a user has
${title}
Then you just find ${string} and fill it up. |
|
|
c***k 发帖数: 1589 | 12 in html code: how is the new line character '\n' treated?
Seems like just being ignored...
Is there any simple way to display '\n' as a new line, other than
replace all '\n' by .
Another question:
In html code: several white space are treated as one. Is there any
good way to preserve their original behavior? |
|
i********p 发帖数: 16 | 13 Change left and
right frame
"leftFrame" and "rightFrame" are the names for your frames. You can write a
JS function for this. |
|
h******y 发帖数: 173 | 14 先学一点HTML,有点基础后用网页编辑器。一点都不难,网上一大堆
教程,那种24小时精通HTML之类的就可以,只要你静下心学,24小时
也就差不多了。能做基本的网页之后可以再学DIV/CSS。 |
|
t******e 发帖数: 362 | 15 【 以下文字转载自 SanFrancisco 讨论区 】
发信人: tofubobe (toufutobe), 信区: SanFrancisco
标 题: 请问,哪位懂行HTML,我需要替换图片来源
发信站: BBS 未名空间站 (Tue Dec 8 06:16:16 2009, 美东)
我自己替换了
之后出来的效果就变成,不对齐的,或者重复的图片。是需要专门的软件替换才可以,
不能只是在HTML上替换图片地址吗?
请高人指点,谢谢 |
|
b*******e 发帖数: 217 | 16 any good software other than msword to edit html?
Also, where to get existing images such as "radio button" and so on...?
think need to edit a html first and then embedded php in ...?
Any good introducation for newbie? |
|
|
h****1 发帖数: 16 | 18 如题,网站已经有一部分用html写好了,现在想用drupal来管理,不知道怎么
样将已经写好的html导入drupal?
多谢大家! |
|
H*******g 发帖数: 6997 | 19 怎么看着你如此眼熟?你是,和尚?
create成
一个新页面。注意需要选用那种不自动过滤HTML标签的输入格式(这点很重要)。
情况具体处
理。只是可以提醒你Import HTML这个module也许有用。 |
|
l***o 发帖数: 7937 | 20 我的意思是说,有些东西如果不对,很容易被发现。大家机子上都有浏览器,你写的东西能不能产生你想要的效果,立即(几秒种吧)可以知道。对我等非专业人士,我认为没必要分清HTML 4.01/HTML 5/XML 1.0/....等等的差别, 况且这些东西在不断改变, 还有什么strict, transitional,。。。。
你一直争论说我没有关闭,严格来讲是应该关闭。但不关闭就错了吗?纠结这点有意思吗? |
|
l***o 发帖数: 7937 | 21 html 4说一定封闭了吗?严格和不严格之分,风格好坏而已吧。实际区别不大吧。
本人不是专业的HTML programmer,我也是边做边学,1星期搞定。我以前都说过无数遍了。
其它语言,如python, fortran, c++不严格也得严格。否则编译那关都过不了。 |
|
d********g 发帖数: 10550 | 22 第一帖就说了要定义或者之后才能用- ,到现在你的
- 都在裸奔
浏览器兼容不标准代码是历史原因,那时候的人太脆弱。这么多年了别人黑纸白字写在
那的标准还可以直接忽略啊
解了。你这个例子嘛,呵呵, 跟html 4.01倒是吻合的。写代码的时候,了解这点就不
会犯错误。
封闭。因为这正说明了html 4.01有一套处理 - 不封闭情形的方案。就是,当
- 封
闭时,就寻找 。找不到,就寻找一下tag<>作为结束的标志。 |
|
r******s 发帖数: 925 | 23 【 以下文字转载自 Linux 讨论区 】
发信人: robotics (机器人技术), 信区: Linux
标 题: 问几个关于网页和HTML的问题
发信站: BBS 未名空间站 (Thu Aug 4 08:56:14 2011, 美东)
最近想吧我的Embedded Robot Controller架构改一下
大多时候Operator在Windows下工作, 我试了试Apache和CGI,还是Work的
打算把GUI全部换成网页
1. Linux下哪个HTML或者Webpage编辑器比较好?vim可以但是经常要查手册
而且自己就对table和几种input比较熟,界面编出来跟DOS下的GUI差不多
2. 除了CGI,有没有其他办法跟主程序接口? |
|
|
j****s 发帖数: 1522 | 25 不懂什么是脚本语言或者server side include。如果是手动写个html建个webpage什么
的,倒也简单。我这是要将模式大量的输出结果(很多png图形和txt文件),用idl或
matlab软件写个code将这些结果写入文本文件里(html格式),可以用浏览器方便查看
,每次运行这个模式都会输出不同的结果。想借用menu管理这些图形和table了。谢谢
你的回复。 |
|
|
j****s 发帖数: 1522 | 27 不懂什么是脚本语言或者server side include。如果是手动写个html建个webpage什么
的,倒也简单。我这是要将模式大量的输出结果(很多png图形和txt文件),用idl或
matlab软件写个code将这些结果写入文本文件里(html格式),可以用浏览器方便查看
,每次运行这个模式都会输出不同的结果。想借用menu管理这些图形和table了。谢谢
你的回复。 |
|
g****z 发帖数: 1135 | 28 是指浏览者不能访问么?如果是Apache, 设置mod_rewrite并在此目录下写入.
htaccess.
RewriteCond %{REQUEST_URI} .*\.(php|html)
RewriteRule ^(.*)$ [R=404,L]
或者这个更简单:
RedirectMatch 404 .*\.(php|html)
试试。 |
|
B*******g 发帖数: 1593 | 29 【 以下文字转载自 Programming 讨论区 】
发信人: BadassPig (坏屁股猪), 信区: Programming
标 题: 问个HTML DOM JavaScript相关的问题
关键字: HTML DOM JavaScript
发信站: BBS 未名空间站 (Mon Feb 21 21:24:20 2011, 美东)
其实我不是很懂网络,希望关键词不会太误导
基本上我想在网络上抓取一些数据(一个表格),但是page source里网页的数据不是
以 xxx 的形式出现的 表格里的任何内容在page source里都搜索 不
到 我猜它是调用DOM的什么东西query后台的data base.
想请问一下有没有什么简便的办法来获得这表格里的所有内容?(给些关键词也行)
URL:http://item.taobao.com/item.htm?id=3441540... 阅读全帖 |
|
b*******a 发帖数: 1 | 30 请教一个问题,如果不想建立access数据库,由于空间有限,但是又想用户输入密码在进
入, 据说可以用html连到text file,这样,只要核对text,就可以控制用户, 不知道用
什么语句可以access text file in html
thank you very much. |
|
t********k 发帖数: 808 | 31 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: threestick (天马行空), 信区: BuildingWeb
标 题: 如果实现文章分页的HTML代码匹配?
发信站: BBS 未名空间站 (Tue May 8 03:14:36 2007), 转信
用户提交了一篇文章
有可能包含HTML代码
比如说table表格
那如何实现这种文章的分页呢?
有些网站好象有分页的
不知道是如何实现代码匹配的
比如分页时正好把表格一分为二了 |
|
T*****e 发帖数: 361 | 32 牛人哪,这么复杂!多谢多谢!
我试了试,好像还是不行,参数部分没有显示。缺省浏览器我试过FF和IE,都不行。我
测试的URL类似于:
file:///C|/Projects/FrameSet.html?topic=topic1.html
就是用一个参数来控制一个Frame应该显示的内容。这个URL在FF和IE中都试过,没有问
题。
是不是我那个地方没有弄对? |
|
s***o 发帖数: 2191 | 33 Multiple view engines can co-exist. File extensions are used to determine
which view engine to pick up - Razor for .cshtml, WebForms for .aspx, Spark
for .spark, etc.
For .html files, IIS is supposed to deliver its content directly. But in
your case, I guess there are some Razor specific syntax in those .html files
, such as @RenderBody...One idea is to write and register your own view
engine. Ideally you can extend Razor by just overriding whatever are related
.
If I remember correctly, Steve S... 阅读全帖 |
|
B*******g 发帖数: 1593 | 34 【 以下文字转载自 Programming 讨论区 】
发信人: BadassPig (坏屁股猪), 信区: Programming
标 题: 问个HTML DOM JavaScript相关的问题
关键字: HTML DOM JavaScript
发信站: BBS 未名空间站 (Mon Feb 21 21:24:20 2011, 美东)
其实我不是很懂网络,希望关键词不会太误导
基本上我想在网络上抓取一些数据(一个表格),但是page source里网页的数据不是
以 xxx 的形式出现的 表格里的任何内容在page source里都搜索 不
到 我猜它是调用DOM的什么东西query后台的data base.
想请问一下有没有什么简便的办法来获得这表格里的所有内容?(给些关键词也行)
URL:http://item.taobao.com/item.htm?id=3441540... 阅读全帖 |
|
l***h 发帖数: 139 | 35 【 以下文字转载自 BuildingWeb 讨论区 】
【 原文由 laugh 所发表 】
Beautifier, or "pretty printer", to help re-arrange the HTML text to
make it more readable.
Any tools (besides Tidy, which messes up my HTML code)? |
|
b*****o 发帖数: 284 | 36 It seems that CSS can do it, but I do not remember how. Thanks for your endav
or. I write HTML manually. I do not like the garbage that those HTML editing
softwares put in my code. |
|
g****c 发帖数: 299 | 37 mht is all-in-one
html is html+folder/image |
|
t******e 发帖数: 362 | 38 【 以下文字转载自 SanFrancisco 讨论区 】
发信人: tofubobe (toufutobe), 信区: SanFrancisco
标 题: 请问,哪位懂行HTML,我需要替换图片来源
发信站: BBS 未名空间站 (Tue Dec 8 06:16:16 2009, 美东)
我自己替换了
之后出来的效果就变成,不对齐的,或者重复的图片。是需要专门的软件替换才可以,
不能只是在HTML上替换图片地址吗?
请高人指点,谢谢 |
|
l*****k 发帖数: 587 | 39 newbie question
if I define in a html form action=myservlet
how come when I click on the html button, the browser prompt me to
download the compiled java file?
I think this has a lot to do with server side configuration... anyone
help me on that?
Thanks |
|
v******a 发帖数: 5 | 40 Hi, can anyone tell me how to do this? I am stuck here!:(
The application i am doing is a BS struture which is using jsp/servlet, html,
and MS SQL database.
1) image is stored in database server
2) I wanna display Image on HTML so that user can edit it (users might draw
inregular lines on image)
3) After editing, the modified image can be saved to database
Daxia a, pls HELP. What is the solution? Thank you. |
|
m******t 发帖数: 2416 | 41
In your response header, set "Content-Type: text/html; charset=utf-8".
Also just to be on the safe side, you might want to add to each page:
|
|
g*****g 发帖数: 34805 | 42 Create a Java applet in Run like you'll do for application
Specify Width and Height in Parameters, you can add extra
parameters to pass to applet like you'll do in html,
Eclipse will dynamicaly generate an html for you.
file |
|
t********k 发帖数: 808 | 43 【 以下文字转载自 BuildingWeb 讨论区 】
发信人: threestick (天马行空), 信区: BuildingWeb
标 题: 如果实现文章分页的HTML代码匹配?
发信站: BBS 未名空间站 (Tue May 8 03:14:36 2007), 转信
用户提交了一篇文章
有可能包含HTML代码
比如说table表格
那如何实现这种文章的分页呢?
有些网站好象有分页的
不知道是如何实现代码匹配的
比如分页时正好把表格一分为二了 |
|
g*****g 发帖数: 34805 | 44 Basically I want to parse some online resource and grab some
data. Should be ideal if the lib can correct html errors and
prepare it xml like.
How is html parser in
http://htmlparser.sourceforge.net/ |
|
m******t 发帖数: 2416 | 45
Sure, you can't return a complete html page though, because inserting a
whole
tag into an existing DOM is not going to work. |
|
r****y 发帖数: 26819 | 46 我觉得不是。Model是解决数据来源的问题,HTML做不到这一点。事实上,JS代码本身分
成MVC--或者MVP三部分,HTML和CSS和Viewer部分的JS是负责显示的。JS里的Model负责
和服务器后台交换数据,JS里的P或V负责逻辑。 |
|
r****y 发帖数: 26819 | 47 HTML和CSS都是解决View的问题,JS也往View里放数据,而Model跟HTML完全不是一个含
义,所以我觉得不是。 |
|
c*********e 发帖数: 16335 | 48 asp.net的controller,其实就是java的servlet.新的mvc 3,4,开始把client的request
都传给controller,让controller里的methods来处理,并生成动态的html文件。這個思
路,很象java当年在servlet里面的doGet(),doPost()里写html code.
這個被java抛弃的方法,怎么在c#开始流行起来? |
|
g*****g 发帖数: 34805 | 49 基本上就是提供一个或几个静态的html页面,之后所有的交互都由js跟后端的WS进行。
server side scripting,主要指server端把数据放入html template,传回页面,
比如Spring MVC, wicket都有类似的实现。 |
|
c*********e 发帖数: 16335 | 50 记得面试的时候,一家公司说,我给你psd,你能转换成html吗?
先在,把photoshop文件PSD 转换成 HTML流行吗?貌似就是cut,paste. |
|