1.html中插入<font>……</font>,定义align=right,但实际上得到的文字位置并不在右边,有种说法是font并没有align这个属性……
2.制作动态替换效果时,用dreamerwaver编写代码如下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<imgsrc="C:\Documents and Settings\Administrator\桌面\临时文件\40.bmp" name="picture" onmouseover="picture.src='C:\Documents and Settings\Administrator\桌面\临时文件\40副本.jpg'" onmouseout="picture.src='C:\Documents and Settings\Administrator\桌面\临时文件\40.bmp'">
</body>
</html>
其中图片文件的路径名可以保证正确,但实际运行确得到是空白的网页 = =!
PS:没分了,请哪位大大不吝赐教~……