论文部分内容阅读
Q DW中如何输入空格?A 按下“Ctrl+Shift+空格键”或者在中文输入法中选择全角输入方式,可任意输入空格。Q 为什么我的Dreamweaver会出现黄色标识符?A 有时我们在Dreamweaver中会发现有黄色的标识符,它们是什么呢?其实这是由你的网页代码中标识符不匹配或非法标识符引起的,解决方法就是去掉非法标识符。Q DW中如何设置页面边距为0?A 可惜,DW中似乎没有直接设置的方法,你只有在HTML文档中插入以下代码:marginheight=“0” marginwidth=“0” topmargin=“0”leftmargin=“0”。Q 为什么我想让一行字居中,但其他行字也变成居中?A 这是我们经常碰到的麻烦事,为什么呢?在Dreamweaver中进行距中、距右操作时,默认的区域是P、H1-H6、DIV等格式标识符,因此如果您的语句没有用上述标识符隔开,Dreamweaver会将整段文字均做距中处理,解决方法就是将距中文本
Q DW how to enter a space? A Press “Ctrl + Shift + Spacebar” or in the Chinese input method, select full-width input, enter any space. Q Why is my Dreamweaver a yellow identifier? A Sometimes we find a yellow identifier in Dreamweaver, what are they? In fact, this is caused by an identifier mismatch or an illegal identifier in your webpage code, The solution is to remove the illegal identifier. Q DW how to set page margins to 0? A Unfortunately, DW does not seem to be directly set method, you only insert the following code in the HTML document: marginheight = “0” marginwidth = “0” topmargin = “0” leftmargin = “0”. Q Why do I want to center a line of characters, but other lines of words also become centered? A This is a troublesome thing we often come across. Why? The default zone in Dreamweaver is P, H1-H6, DIV and other format identifiers, so if your statement is not separated by the above identifier, Dreamweaver will do all the text away from the solution, the solution is to from the Chinese