ilch Forum » Ilch Clan 1.1 » Fehlersuche und Probleme » Header mehrfach hintereinander angezeigt

Geschlossen
  1. #1
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo zusammen,

    nachdem ich Eure geniale Webseite zum Laufen bekommen habe, stehe ich leider vor einem kleinen Problem.
    Der Header welche den Clannamen zeigt wird mehrfach zur Seite angezeigt bis der gesamte obere Headerteil
    welcher auf dem Monitor angezeigt wird gefüllt ist.
    Wie kann dies verhindert werden, bzw wie kann man ihn nur einmal anzeigen lassen.

    Vielen Dank für Eure Mithilfe.

    FDM_Speedy


    verwendete ilch Version: 1.1 P

    betroffene Homepage: externer Link
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Hallo,
    schau mal in der CSS Datei vom Design Zeile 1
    table{width:100%;border-spacing: 0;}


    Ändern zu :

    table{border-spacing: 0;}


    könnten aber andere sachen dadurch beeinflusst werden, eigentlich würde ich es Schlauer machen in dem du eine neue Klasse anlegt. zb.:

    .designwidth {max-width:948px!Important;width:948px!Important;}


    und diese Klasse in der ersten Table setzen.


    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:27:47
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo Nex4T,


    Leider finde ich hier nichts;

    die Datei sieht geöffnet so aus:
    body   
    { 
      background-color: #000000;
    }
    
    .abg
    {
    }
    
    td 
    {
      font-family: Verdana; 
      font-size: 10px;
    }
    
    a 
    { 
      color: #FFFFFF; 
      font-family: Tahoma; 
      font-size: 10px; 
      text-decoration: none;
    }
    
    a:hover 
    { 
      color: #3FACEA;
      text-decoration: none;  
    }
    
    a.box 
    { 
      color: #FFFFFF; 
      font-family: Tahoma; 
      font-size: 10px; 
    }
    
    a.box:hover 
    {  
      color: #3FACEA;
      text-decoration: none;  
    }
    
    .Chead
    {
      background-color: #000000;
      color: #FFFFFF;
    }
    
    .Chead td, .Chead td strong, .Chead h4, .Chead td b
    {
      color: #FFFFFF;
    }
    
    .Callg
    {
    	color: #FFFFFF;
    }
    
    .Callg td
    {
      color: #FFFFFF;
    }
    
    .Cnorm 
    {
      background-color: #000000;
    }
    
    .Cmite
    {
      background-color: #000000;
    }
    .Cdark
    {
    }
    
    #Ballg
    {
    	color: #FFFFFF;
    }
    #Ballg td
    {
    	color: #FFFFFF;
    }
    
    .Bhead
    {
    	color: #FFFFFF;
    }
    
    .Bbody
    {
    	color: #FFFFFF;
    }
    
    .Bbody2
    {
    	color: #000000;
    }
    
    .rand
    {
    }
    
    .smalfont 
    { 
        font-size: 10px;
    	text-decoration: none; 
    }
    
    .border 
    { 
        background-color: #848484;
    }
    
    hr 
    { 
        height: 0px; 
    	border-top-width: 1px; 
    }
    
    input, textarea, select
    { 
        color: #000000;  
        font: 10px Tahoma;  
        border-color: #003366;
      	border-width: 1px;
        border-style: solid;  
        font-weight: none;  
        text-decoration: none;  
    }
    
    #menu {}
    #menu ul { padding-left: 10px; margin-left: 10px; }
    #smallmenu { }
    #smallmenu li { font-size: 9px; }
    #smallmenu a { font-size: 9px; }



    was muß ich wo einfügen um dies zu ändern, es handelt sich um das dms_design-v4

    Vielen Dank für Deine Hilfe


    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:56:41
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Das Problem ist Folgendes, das Design arbeitet mit Tables und in dieser CSS Datei ( www.fdm-freedomclan.eu/include/includes/css/ilch_default.css ) ist die Width auf 100% gesetzt, und deswegen sprengt das Design. Ich versteh sowieso nicht wieso das im Design eingebunden werden muss, du kannst auch einfach aus der Index.htm die einbindung der css datei verhindern, einfach die Zeile Löschen.


    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:29:19
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  5. #5
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo Nex4T

    Habe Sie jetzt verändert, aber es ändert sich nichts auf der Homepage wenn ich die veränderte Datei hochlade.
    Jetzt sieht der Code so aus:

    /* Ilch Allgemein */
    
    table{
    
    border-spacing: 0
    }
    td,
    th {
    padding: 0
    }
    .border{
    width: 100%;
    border-spacing: 1px;
    margin-bottom:10px
    }
    .border400{
    max-width: 400px
    }
    .border td{
    padding: 6px 3px 6px 3px
    }
    .ilch_kalender td{
    padding: 2px
    }
    .ilch_kalender_box td{
    padding: 1px
    }
    .border th{
    padding: 10px 5px 10px 5px
    }
    .tdweight05 {
    width: 0.5%
    }
    .tdweight5 {
    width: 5%
    }
    .tdweight10 {
    width: 10%
    }
    .tdweight15 {
    width: 15%
    }
    .tdweight20 {
    width: 20%
    }
    .tdweight25 {
    width: 25%
    }
    .tdweight30 {
    width: 30%
    }
    .tdweight50 {
    width: 50%
    }
    .tdweight80 {
    width: 80%
    }
    .tdweight90 {
    width: 90%
    }
    .tdweight95 {
    width: 95%
    }
    .tdweight98 {
    width: 98%
    }
    .tdweight100 {
    width: 100%
    }
    .tdweight10px {
    width: 10px
    }
    .tdweight20px {
    width: 20px
    }
    .tdweight10px {
    width: 10px
    }
    .tdweight100px {
    width: 100px
    }
    .ilchpadding5 {
    padding:5px;
    }
    .ilchmargin2 {
    margin:2px;
    }
    .ilchmarginleft10 {
    margin-left:10%;
    }
    .ilchfontsize2em {
    font-size: 2em;
    }
    .ilchoverauto {
    overflow:auto;
    }
    .ilch_block {
    display:block;
    }
    .forumord img{
    height:15px;
    border:none
    }
    .forum_cdark{
    height:10px
    }
    strong{
    font-weight: bold
    }
    input,
    button,
    textarea,
    select{
    margin-top:3px;
    padding:3px
    }
    textarea.c4 {
    width: 80%;
    } 
    .ilchzitateplacet {
    border:1px solid #888782;
    margin:0px;
    padding:2px;
    width:95%;
    background-color:#CCCCCC;
    }
    .ilchcursorpoint {
    cursor:pointer;
    }
    .both {
    clear:both
    }
    .text-left{
    text-align:left
    }
    .text-center{
    text-align:center
    }
    .text-right{
    text-align:right
    }
    .ilch_float_l{
    float:left
    }
    .ilch_float_r{
    float:right
    }
    .ilch_small_font{
    font-size:10px
    }
    .tablebordertop{
    margin-top:10px
    }
    .ilch_vertikal_top{
    vertical-align:top
    }
    .ilch_vertikal_middle{
    vertical-align:middle
    }
    .ilch_vertikal_bottom{
    vertical-align:bottom
    }
    .ilch_box_in{
    margin:10px
    }
    .label_40{
    width:40px;
    margin: 5px 5px 0px 0px 
    }
    .label_60{
    width:60px;
    margin: 5px 5px 0px 0px 
    }
    .label_80{
    width:80px;
    margin: 5px 5px 0px 0px 
    }
    .label_100{
    width:100px;
    margin: 5px 5px 0px 0px 
    }
    .label_120{
    width:120px;
    margin: 5px 5px 0px 0px 
    }
    .label_140{
    width:140px;
    margin: 5px 5px 0px 0px 
    }
    .ilch_input_info_80{
    display:block;
    margin: 4px 4px 4px 85px
    }
    .ilch_case{
    border:1px solid transparent
    }
    .ilch_case_in{
    padding: 10px 10px 20px 10px
    }
    .ilch_casesmall_in{
    padding:5px
    }
    .Chead{
    padding: 10px 5px 10px 5px
    }
    .Cdark{
    padding: 7px 5px 7px 5px
    }
    .ilch_hinweis_rot{
    display:block;
    color: #b94a48;
    background-color: #f2dede;
    border:1px solid #eed3d7;
    padding: 7px 14px 7px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 5px 0px;
    }
    .ilch_hinweis_gruen{
    display:block;
    color: #468847;
    background-color: #dff0d8;
    border:1px solid #d6e9c6;
    padding: 7px 14px 7px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 5px 0px;
    }
    .ilch_hinweis_gelb{
    display:block;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border:1px solid #FFEED3;
    padding: 7px 14px 7px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    margin: 5px 0px;
    }
    .small_index_ilch{
    width: 400px;
    margin:0 auto
    }
    #newPMdivID {
    position:absolute;
    top:80px;
    left:50%;
    margin-left:-200px;
    display:inline;
    position:fixed;
    }
    .ilchstatistikheight {
    height:2px;
    }
    .ilchbordernone {
    border:none;
    }
    .ilchcolorred {
    color:#FF0000;
    }
    .ilchcolorsuchwoerter {
    background-color:#EBF09B;
    }
    .ilchnowrap {
    white-space: nowrap;
    }
    /* Ilch Award */
    
    .ilch_award_in{
    padding: 10px 10px 20px 10px;
    min-height:120px 
    }
    .ilch_award_in img{
    max-height:100px;
    float:left;
    margin: 5px 10px 5px 0px 
    }
    
    /* Ilch Download */
    
    .ilch_download_in{
    padding: 5px 5px 10px 5px;
    min-height:150px 
    }
    .ilch_download_in img{
    max-height:150px;
    float:left;
    margin: 3px 3px 3px 0px 
    }
    
    /* Ilch Gallery - Forum */
    
    .layer{
    position:absolute;
    top:50px;
    left:50px;
    display:none;
    width:200px;
    min-height:200px
    }
    .ilch_gallery_in,
    .ilch_forum_in,
    .ilch_news_in,
    .ilch_shoutbox_in{
    padding: 3px 3px 3px 3px
    }
    .colorbilderabfrageloeschen {
    color:#ff0000;
    font-size:14px;
    }
    .ilchusergalleryupload img {
    max-height:150px;
    }
    
    /* Ilch Gbook */
    
    .gbook_image img,
    .pm_ilch_img img{
    max-width:100%;
    height: auto;
    border:none
    }
    .ilch_gbook_in{
    padding: 5px 5px 25px 5px
    }
    
    /* Ilch Links - Teams */
    
    .ilch_links_img img,
    .ilch_teams_img img{
    max-width:100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:none
    }
    
    /* Ilch Teams */
    
    .ilch_teams_avatar img{
    max-height:30px;
    }
    
    /* Ilch Trains */
    
    .ilch_trains > .Cmite,
    .ilch_trains > .Cnorm{
    padding:5px;
    }
    
    /* Ilch Wars */
    
    .ilch_wars_win{
    background:#C8E1B8;
    color:#000
    }
    .ilch_wars_los{
    background:#D8B9B9;
    color:#000
    }
    .ilch_wars_pat{
    background:#FDFBB7;
    color:#000
    }
    .ilch_wars_font{
    color:#000
    }
    .ilch_wars_in{
    line-height:20px
    }
    .ilchwarsabsage {
    color:#FFF;
    background:#FF0000;
    font-weight:bold;
    padding:2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
    .ilchwarszusage {
    font-weight:bold;
    color:#000;
    background:#00FF00;
    padding:2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
    
    /* Ilch News */
    
    .ilch_news_kategorie img{
    max-width:100%;
    height: auto;
    border:none;
    float:left;
    margin: 5px 5px 5px 0px; 
    }
    .ilch_news_img img{
    max-width:100%;
    height: auto;
    border:none;
    margin: 6px 0px 3px 0px
    }
    .ilch_news_margin{
    margin: 15px 0px 50px 0px
    }
    .ilch_topnews{
    border:2px dashed #FF0000;
    margin:2px;
    padding: 5px;
    padding-bottom:30px;
    margin-bottom: 20px
    }
    .ilch_topnews h3{
    text-align:center;
    margin-bottom:10px;
    color:#FF0000
    }
    .ilch_add_news{
    display:none
    }
    
    /* Ilch Font icons */
    
    
    .ilch_cms_news_icons{
    display:inline-block;
    font-size:1.5em;
    padding: 0px 4px 1px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #8E8E8E
    }
    .ilch_gbook_icons{
    font-size:1.5em;
    padding: 0px 4px 1px 4px
    }
    .ilch_closed_icon,
    .ilch_closed_icon:hover{
    font-size:1.5em;
    margin: 0px 3px 2px 3px;
    color:#C40000
    }
    .ilch_edit_icon,
    .ilch_edit_icon:hover{
    font-size:1.5em;
    margin: 0px 3px 2px 3px;
    color:#007F0C
    }
    .ilch_yep_icon ,
    .ilch_yep_icon:hover,
    .ilch_nob_icon ,
    .ilch_nob_icon:hover{
    font-size:1.5em;
    margin: 0px 3px 2px 3px;
    color:#008BEF
    }
    
    /* Ilch Geburtstags Box */
    
    .ilch_geb_avatar{
    max-width: 100px;
    height: auto;
    border:none;
    margin: 4px 0px 4px 0px
    }
    
    /* Allianz Box Banner */
    
    .allianzilchbanner img{
    max-width: 100px;
    height: auto;
    border:none;
    margin:2px;
    }
    
    /* Online Box */
    
    .onlineboxgeaste{
    color:#003366;
    }
    .onlineboxhr{
    height: 0px;
    border: dashed #9AB1C8 0px;
    border-top-width: 1px;
    }
    
    /* Forum */
    
    .ilchforumiconsnoc {
    padding:10px 0px;
    }
    .ilchforumiconsnoc span{
    margin:0px 5px;
    }
    .ilchforumiconsnoc img {
    display: inline;
    vertical-align: middle;
    }
    .ilchforummoterator {
    font-size:10px;
    text-decoration:underline;
    }
    
    /* BBCode */
    
    .bbcodephpblock {
    color: #0000BB;
    }
    .bbcodetransparentgif {
    border:none;
    height:10px;
    width:10px;
    }
    .ilchbbcodebuttons {
    border:none;
    width:23px;
    height:22px;
    }
    .ilchpositionabsolute {
    position:absolute;
    }
    .ilchbbcodefarbwahl {
    display:none;
    position:relative;
    top:-30px;
    left:100px;
    z-index:100;
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.5); 
    }
    .ilchbbcodedropdown {
    font-family:Verdana;
    font-size:10px;
    margin-bottom:6px;
    z-index:0;
    }
    
    /* Mail */
    
    .at-ilch:after {
    content:"\0040";
    } 
    .dot-ilch:after {
    content:"\002E";
    } 
    
    /* vorgesetzte Klassen fuer Designer */
    
    .ilch_back_button{
    }
    .ilch_a_link_s{
    }
    .bg_color_bbcode{
    }



    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:56:17
    0 Mitglieder finden den Beitrag gut.
  6. #6
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Mach es anders, erstell eine neue Klasse in der style.css vom design
    .designwidth {max-width:897px!Important;width:897px!Important;}


    und ändere folgende Zeile in der Index.htm, zeile 20 zu
    <table width="897" class="designwidth" border="0" cellspacing="0" cellpadding="0" height="558">



    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:37:37
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  7. #7
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo Nex4T,

    Sorry, bin leider noch total neu mit coding, also muss ide zweite von Dir geschriebene Variante so aussehen:

    /* Ilch Allgemein */
    
    table{
    
    .designwidth {max-width:948px!Important;width:948px!Important;}
    }
    td,
    th {
    padding: 0
    }
    .border{
    width: 100%;
    border-spacing: 1px;
    margin-bottom:10px
    }
    .border400{
    max-width: 400px
    }
    .border td{
    padding: 6px 3px 6px 3px
    }



    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:56:27
    0 Mitglieder finden den Beitrag gut.
  8. #8
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Nein du kannst keine Klasse in einer Klasse machen das wäre sass, du musst das wie folgt machen :
    /* Ilch Allgemein */ 
    
    .designwidth {max-width:948px!Important;width:948px!Important;} 
    
    table{ 
    ALLES WAS VORHER HIER WAR WIEDER REIN MACHEN!!!!
    } 
    td, 
    th { 
    padding: 0 
    } 
    .border{ 
    width: 100%; 
    border-spacing: 1px; 
    margin-bottom:10px 
    } 
    .border400{ 
    max-width: 400px 
    } 
    .border td{ 
    padding: 6px 3px 6px 3px 
    }
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  9. #9
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo Nex4T,

    dies hatte keine Änderung zur Folge


    
    /* Ilch Allgemein */.designwidth {max-width:948px!Important;width:948px!Important;} 
    
    table{width:100%;border-spacing: 0;}
    td,
    th {
    padding: 0
    }
    .border{
    width: 100%;
    border-spacing: 1px;
    margin-bottom:10px
    }
    .border400{
    max-width: 400px
    }
    .border td{
    padding: 6px 3px 6px 3px
    }
    .ilch_kalender td{
    padding: 2px
    }
    .ilch_kalender_box td{
    padding: 1px
    }
    .border th{
    padding: 10px 5px 10px 5px
    }
    .tdweight05 {
    width: 0.5%
    }
    .tdweight5 {
    width: 5%
    }
    .tdweight10 {
    width: 10%
    }
    .tdweight15 {
    width: 15%
    }
    .tdweight20 {
    width: 20%
    }
    .tdweight25 {
    width: 25%
    }
    .tdweight30 {
    width: 30%
    }
    .tdweight50 {
    width: 50%
    }
    .tdweight80 {
    width: 80%
    }
    .tdweight90 {
    width: 90%
    }
    .tdweight95 {
    width: 95%
    }
    .tdweight98 {
    width: 98%
    }
    .tdweight100 {
    width: 100%
    }
    .tdweight10px {
    width: 10px
    }
    .tdweight20px {
    width: 20px
    }
    .tdweight10px {
    width: 10px
    }
    .tdweight100px {
    width: 100px
    }
    .ilchpadding5 {
    padding:5px;
    }
    .ilchmargin2 {
    margin:2px;
    }
    .ilchmarginleft10 {
    margin-left:10%;
    }
    .ilchfontsize2em {
    font-size: 2em;
    }
    .ilchoverauto {
    overflow:auto;
    }



    Zuletzt modifiziert von Nex4T am 17.03.2018 - 21:56:55
    0 Mitglieder finden den Beitrag gut.
  10. #10
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Hast du auch wie ich gesagt habe die class in der index.htm eingebunde?
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  11. #11
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    ????? Keine Ahnung wie das geht
    0 Mitglieder finden den Beitrag gut.
  12. #12
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    ...und ändere zeile 20 in der Index.htm zu


    <table width="897" class="designwidth" border="0" cellspacing="0" cellpadding="0" height="558">
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  13. #13
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    finde die index.htm nicht nur eine index.php
    0 Mitglieder finden den Beitrag gut.
  14. #14
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo Ne4T,

    rufe das ganze im Moment über den Text Editor von Windows auf, mit welchem Programm machst du dies, habe keine Zeilenangabe
    0 Mitglieder finden den Beitrag gut.
  15. #15
    User Pic
    Trucker-Siggi Mitglied
    Registriert seit
    21.11.2010
    Beiträge
    740
    Beitragswertungen
    41 Beitragspunkte
    benutze mal Notepad++
    0 Mitglieder finden den Beitrag gut.
  16. #16
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Ich benutze Phpstorm ist allerdings Kostenpflichtig, reicht aber wenn du Notepad++ benutzt (kostenlos)
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  17. #17
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    ZitatZitat geschrieben von FDM_Speedy
    finde die index.htm nicht nur eine index.php


    du findest die index.htm im Design ordner
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  18. #18
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Hallo Ihr zwei,
    habe die Datei nun gefunden und geändert, allerdings ohne erfolg

    !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
      <head>
        <title>{TITLE}</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <meta name="Robots" content="INDEX,FOLLOW">
        <meta http-equiv="cache-control" content="no-cache">
        <meta http-equiv="Pragma" content="no-cache">
    	<meta name="Robots" content="archive">
    	<link rel="stylesheet" type="text/css" href="include/designs/dms_design-v4/style.css">
        <style type="text/css">
    <!--
    .Stil1 {color: #FFFFFF}
    -->
        </style>
    <meta name="generator" content="Namo WebEditor">
    </head>
    <body>
    <center>
    <table width="897" class="designwidth" border="0" cellspacing="0" cellpadding="0" height="558">
      <tr>
        <td width="900" height="244" background="include/designs/dms_design-v4/images/header.jpg">&nbsp;</td>
      </tr>
      <tr>
        <td><table width="812" border="0" cellspacing="0" cellpadding="0">
          <tr valign="top">
            <td width="170" background="include/designs/dms_design-v4/images/leftnavbg.jpg"><table width="182" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170" height="34" background="include/designs/dms_design-v4/images/dms.gif">&nbsp;</td>
              </tr>


    PS Ich bin Euch jetzt schon Mega Dankbar für Eure Mühe


    Zuletzt modifiziert von Lord|Schirmer am 18.03.2018 - 08:22:17
    0 Mitglieder finden den Beitrag gut.
  19. #19
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    du hast die Klasse nicht eingebunden, nochmal füge
    .designwidth {max-width:948px!Important;width:948px!Important;}


    in die style.css vom design ordner
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
  20. #20
    User Pic
    FDM_Speedy Mitglied
    Registriert seit
    17.03.2018
    Beiträge
    14
    Beitragswertungen
    0 Beitragspunkte
    Au mann ist mir das peinlich, es hat funktioniert, ich hatte den Browsercache noch nicht gelöscht und immer die gleiche hp gesehen.

    Vielen Vielen Dank für Eure Mühe und Kompetente Hilfe.
    Euch noch ein schönes Wochenende,

    FDM_Speedy

    www.fdm-freedomclan.eu
    0 Mitglieder finden den Beitrag gut.
  21. #21
    User Pic
    Baujahr73 gelöschter User
    Moin,

    die Seite ist aber etwas Verschoben, ist Dir das aufgefallen!?

    Links und rechts die Boxen.
    0 Mitglieder finden den Beitrag gut.
  22. #22
    User Pic
    Nex4T Moderator
    Registriert seit
    28.02.2007
    Beiträge
    3.414
    Beitragswertungen
    213 Beitragspunkte
    Ja die Breite einfach auf 936px runterschrauben, das Design an sich buggt aber, vermutlich 1.0.5 version
    while(!asleep()) sheep++;
    www.movely.biz
    www.webplant.eu
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu Fehlersuche und Probleme

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten