Frame around my images?

Vragen over modules op Joomla! 2.5

Moderator: pe7er

Forum rules
Forum Regels
Locked
ErikaHZ
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Jul 24, 2012 9:46 am

Frame around my images?

Post by ErikaHZ » Tue Jul 24, 2012 9:53 am

In my modules, each image gets a (very small) frame. I do not like this, but I can not find how tor remove those frames.
Who can help? :eek:

Thanks!

Erika
The Hague, Holland

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24974
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Frame around my images?

Post by pe7er » Tue Jul 24, 2012 9:56 am

Welcome to Joomla forum!

You could use a browser like Google Chrome (with its "Inspector") or FireFox with Firebug addon,
to check parts of your website and see the HTML/CSS code of it.

What's the URL of your website?
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

User avatar
bewebdev
Joomla! Ace
Joomla! Ace
Posts: 1017
Joined: Tue Apr 17, 2012 11:28 am
Location: Lincolnshire, UK

Re: Frame around my images?

Post by bewebdev » Tue Jul 24, 2012 10:00 am

Erika

Sounds like some css styling or depending on how you are creating the images it could be some artifacts being shown, that need to be removed, can you include a link to the website so that we can look at what is causing the small outline.

regards

@bewebdev
Joomla & Magento Specialists.
white label web talent
http://www.missingmojo.co.uk

ErikaHZ
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Jul 24, 2012 9:46 am

Re: Frame around my images?

Post by ErikaHZ » Tue Jul 24, 2012 10:44 am

Thank you both!

The URL is: www.erikazollner.nl

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24974
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Frame around my images?

Post by pe7er » Tue Jul 24, 2012 11:00 am

I get a Malware Detected message when I try to visit your site...
You'd better look into that... More info: https://support.google.com/chrome/bin/a ... e_browsing

In

Code: Select all

http://www.erikazollner.nl/templates/erikazollner21/css/template.css
lin 1083
change

Code: Select all

div.art-block img {
border-width: 1px;
border-color: #B2C2D1;
border-style: solid;
margin: 5px;
}
to

Code: Select all

div.art-block img {
/*border-width: 1px;
border-color: #B2C2D1;
border-style: solid;*/
margin: 5px;
}
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

ErikaHZ
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Jul 24, 2012 9:46 am

Re: Frame around my images?

Post by ErikaHZ » Tue Jul 24, 2012 11:40 am

Dank.
I know of that malware. That's why I made a complete new site, however, the adresss is the same as the old. Today, we reported to Google that the malware is solved.

Also thanks very much for the rest! I am going to look at it!

ErikaHZ
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Tue Jul 24, 2012 9:46 am

Re: Frame around my images?

Post by ErikaHZ » Tue Jul 24, 2012 12:47 pm

Gelukt!
Bedankt!

Weer wat geleerd..... :)

Hartelijke groet
Erika


Locked

Return to “Modules 2.5”