1, blank space is inputted in Dreamweaver 3
The entire part that 1) can use Chinese presses blank space key below condition, recommend strongly
2) inserts a transparent graph
3) uses the content that you keep in Pre label
The None-breaking Space in the Invisiables in 4)object is nodded
The None-breaking Space below 5)instert menu
Key of 6)CTRL+SHIFT+ blank space is joined
Angle bracket of 7)CTRL+T take out, key in
(note from the back 4 yes essence is same)
2, the scroll caption in realizing browser condition column
Press F8 bolts, behaviors is chosen in Behaviors window, click " + " date, reelection is taken " Set Text Of Status Bar of Set Text → " , write in shooting the dialog box that give finally on you think the character that appears in condition column is OK.
3, go meeting on shift of the mouse that make vicissitudinous trends links image
Prepare two plans above all, the first is primitive image, another is the image after mouse shift goes up. Click the first graph with the mouse, the link in attribute face plate is filled in column on the document that wants a link, press F8 next, click in Behaviors window " + " date, choose " Swap Image " , the 2nd plan chooses in occurrence window, click affirmatory, succeeded.
4, Dreamweaver compositive to IE browser
Installation program meets Dreamweaver choose sheet to increase in context " Edit With Dreamweaver " command. Return what can revise Windows to register a watch, 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]
@="\"D:\\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.
5, the topmost phenomenon that the page can jump when how avoiding to click the object of empty link
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, perhaps increase many # number.
6, when how solving use CSS, layer, the effect in different browser is different, appear even sometimes the phenomenon of amlposition?
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.
7, how to add explanatory note in the webpage
Code: <! - - this is annotate- ->
8, the theme that if where to EMAIL is joined to link in the webpage and show,books
Code: <A Href= " Mailto:yOurmail@xxx.xxx? Subject= hello " > Send Mail</ A>
9, how to make email express sheet
Action= is inputted in <FORM> " Youremail@XXX.XXX " , refer use POST method.
10, the frame that how avoids others to put your webpage him (FRAME) in
The <HEAD> in source code...</ following code join between HEAD> :
<script Language= " Javascript " > < ! - -If (self! =top){top.location=self.location;}
- - ></ Script>
11, how to join final modification date automatically
The <BODY> in source code...</ following code join between BODY> :
<Script Language= " JavaScript " > < ! - -Document.write(" Last Updated: ?document.lastModified);
- - ></ Script>
12, how to let background picture do not roll
Code: <BODY Background= " Bg.gif " Bgproperties= " Fixed ">
Use in Dreamweaver " Text " - " Custom Style " - " Edit Style Sheet " - " New " - Body of the choice in Redefine HTML Tag, choose Fixed in the Attachment in Background next
13, how to time the webpage shut
Following code join at the back of the <BODY> in source code:
<Script LANGUAGE= " JavaScript ">< ! - -SetTimeout('window.close();' , 60000);
- -></ Script>
In code 60000 express 1 minute, it is an unit with millisecond.
14, the key word that how defines a webpage (KeyWords)
The form is as follows:
<Meta Name= " Keywords " Content= " Dreamweaver, flash, fireworks " >In Content it is key word namely, separate with comma, use in Dreamweaver " Insert " - " Head " - KeyWords command
15, how to install a command to close the window that open
Following code join in source code:
<A Href= " / " Onclick= " Javascript:wIndow.close(); Return False; " > close the window</ A>
16, how to add a title label pasted on the cover of a Chinese-style thread-bound book in the webpage, inside the page random jumps turn
In source code need inserts the local input of bookmark, top is inputted in called place, among them Top is the bookmark name of your set. Use bill of fare in Dreamweaver " Insert " - " Name Anchor " the command thrusts a title label pasted on the cover of a Chinese-style thread-bound book, when calling, #top is inputted in Link, top is bookmark name.
If want to jump arbitrarily between many pages,turn, method and above similar, when becoming a link nevertheless, want to add name of online page file before bookmark name, be like: Other.htm#top, can jump so the Top bookmark place that turns in Other.htm page.
17, how to assign content to do not support the browser of frame
Join in source code below code:
<This BODY><noframes> webpage has frame structure, download new browser to watch please</ Noframes></ BODY>
18, how to make form (TABLE) without frame line
the frame attribute of form: Border= " 0 "
19, how to conceal the LINK information that appears in condition column
Use following code please:
<A Href="http://www.tastelife.net" OnMouseOver="window.status='none';return True"> savors life</ A>
20, how to time be record in another webpage content
The <HEAD> in source code...</ HEAD>Join following code:
<Meta Http-equiv= " Refresh " Content= " 40;URL=http://www.tastelife.net ">
The will be record in Http://www.tastelife.net automatically to be in webpage after 40 seconds
21, how to install background music for the webpage
Code: <EMBED Src= " Music.mid " Autostart= " True " Loop= " 2 " Width= " 80 " Height= " 30 " >Src: The method of musical file reachs file name; Autostart: After True uploads for musical file begin automatically to broadcast, acquiesce is False (deny)Loop: True is infinite second rebroadcast, false is not rebroadcast, some is specific value (integral) for rebroadcast how many timesVolume: Limits extraction a cost is " 0-100 " , install volume, acquiesce is the volume of systematic itselfStarttime: "Cent: Second " , setting song begins the time that broadcast, be like, starttime= " 00:10 " , from the 10th begin to broadcastEndtime: "Cent: Second " , setting song ends the time that broadcastWidth: Of Control Panel wideHeight: Of Control Panel tallControls: The exterior of Control PanelControls= " Console/smallconsole/playbutton/pausebut ton/stopbutton/volumelever "
·Console: The face plate of normal volume
·Smallconsole: Lesser face plate
·Playbutton: Show broadcast pushbutton
·Pausebutton: Indication pause button
·Stopbutton: Show stop pushbutton
·Volumelever: Indication volume adjusts pushbutton
Hidden: To face plate can be concealed when True
22, how the underline that take out links
The <HEAD> in source code... following code input between </HEAD> :
<style Type= " Text/css ">< ! - -A {Text-decoration: None}
- -></ Style>
Use in Dreamweaver " Text " - " Custom Style " - " Edit Style Sheet " - " New " - A of the choice in Redefine HTML Tag, it is next in Decoration pitch on None
23, the Layer in Timeline takes a curve
The Layer that should make Timeline medium takes a curve, let him walk out of first is linear come, go up with any one Frame among the first Frame in last Frame next bit of right key, can see have an Add Keyframe, , move your Layer to the seat that you want next, DW can generate a curve automatically
24, how to conceal needless label
Sightless element was inserted in the webpage when the user when, dreamweaver can add automatically on the page to it corresponding elemental label, in order to facilitate the user chooses sightless element. But this is not a favour completely, for instance you have the group in very multilayer page to insert a form in, arranged too much layer element label as a result of first with respect to meeting discovery and make form automatic fall back on the 2nd of the page, although do not affect the result when browse, but this is met really block up your job. Feel when you label of a certain element is hinderous so when, simply will screen is dropped. The method is to press " Ctrl + U " open " Preferences " face plate, be in " Category " in be chosen " Invisibel Elements " , will appear in the right of face plate all elemental label. Want to will denounce the scratch out before the elemental label of your be disgusted with drop only, it is met with respect to guarantee against after reappear.
25, how to call " Style " and do not cause disorder of webpage former code to be able to 't bear
Call " Style " the method is very much, you can click right key to choose " Custon Style " will call " Style " standard, right key also can be clicked to call on the elemental list in condition column " Style " . Although different method is achieved the effect looks like be like, but the HTML code that generates actually differs completely. Use for instance " CustonStyle " will call " Style " standard, generate in webpage code < Span > label, such label more than 1 can make file very overstaffed and the analytic rate that affects a browser, so I suggest the elemental list in using condition pen as far as possible will call " Style " . Still have a little skill, if you want to use " Style " all characters in defining some form unit, should be in only < Td > call in label " Style " went, and do not need to be defined in each < P > label. Notice this method is not used with < Table > label, because be in < Table > label is useful " Style " the literal format of the definition is met by Netscape oversight.
26, the mouse form that how changes the person that browse
This comes true through editing a style to express. Specific means is: Choice " character (Text) - > custom-built style (CSS Style) - > editor style is expressed (Edit Style Sheet) " , play an editor style to express the window, amid chooses " build (New) " . Choose then " establish a custom-built pattern (Make Custom Style) , to this style the watch gives a name, click affirmatory. Compile this style list, the choice is patulous (Extension) , the cursor in right (the effect of pressing with a finger that the choice in Cursor) should appear can.
27, how to arrange decorate the tool face plate with various Dreamweaver
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.
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 imp roves 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.
28, character of clew of change condition column
Usually, when the browser loads a page, what show on its condition column is the address name of this page, very inflexible. Had you thought the condition column that gives a browser increases a bit individual character? If have, so please according to the following measure, custom-built the character that oneself like! Open above all " Behaviors " behavior edits a window, click " + " pushbutton, choose " Set Text Set " below " Text Of Status Bar " option, input oneself character in pane next, for example " the homepage that welcomes to me " wait, click [affirmatory] can.
29, the color that installs horizontal surveyor's staff in DW
Because do not support the COLOR attribute of <hr> in NC, do not have this setting in DW so, you can join code in HTML only: Color= " color code "
30, how the position of each elements in accurate fixed position webpage
The position of each elements in exact location webpage has two kinds of methods: Use form or layer.
Use form is to compare current practice at present, specific means is: A form is built in preexistence webpage, the frame width that notices form should is 0. Put each elements in each form unit according to your requirement again next. Adjust the position of the size of form unit and form frame carefully, also can move subsequently in the element in form unit at this moment the position. Such positions that you can compare each elements in accurate fixed position webpage. The advantage of use form is general, almost the browser of each version can send supportive form. Its defect is to use rise to be bothered quite, need undertakes carefully adjustment, and location is very not exact.
The layer can be placed at will in the webpage, accordingly we can use a layer to undertake essence of life decides. Use method is, a layer is inserted in the webpage, the element that wants you to locate next is put in the layer, then we can put to place to want any seats. In addition, you are OK still staff guage of have the aid of and reseau have exact fixed position. Because the layer is only in newest browser,be supported, was thought compatible old browser, we can be layer change form. The method is: Mode of layout of layout of?Modify)-> of Ru of ≡ Chi target (Layout Mode)-> changes the layer into form (Convert Layers To Table) " can. Attention at this moment the layer cannot have jackknife, we can choose before inserting a layer " examine (View)-> prevents a crisscross (Prevent Layer Overlaps) " the jackknife that will avoid a layer. The page after be being changed generally speaking may have a few change, still need us to undertake adjustm ent by hand.
A bit want to notice finally, when the mutual transition that has form and layer, had better not use layer and form at the same time in a page, the chaos that may get your page in that way.
31, how to make be similar to next effects that play menu
Conceal and show character what make be similar to next effects that play menu to need to use a layer. Specific means is:
One is inserted in the page one-way the form of much line, the menu that serves as you. The row of form is counted by the how many decision of menu option. Insert a layer, next the first content that play menu are inputted in the layer, move this layer to form the first below.
Manage together, also make the operation of as above to the dish individual event of other, insert corresponding layer. The indication attribute all layers (Vis) instead is concealed (Hidden) . Choose the first unit of form, click the window (Windows)-> behavior (Behaviors) , pluck a behavior face plate. Press " + " add behavior Show-Hide Layers, and the first layer (Layer1) attribute instead shows (Show) , the attribute instead of other layer is concealed (Hide) . Edit this behavior in behavior face plate then, spark it incident (Events) instead OnMouseover. Such, when mouse shift arrives over unit of the first form, the first falls pull menu to be able to be shown. Add Show-Hide Layers of a behavior again then, conceal the attribute instead of all layers. Edit this behavior in behavior face plate then, spark it incident (Events) instead OnMouseout. Such becoming mouse from removeding over unit of the first form, the first falls pull menu to be able to be concealed.
Repeat E, F to operate to the dish individual event of other. But should notice to install " menu 2 " when, the 2nd shows, other layer is concealed; Install " menu 3 " when, three-layer shows, other layer is concealed; The rest may be deduced by analogy goes down.
32, the position of each element in helping fixed position webpage with TracingImage
TracingImage is a when Dreamweaver2 adds newly very valid function, it allows an user to be done in the design design with webpage former lieutenant general as additional setting. So come, it is very OK to support locate the webpage element such as character, image, form, layer is in conveniently the position in this page. Of TracingImage specific using is such: Use all sorts of plot software to make plan of structure of composing of the webpage in an imagination above all, save this graph next for network image format (include Gif, jpg, jpeg and Png) . Open you with Dreamweaver an editorial webpage, right key is clicked in the clear area of the page, choose " Page Properties. . . " , the Tracing Image in shooting the dialog box that give next in the plan of webpage composing structure that the input a moment ago established is in the position. It is again in Image Transparen the diaphaneity of set TracingImage, OK. Such you are OK locate conveniently in current webpage the position of each webpage elements. The webpage that used TracingImage won't show setting pattern again when editing with Dreamweaver, but when the as it happens when use browser is browsed contrary TracingImage disappeared, what what see is to pass editorial webpage (can show setting pattern of course) .
33, about " Convert Table Widths To Pixels " and " Convert Table Widths To Percent "
"Convert Table Widths To Pixels " and " Convert Table Widths To Percent " the main function that is the breadth of two settings form that Dreamweaver2 increases newly. When you open a webpage that contains form, in condition column midpoint < Table > label, can see these two pushbutton in the face plate of form attribute tool that shows subsequently. Just as its name implies " Convert Table Widths To Pixels " indicate the breadth of all unit in form in order to resemble element namely, and " Convert Table Widths To Percent " it is the width all unit in form expresses with per cent. Consider their effect carefully, if indicate the breadth of a form in order to resemble element completely, when Dan Liu sees the window be magnified, form won't magnify subsequently the width of unit case. And used " Convert Table Widths To Percent " hind can make you build 100 % wide form to maintain the width of 100% as before below higher resolution below 640*480 resolution. Using these two functions alive so can be webpage composing get twice the result with half the effort.

No comments:
Post a Comment