2. Start to adjust the font after typing. As for the font size of the title, it can be adjusted according to the requirements. To add here, the title with a circle will be more beautiful. The effect diagram after setting is as follows.
3. Start setting the font and size of the name, price, dish name and amount. Reference: the name and font are in bold type No.3, the name of the dish is in block letters No.2 of Huawei, and the amount is in white cloth No.4.
4.ctrl+a Select All, and right-click to select paragraph menu.
5. Find the tab stop in the lower left corner under the paragraph menu, and then click.
6. Add a tab stop. The so-called tab stop refers to its position, which can be given by itself according to the length of its own characters. If it is typing, it can be reduced, and if it is smaller, it can be increased. Each time you enter a character, choose the alignment, and then click Settings. After the setting is completed, click OK. Reference: 10 characters are centered and 35 characters are left aligned.
7. After confirmation, return to the text page, put the cursor in front of the name and click the Tab key. Move the cursor to the front of the amount and click the Tab key once to get the alignment effect. The production is complete.
How to make DVD menu 1 Run the software. This is the main interface of the software. Click the Add Video button, then select one or more video files from your computer to burn, and click Open.
2. Four videos have been added here. You can press and hold the video to move the consecutive positions of the video. On the right is the panel of the CD start menu. Click "Edit" button to enter the menu editing interface. Then in the menu editing interface, you can double-click to add a title and enter the name of the video below the corresponding video, so that you can find the video quickly after burning.
You can choose a menu template you like from all the menu templates on the right, such as holiday or anniversary template, Christmas template, wedding anniversary template and so on.
4. You can also see that you can choose to add "background music, background pictures and opening movies" at the bottom. Just check the box in front, and then click Browse Folder to select the corresponding music, pictures or movies from your computer. These are the settings for the menu. You can customize the picture as the background picture of the menu, and add music as the background music to the menu. When you open the DVD, you will play a movie first, and then the start menu interface will be displayed after watching it. After making your choice, remember to click OK.
In the html drop-down menu, how to select different options and pop up different contents? There are many ways to achieve the effect simply.
You can jump directly to the page, and the drop-down menu is wrapped with a label.
Use the iframe below, or click js instead of src.
& lt! DOCTYPE _ tml & gt_
& lthtml & gt_
& lthead & gt
& ltmeta _ harset = " utf-8 " & gt; _
& lttitle & gt& lt/title & gt;
& ltscript _ rc = " " & gt& lt/script & gt; __
& lt/head & gt;
& ltstyle _ type = " text/CSS " & gt;
. Select {width:80px;; }
& lt/style & gt;
& ltbody & gt_
& ltselect _ d = " select " & gt
_ _< option & gt1< /option & gt;
_ _< option & gt2 & lt/option & gt;;
_ _< option & gt3 & lt/option & gt;;
_ _< option & gt4 & lt/option & gt;;
_ _< option & gt5 & lt/option & gt;;
& lt/select & gt;
& ltdiv _ lass = " page _ title " _ tyle = " height:800 px; border: 1px _ olid # 000;" & gt
_ _ _ _ & ltiframe _ lass = ' myIframe ' _ RC = " html/" _ crolling = " yes " _ rame border = " 0 " _ idth = " 100% " _ eight = " 100% " _ d = " main _ iframe " & gt; & lt/iframe & gt;
_ _ & lt/div & gt;
_
& ltscript _ type = " text/JavaScript " & gt; _
__$('option ')。 on('click ',function(){
____$('.myIframe)。 Attr('src',' jump page. html? Title='+encodeURI($ (this)). text()));
__}); //Add a click event to replace src.
& lt/script & gt; _
& lt/body & gt; _
& lt/html & gt;