Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- Linkfarbe bleibt unverändert (https://www.gegen-bilderklau.net/thread.php?threadid=181386)


Geschrieben von PiPeR-GiRl am 10.08.2011 um 01:31:

  Linkfarbe bleibt unverändert

So!
Ich hab jetzt die Schnauze voll!! großes Grinsen Nachdem ich seit zwei Wochen schon an bplaced hänge, dachte ich einfach ich wäre zu doof für einen vollständige Html Page.
Also back to oyla! Doch hier genau das gleiche Problem! Meine Links wollen sich einfach trotz Css code nicht umfärben, sie bleiben hässlich blau/ bzw lila!


Hier der code von oyla
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
            <!-- Start Grundcode by diehomepage-hilfe.dl.am and thequietplace.dl.am -->

       <html>
       <head>
       <title>Suse Schnitzler</title>

       <style type="text/css">
       <!--
       body {


       a:link { color: #DA3A05;
       text-decoration:none;

       a:visited {color: #DA3A05;
       text-decoration:none
       }
       a:active {color: #DA3A05;
       text-decoration:underline;
       }
       a:hover {color: #FFFDE1;
       text-decoration:none;
       text-transform: uppercase;
       background-color: #DA3A05; }
       -->
       </style>
       </head>

        <body bgcolor="#FFDE1" topmargin="0" leftmargin="0">


     <!-- Start Design -->
     <img border="0" src="http://suses-art.bplaced.net/neuesdesignfertig.jpg" scroll="yes" bgproperties="fixed"
     align ="left" style ="position: absolute; top: 0; left: 0">
     <!-- End Design -->

     <!-- Start Content -->
     <div style="overflow: visible; position: absolute; width:943px; height: 441px; left:74px; top: 319px">
     <span style="font-family:Century Gothic; font-size:15px; color:#DA3A05">%content%</span>
     </div>
     <!-- End Content -->

     >
     <!-- Start Navigation -->
     <div style="overflow: visible; position: absolute; width: 219px; height: 243px; left: 506px; top: 59px">
     <span style="font-family:Century Gothic; font-size:15px; color:#6A5B3A">%navigation_v%</span>
       </head>
     </div>
     <!-- End Navigation -->

     </body>
     </html>
  <!-- End Grundcode by diehomepage-hilfe.dl.am and thequietplace.dl.am



Falls jemand den von bplaced sehen möchte, einfach schreien! (Der ist aber noch kaputter denn da öffnet sich alles im menü frame ( auch mit target) und die links sind dann weg!


Ich weiß das es viele Tuts hier gibt und glaubt mir ich habe schon jeden davon durchfortstet aber irgendwie -.-

Wäre echt super wenn mir einer helfen könnte...

Lg Suse



Geschrieben von Thorim am 10.08.2011 um 08:26:

 

Die Klammersetzung im CSS ist ja auch total falsch, du öffnest Angaben zu body, dann kommen keine und schließt es auch nicht wieder, dann fehlt nochmal irgendwo ein "}". Probiers mal so:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
<style type="text/css">
<!--
       a:link {
              color: #DA3A05;
              text-decoration: none;
       }

       a:visited {
              color: #DA3A05;
              text-decoration: none;
       }

       a:active {
              color: #DA3A05;
              text-decoration: underline;
       }

       a:hover {
              color: #FFFDE1;
              text-decoration: none;
              text-transform: uppercase;
              background-color: #DA3A05;
       }
-->
</style>



Geschrieben von PiPeR-GiRl am 10.08.2011 um 10:57:

 

Dankeschön! großes Grinsen Endlich funktioniert es <3
Mit diesen Kleinigkeiten manchmal das ist echt krass...hastu irgendwo ne Klammer vergessen funktioniert alles nicht mehr großes Grinsen bis jetzt hab ich das immer selber hinbekommen aber der style wollte einfach nicht großes Grinsen
<3


Forensoftware: Burning Board, entwickelt von WoltLab GmbH