13.02.2011, 21:36
13.02.2011, 21:39
Siehe Beitrag #10...
13.02.2011, 21:42
Danke habe es hinbekommen habe den Post von linwinman nicht gesehen nachdem ich gepostet hatte habe ich als erledigt markiert danke!
13.02.2011, 21:46
Oh Wunder, dein "global.css" ist immer noch zerschossen...
s. auch > http://jigsaw.w3.org/css-validator/valid...=1&lang=de
s. auch > http://jigsaw.w3.org/css-validator/valid...=1&lang=de
13.02.2011, 21:51
häää wie jetzt? wie meinst du dass?
13.02.2011, 21:57
Hast du dir einmal die verlinkte Seite und dein "global.css" angesehen?
Auszug aus Quelltext:
Auszug aus Quelltext:
Code:
body {
background: #efefef;
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
}
.alt_forumlar {
list-style: none;
margin: 0;
padding: 0;
}
.alt_forumlar li {
width: 50%;
float: left;
}
a:link {
color: #026CB1;
text-decoration: none;
}
a:visited {
color: #026CB1;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: underline;
}
#container {
background: #fff;
border: 1px solid #e4e4e4;
margin: auto auto;
padding: 20px;
text-align: left;
}
}
}
.alt_forumlar li {
width: 50%; float: left;
}
color: #000000;
width: 95%;
}
.alt_forumlar li {
width: 50%; float: left;
}
}
...
13.02.2011, 22:00
na da ist dieses Komische nbsp oder was sorry kenne mich CSS nicht so aus...
wie kann ich alles wieder richtig machen?
SO PASST DAS JETZT?
wie kann ich alles wieder richtig machen?
SO PASST DAS JETZT?
13.02.2011, 22:10
Nö:
(13.02.2011, 21:46)linwinman schrieb: [ -> ]s. auch > http://jigsaw.w3.org/css-validator/valid...=1&lang=de
13.02.2011, 22:14
wie bekomme ich das denn jetzt wieder hin? iwie bin ich zu blöd....
13.02.2011, 22:32
SUCHE in "Admin-CP > Themes > dein Theme > global.css > Stylesheet bearbeiten: Fortgeschrittene Methode" den folgenden KPL. CODE-BLOCK:
ERSETZE diesen durch
Code:
body {
width: 95%;
background: #fff;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
}
.alt_forumlar {
list-style: none;
margin: 0;
padding: 0;
}
.alt_forumlar li {
width: 50%;
float: left;
}
a:link {
color: #026CB1;
text-decoration: none;
}
a:visited {
color: #026CB1;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: underline;
}
#container {
background: #fff;
border: 1px solid #e4e4e4;
margin: auto auto;
padding: 20px;
text-align: left;
}
}
}
.alt_forumlar li {
width: 50%; float: left;
}
color: #000000;
width: 95%;
}
.alt_forumlar li {
width: 50%; float: left;
}
}
ERSETZE diesen durch
Code:
body {
background: #efefef;
color: #000;
font-family: Verdana, Arial, Sans-Serif;
font-size: 13px;
text-align: center; /* IE 5 fix */
line-height: 1.4;
}
a:link {
color: #026CB1;
text-decoration: none;
}
a:visited {
color: #026CB1;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: underline;
}
#container {
width: 95%;
background: #fff;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
text-align: left; /* IE 5 fix */
}
.alt_forumlar {
list-style: none;
margin: 0;
padding: 0;
}
.alt_forumlar li {
width: 50%;
float: left;
}