Schriftfarbe

Status
Nicht offen für weitere Antworten.

Clasma

Grünschnabel
Hallo, ich habe eine Musterseite von Adobe und möchte die Schrift im roten Register gern in weiss haben. Wo muß ich was machen damit dies geht ?
Musterseite:
<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="">
<title>Index</title>
<link href="style_03.css" rel="styleSheet" type="text/css">
<link href="style_03.css" rel="styleSheet" type="text/css">
</head>

<body bgcolor="white">
<table cool width="607" height="979" border="0" cellpadding="0" cellspacing="0" gridx="10" showgridx usegridx gridy="10" showgridy usegridy>
<tr height="100">
<td content csheight="81" width="606" height="100" colspan="4" valign="top" align="left" xpos="0"><img src="Images/id_bar.jpg" livesrc="../Site03.data/SmartObjects/id_bar.psd" width="600" height="80" alt="ID Bar" border="0"></td>
<td width="1" height="100"><spacer type="block" width="1" height="100"></td>
</tr>
<tr height="60">
<td content csheight="221" width="168" height="240" colspan="2" rowspan="2" valign="top" align="left" xpos="0">
<div align="left">
<table class=".floatingbox1" border="4" cellpadding="0" cellspacing="0" width="150">
<tr height="40">
<td height="40" align="center" width="150" bgcolor="#ff0000"><a href="about.html">Wer Wir Sind</a></td>
</tr>
<tr height="40">
<td height="40" align="center" width="150" bgcolor="#ff0000"><a href="feature.html">Technik</a></td>
</tr>
<tr height="40">
<td height="40" align="center" width="150" bgcolor="#ff0000"><a href="news.html">Neuigkeiten</a></td>
</tr>
<tr height="40">
<td height="40" align="center" width="150" bgcolor="#ff0000"><a href="Contacts/contacts.html">Kontaktadressen</a></td>
</tr>
<tr height="40">
<td height="40" align="center" width="150" bgcolor="#ff0000"><a href="index.html">Hauptseite</a></td>
</tr>
</font>
</table>
</html>
 
ich weiss zwar net welches rotes register du meinst aber du hast im header auf ne externe css datei hingewiesen hasse schon darin probiert was zu verändern =)
 
Hallo,
das Register ist doch rot bgcolor="#ff0000"
der Vermerk geht in eine CSS-Datei wo einige Schriften hinterlegt sind. Ich weiss aber weder welche diese im Register ist, noch was ich ändern oder neu anlegen müsste.

.floatingbox1 { color: #FFFFFF; font-weight: bolder; font-size: 18px; line-height: 18px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { color: #063; font-weight: bold; font-size: 10px; font-family: Geneva, Helvetica, Arial, Georgia, Swiss, SunSans-Regular; text-decoration: none; hover: FF00FF }
h1 { color: #f00; font-size: 16px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h2 { color: #f30; font-weight: bold; font-size: 13px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { color: #c30; font-size: 11px; line-height: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h4 { color: #00c; font-style: normal; font-weight: lighter; font-size: 10px; line-height: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td { color: #000; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
 
Status
Nicht offen für weitere Antworten.
Zurück