Ich würde gerne die Überschrift der News Titel vergrössern,da diese gleichgross ist wie der News Text selber
Hier der Code von der Style.css ( gehe jetzt mal stark davon aus das es dort drin steht?! )
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | mily: Verdana; font-size: 11px; font-weight: bold; } /* Contentlink */ a { color: #000000; font-family: Verdana; font-size: 11px; text-decoration: none; } a:hover { color: #000000; text-decoration: none; } /* MenuBoxtext */ a.box { color: #000000; font-family: Verdana; font-size: 12px; text-decoration: none; } a.box:hover { text-decoration: underline; color: #FFFFFF; font-size: 12px } /* Contentheader */ .Chead { background-color: C0C0C0; color: #1F2A36; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { color: #000000; } .Callg { background-color: none; color: #000000; } .Callg td { color: #ffffff; } /* Tabellenfarben */ .Cnorm { background-color: #C0C0C0; } .Cmite { background-color: #A9A9A9; } .Cdark { background-color: #A9A9A9; } #Ballg { color: #000000; } #Ballg td { color: #000000; } .Bhead { background-color: #A9A9A9; color: #ffffff; } /* Menu_content */ .Bbody { color: #000000; } .rand { border: solid #000000 2px; } .smalfont { font-size: 9px; text-decoration: bold; } .border { background-color: #000000; } hr { height: 0px; border: solid #9C6735 0px; border-top-width: 1px; } input, textarea, select { color: #ffffff; font: 9px Verdana; border-color: #000000; border-width: 1px; border-style: solid; font-weight: none; text-decoration: none; background-color: 000000; } .Stil1 { font-size: 7px; font-family: Verdana, Arial, Helvetica, sans-serif; } .Stil2 {font-family: Arial, Helvetica, sans-serif} .Stil3 { font-size: 12px; font-family: Arial, Helvetica, sans-serif; } |
Mein 2tes Anliegen ist :
Wie kann in den News ein Link anzeigen lassen,ohne das dort die jeweilige URL steht und man draufklickt zur ZielURL
also,das dort zb "LINK" steht anstatt die URL,wo man dann draufklickt.
grüsse
beta