Change a Module for an Image

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Fri Dec 17, 2010 6:47 pm
Hi All

I am having trouble removing a module on my site.

The item I have removed is now gone, which was called VirtueMart Module, bottom left on site. I want to replace this module with an image i have sized to fit the gap.

I have tried to create a new module and select random image from a directory in back end however it is just displaying the image name not the image in question

Any help

URL Below

www.discountmobiletopups.co.uk
User avatar
Fresh Boarder

GK User
Fri Dec 17, 2010 9:31 pm
please show me the exact place you want this ??

i would maybe use a custom html module insted.
User avatar
Platinum Boarder

GK User
Fri Dec 17, 2010 10:25 pm
Hi thanks for this.

The image size is 226x186px

And the image will go above the Quick Menu on my left hand side of the site

www.discountmobiletopups.co.uk
User avatar
Fresh Boarder

teitbite
Mon Dec 20, 2010 1:54 am
Hi

Are You talking about this "top-up" image ? If Yes than I see You have solved it. Am I right?
User avatar
Moderator

GK User
Mon Dec 20, 2010 2:29 am
On your custom module, click on "toggle editor" button and replace this line:

Code: Select all
<img height="186" border="0" width="226" src="/images/stories/demo/topup.jpg">

with
Code: Select all
<img style="margin:-10px" height="186" border="0" width="226" src="/images/stories/demo/topup.jpg">


click again on "toggle editor" button and save.

...or, if you don't want to have all this work, just add "_menu" module suffix.

Cheers ;)
User avatar
Platinum Boarder


cron