在 Facebook 中旋转图像

发布于 2024-11-18 02:26:26 字数 596 浏览 1 评论 0原文

我正在使用 FBML(是的)我知道有 iFrame,但这就是页面的设置方式。

为了生成代码,我使用 Dreamweaver 并将代码复制到 FBML 框中,一切正常,并且我有图像和超链接。

我想做的是让 5 张图像在页面上旋转。这些只是旋转,没有标题或超链接。

我环顾四周并尝试了一些选项,但没有一个在我的页面上起作用。

我还想知道应该在 HTML 中的哪个位置放置旋转图像的代码,是在表 id 或图像代码的一部分之后,还是在 HTML 中标记的位置?

我在下面给出了我的代码的示例。

感谢您的任何帮助。

<table id="Table_01" width="520" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4">
<img src="http://i885.photobucket.com/albums/ac58/GDHutchison/Untitled-2_04.gif" width="476" height="355" alt="">

I am using FBML (yes) I know there are iFrames, but this is how the pages are set up.

To generate code, I am using Dreamweaver and copying the code into the FBML box, all works fine and I have images and hyperlinks.

What I would like to do is have 5 images rotate on the page. No captions or hyperlinks on these just rotating.

I have looked around and tried a few options but none are working on my page.

I would also like to know where in the HTML I should put the code for the rotating images, is this after the table id or part of the image code, or is it where the tag would be in HTML?

I have give an example of my code below.

Thanks for any assistance.

<table id="Table_01" width="520" height="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="4">
<img src="http://i885.photobucket.com/albums/ac58/GDHutchison/Untitled-2_04.gif" width="476" height="355" alt="">

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

゛清羽墨安 2024-11-25 02:26:26

遗憾的是,如果不使用 AJAX(即使这只是一种解决方法),您就无法在 FBML 中显示动画 gif(因为图像缓存),因此我强烈建议您尽快将所有页面迁移到 iFrame。

Sadly, you can't show an animated gif in FBML (because of image caching) without using AJAX (even that is just a workaround), so I'd strongly suggest you migrate all the pages to iFrames as soon as possible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文