我真的需要帮助Expression Web中的交互式按钮 [英] I really need help with Interactive buttons in Expression Web

查看:78
本文介绍了我真的需要帮助Expression Web中的交互式按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我设法在网页中创建按钮。它们在预览模式下完美运行。

I have managed to create buttons in a web page. They work perfectly in the preview mode.

我已将它们保存到桌面上的文件中。

I have saved the them to a file on my desktop.

当我复制代码然后粘贴时它进入eBay列表的html页面,按钮图像没有出现。

When I copy the code and then paste it into the html page for an eBay listing the button image does not appear.

破解的图像图标出现在一个方框的角落,按钮文字就在那里。

The cracked image icon appears in the corner of a box and the button text is there.

我可以点击文本,然后链接就会按原样打开到目的地。

I can click on the text and the link then opens to the destination as it supposed to do.

毫无疑问我没有做正确的事情。如果有人可以,我会认定它

No question I have not done something properly. I would appretiate it if someone could

给我一​​些方向,即使表达式新手也能理解。

give me some direction that even a Expression novice can understand.

作为信息:我打印了几个指南创建表情按钮并花费了相当长的时间

As info: I printed out several guides to creating Expression buttons and spent considerable time

尝试但无济于事。

提前致谢。

推荐答案

在按钮的代码中是对图像的引用。图像实际上需要位于代码中所示的位置。如果引用是一个相对引用,那么它必须出现在ebay服务器上的相同目录名中,就像它在EW
项目中一样,这可能不会发生。有第三方图像服务器与ebay用户一起工作以保存您的图像。如果是我,我会将这些图像放在我自己的服务器上并使用按钮图像中的完整地址来引用它。

In the code for the button is a reference to the image. The image needs to actually be in the location that is says in the code. If the reference is a relative one then it has to appear in the same directory name on the ebay server as it does in your EW project which probably ain't going to happen. There are third party image servers that work with ebay users to hold images such as yours. If it was me, I'd put those images on my own server and use the full address in the button image to reference it.

在下面的例子中,图像实际上是在Paypal服务器。







该按钮的代码如下所示:

Like in the following case the image is actually on a Paypal server.



The code for the button looks like this:

< input height =" 47"边界=" 0"类型= QUOT;图像" alt ="使用PayPal付款 - 它快速,免费且安全!"命名= [提交" src =" https://www.paypal.com/zh_CN/i/btn/btn_donateCC_LG.gif">

<input height="47" border="0" type="image" alt="Make payments with PayPal - it's fast, free and secure!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif">

 

这是scr ="图像的地址"。得到图像。

It's the scr="address of image" that gets the image.


这篇关于我真的需要帮助Expression Web中的交互式按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆