dw常见问题(mon problems)
Add <div style= "padding-left:200px", "padding-top:100px", "code" to the code you posted
Add the </div> at the back of the code, and if you don't feel it's right, you can adjust the 200 and 100 to adjust the left and the top margins
1) how to integrate Dreamweaver into the IE browser?
The Dreamweaver installer adds a "Edit with Dreamweaver" command to the context menu, and we can also modify the Windows registry to integrate it with IE. Just like MS Word, Frontpage and Notepad, call the Dreamweaver to open the current web page through the Edit button of the IE toolbar.
Change the last line of the following text to your own Dreamweaver installation path, save it as a *.reg file, double-click it, and add the information to the registry.
REGEDIT4
[HKEY_CLASSES_ROOT\.htm\OpenWithList\Dreamweaver]
[HKEY_CLASSES_ROOT\.htm\OpenWithList\Dreamweaver\shell]
[HKEY_CLASSES_ROOT\.htm\OpenWithList\Dreamweaver\shell\edit]
[HKEY_CLASSES_ROOT\.htm\OpenWithList\Dreamweaver\shell\mand]
@= "C:\Program files\Macromedia\Dreamweaver 3\%1"
If you want to set the default editor for IE, open the option of IE, and specify the program label.
2) in order to use some scripts, often add links to the graph or text, but when you click on the empty link of the object, will jump to the top of the page, how to avoid?
Because the browser is linked to the same page, it can't find a defined bookmark (anchor), so it stays at the top of the page. "Javascript:void (null)" to replace the empty link "#" to solve the problem.
3) when using CSS, layer, in different browsers the effect is not the same, sometimes even dislocation phenomenon, how to solve?
Dreamweaver works well in terms patibility of different browsers, but it doesn't mean that pages made with Dreamweaver are exactly the same in IE scape. In general, it is impossible to look at the same page with different browsers, which is determined by the browser of different manufacturers.
We should pay a
dw常见问题(mon problems) 来自淘豆网m.daumloan.com转载请标明出处.