English 中文(简体)
在Joomla发行图像
原标题:Issue with images in Joomla

我试图更新一个关于Joomla CMS的朋友网站。 一位开发商正在设立,后来被废除,现在Im试图为他更新网站。

我是新到Joomla的,没有任何发展经验。 目前,我面临的问题是,当我用编辑插入图像时,Joomla将图像转成一个th形格式,然后将其放在网页上左上角(而不是放在可以浏览的位置)。

我用相对的尿素来拍摄图像,用绝对的尿素直接与无uck的图像联系起来。

不过,我不理解的是,我有一个佩帕尔形象,显示是优秀的,但是,在吉默拉的座椅的形象却正确显示。

样本代码:

<table>
<tr>
<td><img src="http://worldofchaisson.com/images/chaisson.png" alt="Rise of Chaisson on DVD" /></td>
<td>

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="4EPQ2WR7UCD6L">
    <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    </td>
    </tr>
    </table>

前言。 页: 1 第1栏有正在出售的DVD图像,第二栏有薪棕榈采购代码。 在任何其他环境中,它将完美地开展工作。

http://www.worldofchaisson.com/“rel=“nofollow”http://www.worldofchaisson.com/

任何帮助都是巨大的。 尽管我不熟悉乔马拉的发展环境,但如此详细的解释将是有益的。 感谢!

是否还有其他问题?

最佳回答
问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签