Home > Web Front-end > HTML Tutorial > Please help, how to import the buttons made by FW into the webpage made by DW? _html/css_WEB-ITnose

Please help, how to import the buttons made by FW into the webpage made by DW? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:10:12
Original
1429 people have browsed it

I have been working on it for a long time, and Baidu has no answer. I used FW to make a button. The exported and saved .htm file also has an images folder.

Please tell me how I can use this button in DW. . . Please speak more carefully,,,,,,,,,


Reply to the discussion (solution)



style sheet

.btn{ width:60px; height:20px; background:url(../images/btn.png) no-repeat}

.btn{ width:60px; height:20px; border:0; cursor:pointer; background:url(../images/btn.png) no-repeat}

No ,, I just use the DW interface operation, no coding,,,


Style sheet

.btn{ width:60px; height:20px; background:url(../images/btn.png) no-repeat}

I really don’t know what to do when I go to the interface operation. . . .

Ah,,, haha,,,, painful,,,,,

I really don’t know what to do when I go to the interface operation. . . .

I don’t know what to do.
Can’t I edit the exported .html directly?

A web page .html is inserted instead of a button.
I don’t understand what to do.
Can’t I edit the exported .html directly by opening it?

You can only export pictures directly. You can find the picture, delete it, and replace it with a button.



Of course, I personally don’t support this approach. I was lazy and wrote it directly using style.

I wanted to use the interface operation method. We have all experienced it in terms of code.
You can only export pictures directly. You can find the picture, delete it, and replace it with a button.



Of course, personally This is not supported...

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template