Ich habe folgendes Problem.
Mein Kumpel der mir bei codesachen immer hilft ist leider abkömlich und ich komme einfach auf meiner hp nicht weiter und würde das ganze langsam zum abschluss bringen.
Project 1.
210pzdv-wolfsrudel.co.de
ich habe oben linkreiter und habe am ende einen reiter namens Partner eingefügt.
hier der code dafür :
<?php defined ('main') or die ( 'no direct access' ); $title = $allgAr['title'].' :: Partner'; $hmenu = 'Partner'; $design = new design ( $title , $hmenu ); $design->header(); echo "Keine Partner zurzeit"; $design->footer( ); exit (); ?>
wird soweit auch alles angezeigt aber wie schaffe ich es jetzt dort eine überschrift und banner anzeigen zu lassen?
ich hatte es mal fast geschaft aber es wurde mir leider nur eine leere seite angezeigt wo die banner zu sehen waren.
mein 2. problem ist etwas schwieriger und ich versuche schon 3 tage das problem zu lösen und ich habe das gefühl das ich mittlerweile fast jedes coderforum kenne ...
ich habe mich auch ein wenig in html + css etwas schlau gemacht aber ich komme einfach nicht weiter.
meine seite besteht aus zweit kontrasten weiss und schwarz in der mitte.
problem ist die schriftfarbe.
in der css habe ich auch die meisten gefunden unter anderem auch für die newsschrift :
td { font-family: Verdana; font-size: 10px; color: #FFFFFF; }
das problem ist jetzt nur das die auch für die schrift in der umfrage und in der einlogbox gilt.
wenn ich jetzt in den news die schrift weiss mache so wie ich es brauche sind die anderen nicht mehr zu lesen da sie einen hellen hintergrund haben.
und ich weiß einfach nicht wie ich sie unabhängig von einander ändern kann.
ich habe in den php`s geschaut und leider keine übereinstimmungen gefunden die zur css passen.
würde mich sehr über hilfe freuen
gruß kevin
Anbei nochmal die ganze css
.menu { display:block; color: #000000; font-size: 11px; width: 165px; height: 20px; text-indent: 25px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 19px; background-image: url('bilder/loa_01_button.png'); background-repeat: no-repeat; } .menu:hover { display:block; color: #990000; font-size: 11px; width: 165px; height: 20px; text-indent: 27px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 19px; background-image: url('bilder/loa_01_button_v.png'); background-repeat: no-repeat; } .title { font-size: 10px; font-weight: bold; color: #0066CC; } .login_1 { color: #000000; background:#FFF url('bilder/login_1.gif') ; width: 103px; height: 17px; border-width: 0px; font-weight: normal; text-decoration: none; text-align: center; padding-top: 3px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma } .login_2 { color: #000000; background:#FFF url('bilder/login_2.gif') ; width: 103px; height: 15px; border-width: 0px; font-weight: normal; text-decoration: none; text-align: center; padding-top: 5px; font-style:normal; font-variant:normal; font-size:12px; font-family:Tahoma } .login_s { background:url('bilder/login_s.gif') ; width:40px; height:20px; border-width: 0px; font-weight: normal; text-decoration: none } .btitle { color: #000000; font-weight: bold; font-size:12px; } .bcontent { margin-left: 10px; } body { background-color: #000000; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; } td { font-family: Verdana; font-size: 10px; color: #FFFFFF; } a { color: #0099CC; font-family: Verdana; font-size: 10px; text-decoration: none; } a:hover { color: #990000; text-decoration: none; } a.box { color: #0099FF; font-family: Verdana; font-size: 10px; text-decoration: none; } a.box:hover { color: #990000; text-decoration: none; } .Chead { color: #000000; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { color: #000000; } .Callg { color: #000000; } .Callg td { color: #808080; } .Cnorm { color: #000000; background-color: #666666; } .Cmite { color:#000000; background-color: #576973; } .Cdark { background-color: #5D5D5D; } #Ballg { color: #FFFFFF; background-color: #111111; } #Ballg td { color: #666666; background-color: #111111; } .Bhead { color: #000000; } .Bbody { color: #FFFFFF; } .smalfont { color: #FFFFFF; font-size: 10px; text-decoration: none; } .smalfont_copyright { color: #FFFFFF; font-size: 10px; text-decoration: none; } .border { background-color: #999999; } hr { height: 0px; border-top-width: 1px; } input, textarea, select { color: #333333; background-color: #999999; font: 10px Verdana; border-color: #333333; border-width: 1px; border-style: double; font-weight: normal; text-decoration: none; } #menu {} #menu ul { padding-left: 10px; margin-left: 10px; } #smallmenu { } #smallmenu li { font-size: 10px; } #smallmenu a { font-size: 10px; }
betroffene Homepage: 210pzdv-wolfsrudel.co.de