Beiträge von hansbw

    Hallo,

    mich hat gerade jemand darauf aumerksam gemacht, dass bei
    Seite http://www.marilyn-manson.net die Schrift so gut wie nicht lesbar ist, auch werden die Google Anzeigen nicht angezeigt. Er nutzt Win98.
    Jetzt habe ich es auch auf einem Win98 Rechner probiert und es bleibt in der Tat sehr dunkel. Seht Ihr die Texte u. Google Anzeigen einwandfrei? Wäre prima wenn ihr Euer Betriebsystem nennen könntet.
    Hat vielleicht jemand einen Tip was das Problem sein könnte…?

    Danke u. Grüße

    Hallo,

    ich bin gerade dabei Google Anzeigen zu optimieren.
    Es wird ja empfohlen z.B. beim Titel die Standardlinkfarbe der Webseite zu nehmen
    (bei mir hier ein relativ dunkles grau).

    Auf der anderen Seite wird, bei Seiten mit dunklem Hintergrund (hier schwarz)
    Gelb oder Orange zu nehmen. Das sieht meiner Meinung nach aber nicht gut aus. Viel zu aufdringlich.

    Also bei der Standardlinkfarbe bzw. Textfarbe bleiben oder evtl. ein weiss? Nach meinem Geschmack würde ich weiss am besten Finden. Aber es soll ja auch angeklickt werden.
    Was meint Ihr, wie sind eure Erfahrungen bei dunklen Seiten? ;)
    http://www.marilyn-manson.net

    Grüße

    Hallo,

    ich habe einen Gästezimmer PC mit Win 98, zweite Ausgabe,
    AMD Duran Prozessor 1200 MHZ, 128 MB Ram, über einen Router (Kabel) mit dem Internet verbunden

    Problem: Hier stürzt so ziemlich jeder Browser regelmäßig ab, egal welche Version.

    Das Betriebsystem ist beinahe neu installiert und nicht überfüllt mit Programmen, Installationen.

    Ich verwende eine ältere Norton Crash Guard u. Viren Software auf der Kiste..
    Die Browser stürzen auch ab, wenn Norton aus ist.

    Hat jemand einen Tip?
    Zum ein wenig Surfen sollte die Kiste doch noch reichen!!??

    Grüße

    Das Problem ist, ich kann mit dem Admin toll nur diese beiden bearbeiten:


    1.CSS Styele:
    ----------------

    <div id="guestbook">

    }

    body {


    div#guestbook {
    background-image: url('http://fahrschule-klein-an.de/img/bg.gif');
    background-repeat: repeat;

    font-family: Tahom,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;

    }

    .guestbook_table {
    font-family: Tahoma,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    background-color: #EFEFF7;
    }

    .guestbook_table2 {
    font-family: Tahoma,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    }

    A:link {
    color:#000000;
    text-decoration: none;
    }

    A:visited {
    color: #000000;
    text-decoration: none;
    }

    A:active {
    color: #000000;
    text-decoration: none;
    }

    A:hover {
    color: #808080;
    text-decoration: underline;
    }

    textarea {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma,Verdana,Helvetica;
    }

    input {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma,Verdana,Helvetica;
    }

    #captcha {
    border: 1px solid #808080;
    }
    </div>

    2. Template bearbeiten:
    -------------------------

    <table style="table-layout: fixed" cellpadding="<$cellpadding$>" cellspacing="<$cellspacing$>" border="<$border$>" width="<$tablewidth$>" class="guestbook_table">
    <tr>
    <td width="55%" bgcolor="<$tdcolor$>" align="left"><$name$></td>
    <td width="15%" bgcolor="<$tdcolor$>" align="center"><$email_icon$> <$homepage_icon$> <$icq_icon$></td>
    <td width="30%" bgcolor="<$tdcolor$>" align="center"><$date$> | <$time$></td>
    </tr>
    <tr>
    <td colspan="3" bgcolor="<$td2color$>" align="left"><span style="font-size: 10px;"><$ip$></span>
    <$text$><$comment$></td>
    </tr>
    </table>

    Also ich habe jetzt alles probiert mit:

    background-image: url(../images/bg.gif);

    erscheint die Hintergrundgrafik zwar, ist aber nur einmal in der Mitte und nicht seitenfüllend.

    Mit diesem Code (habe ich einen Fehler gemacht?)
    erscheint im Moment nichts.
    Ich habe das div#guestbook auch schon background-position: center center; gesetzt...


    <div id="guestbook">

    div#guestbook {
    background-image: url('http://fahrschule-klein-an.de/img/bg.gif');
    background-repeat: repeat;

    }

    body {
    font-family: Tahom,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }

    .guestbook_table {
    font-family: Tahoma,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    background-color: #EFEFF7;
    }

    .guestbook_table2 {
    font-family: Tahoma,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    }

    A:link {
    color:#000000;
    text-decoration: none;
    }

    A:visited {
    color: #000000;
    text-decoration: none;
    }

    A:active {
    color: #000000;
    text-decoration: none;
    }

    A:hover {
    color: #808080;
    text-decoration: underline;
    }

    textarea {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma,Verdana,Helvetica;
    }

    input {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma,Verdana,Helvetica;
    }

    #captcha {
    border: 1px solid #808080;
    }
    </div>

    Ausgabe? Ich hoffe ich poste das richtige dies sind Gb Einträge:

    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
    <head>
    <style type="text/css">
    <!-- body {
    font-family: Tahom,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    }

    .guestbook_table {
    font-family: Tahoma,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    background-color: #EFEFF7;
    }

    .guestbook_table2 {
    font-family: Tahoma,Verdana,Helvetica;
    font-size: 11px;
    color: #000000;
    }

    A:link {
    color:#000000;
    text-decoration: none;
    }

    A:visited {
    color: #000000;
    text-decoration: none;
    }

    A:active {
    color: #000000;
    text-decoration: none;
    }

    A:hover {
    color: #808080;
    text-decoration: underline;
    }

    textarea {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma,Verdana,Helvetica;
    }

    input {
    background-color: #f2f2f2;
    border: 1px solid #808080;
    color: #000000;
    font-size: 11px;
    font-family: Tahoma,Verdana,Helvetica;
    }

    #captcha {
    border: 1px solid #808080;
    } //-->
    </style>
    <title>Gästebuch</title>
    </head><body bgcolor="#EFEFF7"><div align="center">Zur Zeit sind 6 Einträge im Gästebuch
    Ins Gästebuch eintragen

    1</div>

    <div align="center">
    <table border="0" cellspacing="0" cellpadding="2" style="table-layout: fixed" width="600" class="guestbook_table2">
    <tr>
    <td width="85%" bgcolor="#EFEFF7" align="left" style="border-top: 1px solid #000000">dsds, schrieb am 18.01.2007 um 20:28 Uhr</td>
    <td width="15%" bgcolor="#EFEFF7" align="right" style="border-top: 1px solid #000000"> </td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EFEFF7" align="left"><span style="font-size: 10px;"></span>dsds</td>
    </tr>
    </table>


    <body background="http://fahrschule-klein/img/bg.gif">


    </div><div align="center">
    <table border="0" cellspacing="0" cellpadding="2" style="table-layout: fixed" width="600" class="guestbook_table2">
    <tr>
    <td width="85%" bgcolor="#EFEFF7" align="left" style="border-top: 1px solid #000000">tes, schrieb am 18.01.2007 um 20:15 Uhr</td>
    <td width="15%" bgcolor="#EFEFF7" align="right" style="border-top: 1px solid #000000"> </td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EFEFF7" align="left"><span style="font-size: 10px;"></span>tes dfs</td>
    </tr>
    </table>


    <body background="http://fahrschule-klein/img/bg.gif">


    </div><div align="center">
    <table border="0" cellspacing="0" cellpadding="2" style="table-layout: fixed" width="600" class="guestbook_table2">
    <tr>
    <td width="85%" bgcolor="#EFEFF7" align="left" style="border-top: 1px solid #000000">test4, schrieb am 18.01.2007 um 16:09 Uhr</td>
    <td width="15%" bgcolor="#EFEFF7" align="right" style="border-top: 1px solid #000000"> </td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EFEFF7" align="left"><span style="font-size: 10px;"></span>ddf</td>
    </tr>
    </table>


    <body background="http://fahrschule-klein/img/bg.gif">


    </div><div align="center">
    <table border="0" cellspacing="0" cellpadding="2" style="table-layout: fixed" width="600" class="guestbook_table2">
    <tr>
    <td width="85%" bgcolor="#EFEFF7" align="left" style="border-top: 1px solid #000000">fgfg, schrieb am 18.01.2007 um 15:20 Uhr</td>
    <td width="15%" bgcolor="#EFEFF7" align="right" style="border-top: 1px solid #000000"> </td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EFEFF7" align="left"><span style="font-size: 10px;"></span>fgfg</td>
    </tr>
    </table>


    <body background="http://fahrschule-klein/img/bg.gif">


    </div><div align="center">
    <table border="0" cellspacing="0" cellpadding="2" style="table-layout: fixed" width="600" class="guestbook_table2">
    <tr>
    <td width="85%" bgcolor="#EFEFF7" align="left" style="border-top: 1px solid #000000">dfdf, schrieb am 18.01.2007 um 15:07 Uhr</td>
    <td width="15%" bgcolor="#EFEFF7" align="right" style="border-top: 1px solid #000000"> </td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EFEFF7" align="left"><span style="font-size: 10px;"></span>dfdf</td>
    </tr>
    </table>


    <body background="http://fahrschule-klein/img/bg.gif">


    </div><div align="center">
    <table border="0" cellspacing="0" cellpadding="2" style="table-layout: fixed" width="600" class="guestbook_table2">
    <tr>
    <td width="85%" bgcolor="#EFEFF7" align="left" style="border-top: 1px solid #000000">Test, schrieb am 18.01.2007 um 14:58 Uhr</td>
    <td width="15%" bgcolor="#EFEFF7" align="right" style="border-top: 1px solid #000000"> </td>
    </tr>
    <tr>
    <td colspan="2" bgcolor="#EFEFF7" align="left"><span style="font-size: 10px;"></span>sds</td>
    </tr>
    </table>


    <body background="http://fahrschule-klein/img/bg.gif">


    </div><p align="center">1</p></body>
    </html>