|
|||
|
Probier mal in der CSS
TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; } in TD.main, P.main { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; color: #FF000; } was dann passiert |
|
|||
|
Dann gib doch in der CSS einfach eine neue Variable z.B.
.mainacc { font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; color:#FF0000; } und ?nderst in der HTML <td style="border-top: 1px solid; border-color: #cccccc;" class="main">[b] in <td style="border-top: 1px solid; border-color: #cccccc;" class="mainacc">[b] Dann m?sste es gehen |
|
||||
|
Das hatte ich auch schon versucht:
Code:
.perchant {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
color: #000000;
Doch leider ohne Erfolg - augenscheinlich bleibt alles beim alten und der neue Stil wird 'ignoriert'..! :laugh: |
|
||||
|
Zitat:
Zitat:
__________________
dieser beitrag ist ohne gewähr und stellt nur meine meinung und keinesfalls eine rechtsberatung dar. im zweifelsfalle ist er ironisch gemeint. .:netzdesign33.de:. | .:blog33.de:. |
|
||||
|
Also ich habe jetzt folgendes in der .css stehen:
Code:
TD.perchant {font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5; color: #000000}
Code:
<td class="main"><font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif" class="perchant">{$PRODUCTS_BLOCK}</font></td>
|
![]() |
| Lesezeichen |
| Stichworte |
| accounthistoryinfo, ndern, textfarbe |
| Themen-Optionen | |
| Ansicht | |
|
|