Page 1 of 1

Margins Frontend Article Title and Article Subtitle

Posted: Thu 10. Mar 2005, 22:34
by hutzl
Hallo,

ich hab ein Problem mit den Margins für die Artikeltitel sowie den Artikel Untertitel. Ich würde diese mit Margins im CSS File anpassen. Alles was ich aber verändern kann ist der Leftmargin. Margin-right, margin-top, margin-bottom funktionieren nicht.

Hier der CSS Code für den Artikel Titel:

Code: Select all

/* Artikel Titel */
.contentHead   
{ 
color: #2F4F4F; 
font-size: 13px; 
font-family: Verdana, sans-serif;
margin-left: 0px;
margin-right: 0px
margin-top: 10px;
margin-top: 10px;
Weiss jemand was ich falsch mache, kann keine Lösung finden!

Danke im Voraus!

Hi there,

i'd like to change the spaces betwen article title and article subtitles with margins in the css file. But all whats working out is the left-margin. Any Ideas what im doing wrong, can't get that working. Code sample of my css tag above...

Thanks for any help!

Florian

Posted: Fri 11. Mar 2005, 09:26
by neogrande
2 Sachen, die mir aufgefallen sind:

du hast 2 mal margin-top drin, dafür kein margin-bottom.
Und hinter margin-right ist kein Semikolon, demzufolge wird ab margin-right nix mehr bearbeitet.

Posted: Fri 11. Mar 2005, 09:44
by hutzl
Danke Neogrande,

auch ohne die Schreibfehler tut sich leider nichts . Ich habs auch mit anderer Schreibweise probiert wie z.B

Code: Select all

margin: 0px 0px 0px 0px;
:( Ist zum Verzeweifeln

Posted: Fri 11. Mar 2005, 09:54
by neogrande
Poste mal, wie im erzeugten Quelltext die Artikeltitel usw. eingefügt werden.
Vielleicht sind da noch andere Styles (andere divs, td, tr, table-tags), die das beeinflussen.

Posted: Fri 11. Mar 2005, 09:59
by hutzl
Nee, die hab ich alle schon rausgenommen, war aber ne gute Idee!