Page 1 of 1

Problem mit Banner Modul

Posted: Sun May 24, 2009 10:49 pm
by jackhugo
Hallo zusammen,

als Neuling im Bereich CMS und damit CMS Made Simple habe ich ein Problem mit dem Banner Modul. Alle angezeigten Banners haben eine Umrandung. Meine Frage ist, wie ich diese Umrandung wegbekommen. Ich schätze, dass es mit CSS möglich ist. Habe auch schon

a img {
  border: none;
}
img {
  border: none;
}

ausprobiert, jedoch ohne Erfolg.

Zudem wird mir sowohl im Backend (wenn ich das Modul aufgerufen habe) als auch überm Modul im Frontend folgende Meldung angezeigt:

We are currently experiencing technical difficulties. We will try to fix the problem as soon as possible. Sorry for the inconvenience.

Weiß jemand, wie ich dieses Problem lösen kann?

Vielen Dank für eure Hilfe!

Grüße!

Re: Problem mit Banner Modul

Posted: Fri May 29, 2009 8:13 am
by lurch19
Moinsen ... Ich würde das im CSS suchen !! Und da würde ich wie folgt vorgehen.
  • 1. Firefox nutzen !
  • 2. Addon Firebug runterladen und installieren.https://addons.mozilla.org/de/firefox/addon/1843
  • 3. Deine Seite aufrufen auf den Banner gehen , dann rechte Maustaste
  • 4. Element untersuchen.
  • 5. Dann wirst Du in dem angezeigten Code irgendetwas mit Border=1px finden.
  • 6. Tja und dann im Stylesheet ändern!! 
  • 7. viel glück !!
Gruß !

Re: Problem mit Banner Modul

Posted: Thu Jun 25, 2009 4:53 am
by Jdustine17
I have installed the banner module on my homepage but when i click on a banner, specifically Custom banner, it opens in the SAME window.

Re: Problem mit Banner Modul

Posted: Sun Aug 23, 2009 8:05 pm
by osn
Jdustine17 wrote: I have installed the banner module on my homepage but when i click on a banner, specifically Custom banner, it opens in the SAME window.
Same thing for me. I have tried to use html-codes for making it understand to open it in a new blank window but with no success. Have anyone solved this?

Re: Problem mit Banner Modul

Posted: Sun Aug 23, 2009 8:45 pm
by osn
Fill in the following in the "link text"-field:

target="_new"

Then the link opens uo in a new window.