Suche im Forum:
Suchen


Autor Nachricht
Beitrag15.02.2012 um 19:21 (UTC)    
Titel: Schrift und Link größe ...

Halllo

Kleinere Frage wie kann ich die Schrift der Homepage und Links ändern ?

Habe das Design Butterfly
Beitrag15.02.2012 um 19:25 (UTC)    
Titel:

Code:
style type="text/css">
<!--
 /* Textgröße + Textfarben Seiteninhalte */
td, div {font-size: 13px;font-family: arial, Times New Roman, Helvetica, Verdana, Comic Sans MS
, Courier New, Tahoma ;color: #000000; }

/* Linkfarben + Größen auf Seiten */
a:link {
color:#800000;
font-size:13px;
font-family:arial, Times New Roman, Helvetica, Verdana, Comic Sans MS
, Courier New, Tahoma;
text-decoration:none; }

/*Hover-Effekt bei Links*/
a:hover{
color:#800000;
font-size:13px;
font-family:arial, Times New Roman, Helvetica, Verdana, Comic Sans MS
, Courier New, Tahoma;
text-decoration:none;}

/* besuchte Links */
a:visited {
color:#800000;
font-size:13px;
font-family:arial, Times New Roman, Helvetica, Verdana, Comic Sans MS
, Courier New, Tahoma;
text-decoration:none;}
-->
</style>


das bei text über dem design eingeben. das wäre innerhalb der seiten. musst es für dich anpassen.


Code:
<style type="text/css">
<!--
a{font-family: arial; color:#000000; text-decoration: none; font-size:14px}
a:visited{font-family: arial; color:#800000; text-decoration: none; font-size:14px}
a:hover{font-family: arial; color:#800000; text-decoration: underline; font-size:14px}
-->
</style>


das musste dann für die navigation sein.

gruss gringo
______________
Mein Youtube Kanal | Standard-Designs als Red Design ohne rechte Boxen | Tips zum Design Professionell

Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de