Hallo ,
bin vor kurzem auf linux umgestiegen.
Sehr gut, vorbildlich ;-)
<style type="text/css">{ }
Wozu sind die zwei leeren geschweiften Klammern?
body{ background-color: #000066; }
body{ background-image: url('slike/pozadina.gif');
body{ color: #FFFFFF }
body{ font-family: verdana; }
body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
body{ background-attachment: fixed }
Warum kommt da so oft body drin vor? Reicht es nicht wenn du einfach das machst:
<style type="text/css"><!--
body {
background: url('slike/pozadina.gif') #000066 fixed;
color: #FFFFFF;
font-family: verdana;
margin: 0;
scrollbar-face-color: #000066;
scrollbar-arrow-color: red;
scrollbar-track-color: #FFFFFF;
}
h1 {
color: #FF0000;
font-size: 12pt;
}
form {
display:inline;
}
a:link, a:visited, a:active {
text-decoration: none ;
color: #000000;
}
a:hover {
color: #CC0000;
}
table, tr, td {
font-family: verdana;
font-size: 8pt;
font-weight: bold;
}
tr, table {
margin-top:10px;
margin-bottom:10px;
}
--></style>
Aber du willst bestimmt nicht pt als Einheit für deine Schriftgröße in der Tabelle haben oder? Die ist nämlich gar nicht so gut geeignet, dadurch, dass verschiedene Betriebssysteme sie verschieden groß anzeigen.
Grüße
Jeena Paradies
Ihr wisst ja nichts ist besser als Bass.