phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

FAQFAQ - PIERWSZA POMOC!!  regulaminREGULAMIN  SzukajSZUKAJ  UżytkownicyUżytkownicy  GrupyGrupy  StatystykiStatystyki
RejestracjaRejestracja  ZalogujZaloguj  DownloadDownload  katalog Forów DyskusyjnychKatalog Forów   FAQ Video tutoriale

Poprzedni temat «» Następny temat
Przesunięty przez: joli
27-08-2007, 21:50
Problem z wyświetlaniem
Autor Wiadomość
muszyna

Posty: 4
Wysłany: 12-11-2005, 01:14   Problem z wyświetlaniem

Witam.
Po zainstalowaniu forum, w IE po wpisaniu adresu forum wyskakuje mi szare tło bez niczego. Odświeżenie tego skutkuje pojawieniem się komunikatu jak na fotce (coś z tabelami).
Pod Firefoxem wszystko jest ok., czym to może być spowodowane?

Untitled-1.jpg
Plik ściągnięto 1140 raz(y) 16,95 KB

 
     
Gadatliwa Kasia 

   
TheLestat


Pomógł: 21 razy
Posty: 105
Wysłany: 12-11-2005, 01:17   

Cytat:
Adres forum: -


adres forum.... jaki masz styl, gdzie instalowałeś (jaki serv)... itd......
_________________
Pozdrawiam
TheLestat
 
     
muszyna

Posty: 4
Wysłany: 13-11-2005, 01:42   

Forum nie podałem, bo dopiero go stawiam. Jest ono na serwie orgfree.com.
Po podglądzie kody wyświetlonej strony jest poniższy kod. Widać że wiele w nim brakuje. Po wklejeniu go do Frontpage, jest ten sam efekt co na IE. U kogoś innego podobno jest ok. Czyli pewnie ja mam coś źle ustawione. Tylko co?

Kod:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
  <meta http-equiv="Content-Style-Type" content="text/css">
      <link rel="top" href="./index.php" title="Forum">
<link rel="search" href="./search.php" title="Szukaj">
<link rel="help" href="./faq.php" title="FAQ">
<link rel="author" href="./memberlist.php" title="Użytkownicy">
<!--Powered by phpBB modified v1.9 by Przemo 2003 phpBB Group-->  <title>stronka</title>
  <!-- link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" -->
  <style type="text/css">
   <!--
   /*
     The original subSilver Theme for phpBB version 2+
     Created by subBlue design
     http&#58;//www.subBlue.com

     NOTE&#58; These CSS definitions are stored within the main page body so that you can use the phpBB2
     theme administration centre. When you have finalised your style you could cut the final CSS code
     and place it in an external file, deleting this section to save bandwidth.
   */

   /* General page style. The scroll bar colours only visible in IE5.5+ */
   body &#123;
    background-color&#58;        #E5E5E5;
    scrollbar-face-color&#58;        #DEE3E7;
    scrollbar-highlight-color&#58;    #FFFFFF;
    scrollbar-shadow-color&#58;        #DEE3E7;
    scrollbar-3dlight-color&#58;    #D1D7DC;
    scrollbar-arrow-color&#58;        #006699;
    scrollbar-track-color&#58;        #EFEFEF;
    scrollbar-darkshadow-color&#58;    #98AAB1;
   &#125;

   /* General font families for common tags */
   font,th,td,p            &#123; font-family&#58; Verdana, Arial, Helvetica, sans-serif &#125;
   a&#58;link,a&#58;active,a&#58;visited    &#123; color &#58; #006699; &#125;
   p, td            &#123; font-size &#58; 11; color &#58; #000000; &#125;
   a&#58;hover            &#123; text-decoration&#58; underline; color &#58; #DD6900; &#125;
   hr                &#123; height&#58; 0px; border&#58; solid #D1D7DC 0px; border-top-width&#58; 1px; &#125;

   /* This is the border line & background colour round the entire page */
   .bodyline &#123; background-color&#58; #FFFFFF; border&#58; 1px #98AAB1 solid; &#125;

   /* This is the outline round the main forum tables */
   .forumline &#123; background-color&#58; #A9B8C2; border&#58; solid #D1D7DC 0px; border-top-width&#58; 1px; &#125;

   /* Main table cell colours and backgrounds */
   td.row1 &#123; background-color&#58; #EFEFEF; &#125;
   td.row2 &#123; background-color&#58; #DEE3E7; &#125;
   td.row3 &#123; background-color&#58; #D1D7DC; &#125;
   td.row_helped &#123; background-color&#58; #F0EDDE; &#125;

   /*
     This is for the table cell above the Topics, Post & Last posts on the index.php page
     By default this is the fading out gradiated silver background.
     However, you could replace this with a bitmap specific for each forum
   */
   td.rowpic &#123;
    background-color&#58; #FFFFFF;
    background-image&#58; url&#40;'templates/subSilver/images/cellpic2.jpg'&#41;;
    background-repeat&#58; repeat-y; height&#58; 22px;
   &#125;

   /* Header cells - the blue and silver gradient backgrounds */
   th &#123;
    color&#58;            #FFA34F; font-size&#58; 11px; font-weight&#58; bold;
    background-color&#58;    #006699; height&#58; 25px;
    background-image&#58;    url&#40;templates/subSilver/images/cellpic3.gif&#41;;
   &#125;

   td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom &#123;
    background-image&#58; url&#40;templates/subSilver/images/cellpic1.gif&#41;;
    background-color&#58;#D1D7DC; border&#58; #FFFFFF; border-style&#58; solid; height&#58; 28px;
   &#125;

   /*
     Setting additional nice inner borders for the main table cells.
     The names indicate which sides the border will be on.
     Don't worry if you don't understand this, just ignore it &#58;-&#41;
   */
   td.cat,td.catHead,td.catBottom &#123; background-color&#58; #C7D0D7; background-image&#58; url&#40;'templates/subSilver/images/cellpic1.gif'&#41;; height&#58; 22px; &#125;
   th.thHead,th.thSides,th.thLeft,th.thRight,th.thBottom &#123;
    font-weight&#58; bold; border&#58; #FFFFFF; height&#58; 28px;
   &#125;

   th.thCornerL,th.thTop,th.thCornerR &#123;color&#58; #FFA34F; font-size&#58; 70%; font-weight&#58; bold; background-color&#58; #006699; background-image&#58; url&#40;'templates/subSilver/images/cellpic3.gif'&#41;; height&#58; 28px; &#125;

   td.row3Right,td.spaceRow &#123; background-color&#58; #D1D7DC; border&#58; #FFFFFF; border-style&#58; solid; &#125;

   th.thHead,td.catHead            &#123; font-size&#58; 12px; border-width&#58; 0px; &#125;
   th.thSides,td.catSides,td.spaceRow    &#123; border-width&#58; 0px; &#125;
   th.thRight,td.catRight,td.row3Right    &#123; border-width&#58; 0px; &#125;
   th.thLeft,td.catLeft            &#123; border-width&#58; 0px; &#125;
   th.thBottom,td.catBottom        &#123; border-width&#58; 0px; &#125;
   th.thTop                &#123; border-width&#58; 0px; &#125;
   th.thCornerL                &#123; border-width&#58; 0px; &#125;
   th.thCornerR                &#123; border-width&#58; 0px; &#125;

   /* The largest text used in the index page title and toptic title etc. */
   .maintitle &#123;
    font-weight&#58; bold; font-size&#58; 22px; font-family&#58; "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
    text-decoration&#58; none; line-height &#58; 120%; color &#58; #000000;
   &#125;

   /* General text */
   .gen                        &#123; font-size &#58; 12px; &#125;
   .genmed                    &#123; font-size &#58; 11px; &#125;
   .gensmall                    &#123; font-size &#58; 10px; &#125;
   .gen,.genmed,.gensmall            &#123; color &#58; #000000; &#125;
   a.gen,a.genmed,a.gensmall            &#123; color&#58; #006699; text-decoration&#58; none; &#125;
   a.gen&#58;hover,a.genmed&#58;hover,a.gensmall&#58;hover    &#123; color&#58; #DD6900; text-decoration&#58; underline; &#125;

   /* The register, login, search etc links at the top of the page */
   .mainmenu        &#123; font-size &#58; 11px; color &#58; #000000 &#125;
   a.mainmenu        &#123; text-decoration&#58; none; color &#58; #006699;  &#125;
   a.mainmenu&#58;hover    &#123; text-decoration&#58; underline; color &#58; #DD6900; &#125;

   /* Forum category titles */
   .cattitle        &#123; font-weight&#58; bold; font-size&#58; 12px ; letter-spacing&#58; 1px; color &#58; #006699&#125;
   a.cattitle        &#123; text-decoration&#58; none; color &#58; #006699; &#125;
   a.cattitle&#58;hover    &#123; text-decoration&#58; underline; &#125;

   /* Forum title&#58; Text and link to the forums used in&#58; index.php */
   .forumlink        &#123; font-weight&#58; bold; font-size&#58; 12px; color &#58; #006699; &#125;
   a.forumlink        &#123; text-decoration&#58; none; color &#58; #006699; &#125;
   a.forumlink&#58;hover    &#123; text-decoration&#58; underline; color &#58; #DD6900; &#125;

   /* Used for the navigation text, &#40;Page 1,2,3 etc&#41; and the navigation bar when in a forum */
   .nav        &#123; font-weight&#58; bold; font-size&#58; 11px; color &#58; #000000;&#125;
   a.nav    &#123; text-decoration&#58; none; color &#58; #006699; &#125;
   a.nav&#58;hover    &#123; text-decoration&#58; underline; &#125;

   /* titles for the topics&#58; could specify viewed link colour too */
   .topictitle,h1,h2    &#123; font-weight&#58; bold; font-size&#58; 11px; color &#58; #000000; &#125;
   a.topictitle&#58;link    &#123; text-decoration&#58; none; color &#58; #006699; &#125;
   a.topictitle&#58;visited    &#123; text-decoration&#58; none; color &#58; #5493B4; &#125;
   a.topictitle&#58;hover    &#123; text-decoration&#58; underline; color &#58; #DD6900; &#125;

   /* Name of poster in viewmsg.php and viewtopic.php and other places */
   .name &#123; font-size &#58; 11px; color &#58; #000000;&#125;

   /* Location, number of posts, post date etc */
   .postdetails      &#123; font-size &#58; 10px; color &#58; #000000; &#125;

   /* The content of the posts &#40;body of text&#41; */
   .postbody        &#123; font-size &#58; 12px; line-height&#58; 18px &#125;
   a.postlink&#58;link    &#123; text-decoration&#58; none; color &#58; #006699 &#125;
   a.postlink&#58;visited    &#123; text-decoration&#58; none; color &#58; #5493B4; &#125;
   a.postlink&#58;hover    &#123; text-decoration&#58; underline; color &#58; #DD6900 &#125;

   /* Quote & Code blocks */
   .code &#123;
    font-family&#58;        Courier, 'Courier New', sans-serif; font-size&#58; 11px; color&#58; #006600;
    background-color&#58;    #FAFAFA; border&#58; #D1D7DC; border-style&#58; solid;
    border-left-width&#58;    1px; border-top-width&#58; 1px; border-right-width&#58; 1px; border-bottom-width&#58; 1px;
   &#125;

   .quote &#123;
    font-family&#58;        Verdana, Arial, Helvetica, sans-serif; font-size&#58; 11px; color&#58; #444444; line-height&#58; 125%;
    background-color&#58;    #FAFAFA; border&#58; #D1D7DC; border-style&#58; solid;
    border-left-width&#58;    1px; border-top-width&#58; 1px; border-right-width&#58; 1px; border-bottom-width&#58; 1px;
   &#125;

   /* Copyright and bottom info */
   .copyright        &#123; font-size &#58; 10px; color&#58; #444444; font-family&#58; Verdana, Arial, Helvetica, sans-serif; &#125;
   a.copyright        &#123; text-decoration&#58; none; color &#58; #006699; &#125;
   a.copyright&#58;hover    &#123; text-decoration&#58; underline; color &#58; #DD6900; &#125;

   /* Form elements */

   form &#123; margin&#58; 0; &#125;

   input,textarea, select &#123;
    color &#58; #000000;
    font&#58; normal 11px Verdana, Arial, Helvetica, sans-serif;
   &#125;

   /* The text input fields background colour */
   input.post, textarea.post, select            &#123; background-color &#58; #EFEFEF; &#125;
   input.post2, textarea.post2, radio.post2 select    &#123; background-color &#58; #DEE3E7; &#125;
   input                        &#123; text-indent &#58; 2px; &#125;

   /* The buttons used for bbCode styling in message post */
   input.button &#123;
    background-color &#58;    #EFEFEF;
    color &#58;            #000000;
    font-size&#58;        11px; font-family&#58; Verdana, Arial, Helvetica, sans-serif;
    cursor&#58;            pointer;
   &#125;

   /* The main submit button option */
   input.mainoption &#123;
    background-color&#58;    #FAFAFA;
    font-weight&#58;        bold;
    cursor&#58;            pointer;
   &#125;

   /* None-bold submit button */
   input.liteoption &#123;
    background-color&#58;    #FAFAFA;
    font-weight&#58;        normal;
    cursor&#58;            pointer;
   &#125;

   /* This is the line in the posting page which shows the rollover
     help line. This is actually a text box, but if set to be the same
     colour as the background no one will know ;&#41;
   */
   .helpline &#123; background-color&#58; #DEE3E7; border-style&#58; none; &#125;

   /* Highlight bad words for moderators instead of censoring them */
   span.badwordhighlight &#123; background-color&#58; #FFFF00; &#125;

   .topbkg &#123; background&#58; #dbe3ee url&#40;templates/subSilver/images/cellpic_bkg.jpg&#41; repeat-x &#125;
   .topnav &#123; font-size&#58;10px;background&#58; #e5ebf3 url&#40;templates/subSilver/images/cellpic_nav.gif&#41; repeat-x;color&#58;#dd6900; height&#58; 21px; white-space&#58; nowrap; text-align&#58; center; border&#58; 0px solid #91a0ae; border-width&#58; 1px 0 1px 0 &#125;

   /* Import the fancy styles for IE only &#40;NS4.x doesn't use the @import function&#41; */
   @import url&#40;"templates/subSilver/formIE.css"&#41;;
   -->
  </style>

   <script language="Javascript" type="text/javascript">
   <!--
   
   
   function mpFoto&#40;img&#41;
   &#123;
      foto1= new Image&#40;&#41;;
      foto1.src=&#40;img&#41;;
      mpControl&#40;img&#41;;
   &#125;
   function mpControl&#40;img&#41;
   &#123;
      if &#40; &#40;foto1.width != 0&#41; && &#40;foto1.height != 0&#41; &#41;
      &#123;
         viewFoto&#40;img&#41;;
      &#125;
      else
      &#123;
         mpFunc = "mpControl&#40;'"+img+"'&#41;";
         intervallo = setTimeout&#40;mpFunc,20&#41;;
      &#125;
   &#125;
   function viewFoto&#40;img&#41;
   &#123;
      largh = foto1.width + 20;
      altez = foto1.height + 20;
      string = "width="+largh+",height="+altez;
      finestra = window.open&#40;img, "", string&#41;;
   &#125;

   
   function setCheckboxes&#40;theForm, elementName, isChecked&#41;
   &#123;
      var chkboxes = document.forms&#91;theForm&#93;.elements&#91;elementName&#93;;
      var count = chkboxes.length;
      if &#40; count &#41;
      &#123;
         for &#40;var i = 0; i < count; i++&#41;
         &#123;
            chkboxes&#91;i&#93;.checked = isChecked;
         &#125;
      &#125;
      else
      &#123;
         chkboxes.checked = isChecked;
      &#125;
      return true;
   &#125;
      var selectedText = quoteAuthor = '';
   // Support for browsers other like IE by Logeen &#91;www.kurshtml.boo.pl&#93;
   function quoteSelection&#40;&#41;
   &#123;
      theSelection = false;
      if &#40;selectedText&#41; theSelection = selectedText;
      else if &#40;document.selection && document.selection.createRange&#41; theSelection = document.selection.createRange&#40;&#41;.text; // Get text selection

      if &#40;theSelection&#41;
      &#123;
         // Add tags around selection
         emoticon&#40; &#40;document.post.message.value ? '\n' &#58; ''&#41; + '&#91;quote' + &#40;quoteAuthor ? '="' + quoteAuthor + '"' &#58; ''&#41; + '&#93;' + theSelection + '&#91;/quote&#93;\n'&#41;;
         document.post.message.focus&#40;&#41;;
         selectedText = quoteAuthor = theSelection = '';
         return;
      &#125;
      else
      &#123;
         alert&#40;'Zaznacz najpierw tekst który chcesz cytować'&#41;;
      &#125;
   &#125;
         function displayWindow&#40;url, width, height&#41;
   &#123;
      var Win = window.open&#40;url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=no,menubar=no' &#41;;
   &#125;
         //-->
   </script>
</head>
<body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4">
<div id="overDiv" style="position&#58;absolute; visibility&#58;hide; filter&#58; alpha&#40;opacity=85&#41;; -moz-opacity&#58; 0.85;"></div><script language="JavaScript" type="text/javascript" src="templates/subSilver/overlib.js"></script><a name="top"></a><table width="100%" cellspacing="0" cellpaddi
 
     
They


Pomógł: 342 razy
Posty: 2545
Wysłany: 13-11-2005, 02:01   

muszyna napisał/a:
Forum nie podałem, bo dopiero go stawiam. Jest ono na serwie orgfree.com.
ale podaj adres forum, bo nie jesteśmy jasnowidzami, a te co podałeś kody nic nie pomoże.
 
     
muszyna

Posty: 4
Wysłany: 14-11-2005, 01:09   

Witam.
To forum to: http://muszyna.6te.net/

Wgrałem jeszcze raz pliki i wyskakuje mi to coś takiego (fragment):
Kod:
&nne<"e6
Mamy 1 zarejestrowanegSz/icTright="18" olorwxnsmall">n Paolorwxnsmall">n Paolort"------&nnersor='-ayfDrow1" onMouseOver="tc="ter" valigaygrmmwych postóiexall" />ne-height="18"widt /lder.giwrap="nowraspan class="gensmall">200gn="mistóim- clear;rmle.cursor='-2p">&nne<".earexa="ter" valign 4.01 Trizet;8By" valign 4.01 Trizet;8l3&#41;Tvt + ',resizabient-Tstyle t---ext/htmcss"ent--T!--nt--/*nt----The origiriz subSilver-Theme for phpBB vers Tr 2+nt----Created by subBlue designnt----cont&#58;//www.subBlue.com nt----NOTE&#58;-These CSS defin01 Trs are stored within the main page body so that you can use the phpBB2nt----theme admin0stra1 Tr c="tre. When you have firizised your style you could cut the firiz CSS codent----and place it in an /hterriz file, deleting this sec1 Tr to save bandwidth.nt--*/ nt--/* Generiz page style.-The scroll bar colours only visible in IE5.5+-*/ t--body &#123; background-color&#58; #E5E5E5; scrollbar-face-color&#58; #DEE3E7; scrollbar-highlight-color&#58; #FFFFFF; scrollbar-shadow-color&#58; #DEE3E7; scrollbar-3dlight-color&#58; #D1D7DC; scrollbar-arrow-color&#58; #006699; scrollbar-track-color&#58; #EFEFEF; scrollbar-darkshadow-color&#58; #98AAB1; t--&#125; nt--/* Generiz fent families for commTr tags-*/ t--fent,th,td,p &#123;-fent-family&#58; Verdana, Arial, Helvetica, s 4.-serif-&#125; ---a&#58;link,a&#58;ac1 ve,a&#58;visited &#123;-color &#58; #006699;-&#125; ---p, td &#123;-fent-size &#58; 11;-color &#58; #000000;-&#125; ---a&#58;hover &#123;-t/ht-decora1 Tr&#58; underline;-color &#58; #DD6900;-&#125; ---hr &#123;-height&#58; 0px;-border&#58; solid #D1D7DC 0px;-border-top-width&#58; 1px;-&#125; nt--/* This is the border line & background colour round the ="tire page */ t--.bodyline &#123; background-color&#58; #FFFFFF;-border&#58; 1px #98AAB1 solid;-&#125; nt--/* This is the outline round the main forum tables-*/ t--.forumline &#123; background-color&#58; #A9B8C2;-border&#58; solid #D1D7DC 0px;-border-top-width&#58; 1px;-&#125; nt--/* Main table c=ll colours and backgrounds-*/ t--td.row1 &#123; background-color&#58; #EFEFEF;-&#125; ---td.row2 &#123; background-color&#58; #DEE3E7;-&#125; ---td.row3 &#123; background-color&#58; #D1D7DC;-&#125; ---td.row_helped &#123; background-color&#58; #F0EDDE;-&#125; nt--/*nt----This is for the table c=ll above the Topics, Post & Last posts on the index.php pagent----By default this is the fading out gradiated silver-background.nt----However, you could replace this with a bitmap specific for each forumnt--*/ ---td.rowpic &#123; background-color&#58; #FFFFFF; background-image&#58; url&#40;'templates/subSilver/images/c=llpic2.jpg'&#41;; background-repeat&#58; repeat-y;-height&#58; 22px; t--&#125; nt--/* Htdeer-c=lls - the blue and silver-gradi="t backgrounds-*/ t--th &#123; color&#58; #FFA34F;-fent-size&#58; 11px;-fent-weight&#58; bold; background-color&#58; #006699;-height&#58; 25px; background-image&#58; url&#40;templates/subSilver/images/c=llpic3.gif&#41;; t--&#125; nt--td.catHtde,td.catSides,td.catLeft,td.catRight,td.catBottom &#123; background-image&#58; url


Do tego miałem problem z sumami 2 plików, wgrywałem je z 10 razy na serwa i nic, to samo. Sprawdźcie w check_files.php. Są jakby 2 znaki więcej.
Ściągałem te pliki nawet z innego serwa, gdzie forum chodzi i wgrywałem na swój, ale znów była zła suma.

Co może być nie tak?
 
     
Wyświetl posty z ostatnich:   
Ten temat jest zablokowany bez możliwości zmiany postów lub pisania odpowiedzi
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach
Nie możesz załączać plików na tym forum
Możesz ściągać załączniki na tym forum
Dodaj temat do Ulubionych
Wersja do druku

Skocz do:  

Kopiowanie wszelkich treści zawartych na forum, modyfikacji oraz instrukcji bez zgody administracji i autorów tematów/postów zabronione!

Powered by phpBB modified by Przemo © 2003 phpBB
Strona wygenerowana w 0,12 sekundy. Zapytań do SQL: 15
Polecane serwisy

Najlepsze oprogramowanie do prowadzenia sklepu internetowegoNajlepszy program do sklepu firmowany przez Przem'a

Sklep z gadżetami

serwis laptopów

phpbb

Design Cart - Tworzenie sklepu internetowego

iRonin.IT

• Zamów reklamę