Monday, October 26, 2009

Dreamweaer uses skill 20

1.  If why add explanatory note in the net?

◆ code: &lt! - - this is annotate- - &gt
2.  If where to is EMAIL joined to link in the webpage and show booked theme?

◆ code: &lt A Href="mailto:yOurmail@xxx.xxx? Subject= hello "&gtSend Mail&lt /a&gt

3.  How to make email express sheet?

◆ inputs Action="youremail@XXX.XXX" in &ltFORM&gt, refer use POST method.

4.  The frame that how avoids others to put your webpage him (FRAME) in?

◆ the &ltHEAD&gt in source code... following code join between &lt /HEAD&gt:
&ltscript Language="javascript"&gt&lt! - -If (self! =top){top.location=self.location;}
- - &gt&lt /script&gt

5.  How to join final modification date automatically?

◆ the &ltBODY&gt in source code... following code join between &lt /BODY&gt:
&lt Script Language="JavaScript"&gt&lt! - -Document.write("Last Updated:" + Document.lastModified);
- - &gt&lt /Script&gt

6.  How to let background picture do not roll?

◆ code: &ltBODY Background="bg.gif" Bgproperties="fixed" &gt
◆ is used 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

7.  How to time the webpage shut?

◆ joins following code at the back of the <BODY> in source code:
&lt Script LANGUAGE="JavaScript"&gt &lt! - -SetTimeout('window.close();' , 60000);
- - &gt &lt /script&gt
In code 60000 express 1 minute, it is an unit with millisecond.

8.  Join the webpage the favorite?

◆ uses following code please: (note punctuation mark)
&lt A Href='#' Onclick="window.external.addFavorite('http://qiangwei.126.com' , ' [dreamy sky] DW of all sorts of webpage tool tutorial, FLASH, FIREWORKS reachs Qiangwei.126.com CGI education, chat make friend... ')" Target="_top"&gt adds this station favorite &lt /a&gt

9.  The key word that how defines a webpage (KeyWords) ?

◆ form is as follows:
&lt Meta Name="keywords" Content="dreamweaver, flash, fireworks"&gtIn Content it is key word namely, separate with comma
◆ is used in Dreamweaver " Insert " - " Head " - KeyWords command

10.  How to install a command to close the window that open?

◆ joins following code in source code:
&lt A Href="/" Onclick="javascript:wIndow.close(); Return False;"&gt shuts window &lt /a&gt

11.  If why add a title label pasted on the cover of a Chinese-style thread-bound book in the webpage, does inside the page random jump turn?

◆ needs to insert the local input of bookmark in source code, top is inputted in called place, among them Top is the bookmark name of your set.
◆ uses 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.

12.  How to assign content to do not support the browser of frame?

◆ joins in source code below code:
This &lt BODY&gt&ltnoframes&gt webpage has frame structure, download new browser to watch &lt /noframes&gt&lt/ BODY&gt please

13.  If why be joined in the webpage individual or a few blank space?

◆ inputs   in source code, blank space departure is used please between every  .
◆ inserts blank space with <CTRL>+<SHIFT>+<SPACE> in Dreamweaver or allow to be defeated by a few character, set its colour into the colour of setting next!

14.  If why add a title label pasted on the cover of a Chinese-style thread-bound book in the webpage, does between many pages random jump 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.

15.  How to make form (TABLE) without frame line?

The frame attribute of ◆ general form: Border="0 "

16.  How to conceal the LINK information that appears in condition column?

◆ uses following code please:
&lt /a&gt of sky of dream of &lt A Href="http://qiangwei.126.com" OnMouseOver="window.status='none';return True"&gt

17.  How to time be record in another webpage content?

◆ the &ltHEAD&gt in source code... &lt /HEAD&gt joins following code:
&lt Meta Http-equiv="refresh" Content="40;URL=http://qiangwei.126c.om " &gt
The will be record in Http://qiangwei.126.com automatically to be in webpage after 40 seconds

18.  How to install background music for the webpage?

◆ code: &lt EMBED Src="music.mid" Autostart="true" Loop="2" Width="80" Height="30" &gtSrc: 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/pausebutton/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 pushbuttonHidden: To face plate can be concealed when True

19.  How the underline that take out links?

◆ the <HEAD> in source code... following code input between </HEAD>:
&ltstyle Type="text/css"&gt &lt! - -A {Text-decoration:&Nbsp;none}
- - &gt &lt /style&gt
◆ is used 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

20.  Does the Layer in Timeline take a curve?

The Layer that ◆ should make Timeline medium takes a curve, you must let him walk out of first come point-blank, 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, good Luck!  

No comments:

Post a Comment