Hallo !
hab eine format.css
funktioniert alles ..
kein problem nur will ich nun 2-3 links "normale" OHNE css machn wia bewerkstellige ich den das ?
mfg
darkie
hab eine format.css
PHP-Code:
body { font-family : verdana,arial,helvetica; font-size : 75%;}
A:link {
width: 138px;
color : black;
padding : 3px;
border : 1px solid #000000;
text-decoration: none; }
A:visited {
width: 138px;
color : black;
padding : 3px;
border : 1px solid #000000;
text-decoration: none; }
A:hover {
width: 138px;
color : black;
background-color : #CCCCCC;
padding : 3px;
border : 1px solid #000000;
text-decoration: none; }
A:active {
width: 138px;
color : black;
background-color : #E6E6E6;
padding : 3px;
border : 1px solid #000000;
text-decoration: none; }
kein problem nur will ich nun 2-3 links "normale" OHNE css machn wia bewerkstellige ich den das ?
mfg
darkie
Kommentar