Template not functioning correctly

More
12 years 6 months ago - 12 years 6 months ago #19406 by Jan Harmening
Here you can see my screenshots that you can see I have done according to your instruction. And than see on page www.tip-reisen.de/ that there is still the border.



Attachments:
Last edit: 12 years 6 months ago by Jan Harmening.

Please Log in to join the conversation.

More
12 years 6 months ago #19410 by ivan.milic
remove :

.item IMG, .item-page IMG {
border: 3px solid #474747 !important;
}

from bottom of template_css.css

then control border for each image in editor.

Please Log in to join the conversation.

More
12 years 6 months ago #19411 by Jan Harmening
than the border is allways black. I would like to have a gray border. This I have said already in the beginning. So, we are turning in a circle.

Please Log in to join the conversation.

More
12 years 6 months ago #19416 by ivan.milic
because your editor uses border="X" attribute for <IMG... tag which is deprecated. Find better editor component for joomla or you can edit HTML to add definition of border in style attribute like this:

<IMG style="border:1px solid gray;" ...

currently your editor does this:

<IMG border="X" <- this is bad

Please Log in to join the conversation.

Time to create page: 0.087 seconds
Powered by Kunena Forum