Installation program meets Dreamweaver choose sheet to increase in context " Edit With Dreamweaver " command, we return what can revise Windows to register a watch to make it and IE compositive. Like be just like MS Word, Frontpage and Notepad, through the editor of IE tool column pushbutton calls Dreamweaver to open current webpage.
Will below last of text Dreamweaver that wants instead yourself installs method, save them for file of a *.reg, doubleclick it to add information register a watch can.
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\edit\command]
@="C:\Program Files\Macromedia\Dreamweaver 3\dreamweaver.exe %1 "
If want a setting to be IE default editor, those who open IE " Internet option " , appoint in program label.
2)To use certain script, often want to in the sky add a link for graph or text, but when the object that available link clicks when browsing, what can jump to the page is topmost, how to avoid?
Because the browser thinks catenary receives same page, but it looks for the bookmark that is less than a definition again (Anchor) , stay in the top of the page then. With " Javascript:vOid(null) " replace empty link " # " , solve this problem.
3)Use CSS, layer when, the effect in different browser is different, appear even sometimes amlposition phenomenon, how to solve?
In the compatible respect to different browser, dreamweaver is made pretty good, but unexpectedly absolutely the webpage that flavour makes with Dreamweaver is mixed in IE the just the same in Netscape. Normally the circumstance falls, browse with different browser same an exterior of the webpage is impossible just the same, this is the browser itself decision of different manufacturer.
Want to note the following problem as far as possible commonly:
Do not mix use layer and form composing, if be filiation, be like the form in the layer, not be inside this principle limits;
The CSS of couplet type is inside in Netscape Navigator occurrence problem of classics regular meeting, use chain or inside set pattern;
Need to insert form in empty layer sometimes transparent perhaps picture, in order to assure the result in Netscape Navigator. To having the layer of a few width resembling element or height only, convert the picture will come true;
Avoid to use W3C to organize the composing attribute that does not recommend, replace with CSS.
4)Why to arrive from text of other documentation copy Dreamweaver, all paragraph can be squeezed into posse, and contain format code again in Dreamweaver interior?
Dreamweaver duplicates and stickup text has 2 sort to fasten, standard means duplicates the attribute of object of object along with together, regard HTML code as the content of clipboard; Another kind of means duplicates only or stickup text, html format is ignored when duplicating, stick text serves as Html code when post stickup. Press more " Shift " (Ctrl+Shift+C/Ctrl+Shift+V) operation of a kind of means after key is pressed namely.
5) why it is normal that the webpage is browsed with IE, do not accord with a requirement to make mistake even however with Netscape Navigator, and often revise in the documentation window of Dreamweaver bad?
Check code please. Because use place to see earning editor revises the certain part of the page repeatedly, can leave a few redundant code sometimes, link redundantly for instance, these code cannot see in the documentation window of Dreamweaver, IE can ignore them. But Netscape Navigator is stricter to code requirement, mysterious phenomenon appears when previewing.
6)In Netscape Navigator, some bookmark (Anchor) not effective, do some seem to disappear?
The bookmark of Netscape Navigator is big the ordinary form of a Chinese numeral is sensitive. In Navigator, multilayer a title label pasted on the cover of a Chinese-style thread-bound book inside the form of nest will be missing, put a title label pasted on the cover of a Chinese-style thread-bound book to the outside of form.
7) Dreamweaver documentation window bestrewed various face plate, to edit documentation, must strip off each is interstitial, too tired, how be good?
A 800X600 defends oneself the screen of rate is really some smaller to Dreamweaver, nevertheless even if is 1024X768, also do not put leave all face plate. The key is to be organized well.
Shut those to use the face plate that be less than temporarily in the editor, put commonly used face plate together, save screen space;
Unless want to use now, shut otherwise " HTML Source Inspector " , it is divided take up screen space, still take up the systematic natural resources that comparative;
The cache that press F4 has the face plate that open, the panorama of general view documentation, press again, indication face plate;
In " Windows " choose sheet to have " Arrange Floating Palettes " command, use this command to put the face plate that all opening in the window all around, and each other does not overlap.
Multi-purpose shortcut key masters adroitly is the very good method that improves work efficiency.
When adding sightless object, dreamweaver can add corresponding icon in the page coping of documentation window, if icon is too much, may cloggy editor. Can press " Ctrl+Shift+I " (advocate the View that choose sheet | Invisible Elements) will conceal and show them. OK also set does not appear these icon, do not suggest to be made so nevertheless, because they can help choice boy or girl friend, facilitating editor.
8) Head object face plate can add content only, can revise in documentation window<Head>The content of mark?
Can. Have a kind of very intuitionistic kind, press " Ctrl+Shift+W " (advocate the View that choose sheet | Head Content) , in documentation window advocate an icon appears below the column that choose sheet, click these icon to revise.
9)How to choose those are very small inside form, layer, for instance the picture of 1X1px?
Click in the unit case of form, press next " Shift " key, bolt with arrowhead shift can choose.
Also but first form of make choice of is unit (press Ctrl bolts, click corresponding unit with the mouse) or layer, be in next " HTML Source Inspector " in Gao Liang code choosing in face plate<Img Src=" . . . "≫ , return documentation window, the picture is chosen namely.
10)The name that how edits department of a frame (Title) ?
By " Ctrl+F10 " open " Frames " face plate, click most the casing outside, press " Ctrl+J " (advocate the Modify that choose sheet | Page Properties) .
11)How to change " Behaviors " default incident?
Incident set file puts below Dreamweaver installation catalog " \Configuration\Behaviors\Events\ " folder, for instance to browser of 4 above version, open a file " 4.0 And Later Browsers.htm " .
<A OnClick="*" OnDblClick="" OnKeyDown="" OnKeyPress="" OnKeyUp="" OnMouseDown="" OnMouseOut="" OnMouseOver="" OnMouseUp=" ">
Will " OnClick="*" " medium " * " move " OnMouseOver="" " in, instead: <A OnClick="" OnDblClick="" OnKeyDown="" OnKeyPress="" OnKeyUp="" OnMouseDown="" OnMouseOut="" OnMouseOver="*" OnMouseUp=" ">
Start Dreamweaver afresh, incident of this kinds of default turns into namely " OnMouseOver " . Other analogize.
12)When opening a page, open mouth of a fenestella at the same time, can you come true with Dreamweaver?
Can, need not write a code. In " Behaviors " face plate is used inside of buy " Open Browser Window " script, size of set page, window, attribute. If pursue:
13)When inserting form, there often is a blank space in form unit (<Td></ Td>) , how doesn't ability let it arise?
Dreamweaver generates this automatically, do not delete it. If there is any in form unit, netscape Navigator will not show this are unit.
14)Of pattern plate documentation<Head>In mark, cannot edit besides webpage theme, how can ability join Behaviors the webpage that is based on this pattern plate?
With " HTML Source Inspector " face plate is in of pattern plate documentation "</ Head>" before join can edit mark, following:
<! - - #BeginEditable "Javascript "- ->
<Script Language="JavaScript ">
</ Script>
<! - - #EndEditable- ->
15)When joint development and administrative website, of use Dreamweaver register / inspection system, the relevant file of the website that whether is long-range server increased different visit limits of authority?
Check In/check Out is the mechanism of a kind of government that Dreamweaver interior uses, the attribute of it and file has nothing to do. "Check Out " mean this file to be being used by me, people cannot edit it; "Check In " state this file can be reached to edit by other staff Check Out, the file of this locality can become read-only, prevent oneself to change its content.
Dreamweaver arises through be on this locality and long-range server corresponding " .lck " the file will realize function of Check In/check Out, these files are in " Site " the window does not show, dreamweaver can read these documents, it is only right Dreamweaver is effective. Did not increase what property for the file. If use other Ftp tool and editor, still can open them.
16)When making a webpage, the mouse flutters, often changed the size that sets good picture. Can you examine a picture to be corrected afresh?
If the size of the picture nots agree with, in attribute face plate, its value can become show purpose thick substance. Go up by face plate " Refresh " pushbutton, recoverable into real volume.
17)How can just click a link, change many frame at the same time?
The directest method builds a frame to fasten for this link namely.
Use Dreamweaver " Go To URL " Behavior is simpler. The dialog box shows all frame, below " URL " column writes corresponding page is.
18)Want to add Behavior to text, but the project on Behavior face plate is gloomy, not optional, how to do?
Encounter this kind of situation before, I insert a piece of picture by text commonly, add the Behavior of need on the picture. Edit code again next, move to go up to text, and take out picture.
The course of action above is trivaller, convenient way is text the link arrives " Javascript:vOid(null) " , those Behavior are shown with respect to conscientiously came out.
19)When putting the layer that used Behaviors into Library, dreamweaver does not let the Behaviors of the layer go accordingly, how to do?
Come with pattern plate.
20)Examination Flash plug-in unit pays equal attention to directional script sometimes abnormal, still have other method?
When webpage of the Flash that make, people is used to use Dreamweaver " Check Plugin " Behavior will weigh directional. But sometimes its meeting fault signs up for, installed plug-in unit obviously, say however. A kind of reliable method introduces to weigh below directional.
Make a new home page regard as weigh directional page. With " Head " of object face plate " Insert Refresh " directional the webpage that arrives to did not use Flash technology, if pursue. It can add code in page head: <Meta Http-equiv="refresh" Content="4;URL=noflash.htm ">
Make a very small Flash movie additionally, on one is added in the first frame " Get Url " behavior, point to the page of use Flash technology. Embed this little film use directional home page.
Apparent, it is very reliable that this weighs directional page.

No comments:
Post a Comment