Note that there are some explanatory texts on larger screens.

plurals
  1. POIssue with images in Joomla
    primarykey
    data
    text
    <p>I'm trying to update a website for a friend on the Joomla CMS. A developer was setting it up and then bolted, now I'm trying to finish updating the site for him.</p> <p>I am new to Joomla and don't have any developer experience with it (I use Wordpress). Currently the issue I am having is that when I insert an image using the editor, Joomla resizes the image into a thumbnail format, and then places it in the top left corner of the web page (rather than in the post where it is suppose to be).</p> <p>I've tried using relative url for the image, and absolute url's to link directly to the image with no luck.</p> <p>The thing I don't understand though is that I have a Paypal image that displays fine, but the image that's hosted in joomla won't show up correctly.</p> <p>Here's the sample code:</p> <pre><code>&lt;table&gt; &lt;tr&gt; &lt;td&gt;&lt;img src="http://worldofchaisson.com/images/chaisson.png" alt="Rise of Chaisson on DVD" /&gt;&lt;/td&gt; &lt;td&gt; &lt;form action="https://www.paypal.com/cgi-bin/webscr" method="post"&gt; &lt;input type="hidden" name="cmd" value="_s-xclick"&gt; &lt;input type="hidden" name="hosted_button_id" value="4EPQ2WR7UCD6L"&gt; &lt;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!"&gt; &lt;img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"&gt; &lt;/form&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre> <p>Pretty self explanitory. 2 column table. 1st column has the image of the DVD that is being sold, and the second has the paypal purchase code/url. In any other environment it would work perfectly.</p> <p>Here's the website so you can see what I'm talking about: <a href="http://www.worldofchaisson.com/" rel="nofollow">http://www.worldofchaisson.com/</a></p> <p>Any help would be great. Please keep in mind though that I am not familiar with the development environment in Joomla, so somewhat detailed explanations will be helpful. Thanks!</p> <p>Has anyone else had an issue like this?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload