Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Przesunięcie tekstu na stopce
pawelek1261
post
Post #1





Grupa: Zarejestrowani
Postów: 51
Pomógł: 0
Dołączył: 10.11.2011

Ostrzeżenie: (0%)
-----


Cześć, jak mogę przesunąć tekst na stopce strony "Powered by PHP-Fusion copyright © 2002 - 2012 by Nick Jones.
Released as free software without warranties under GNU Affero GPL v3"

bo chcę aby był nieco niżej.
I drugie pytanie czy mogę wyłączyć dziennik błędów, jak tak to w jaki sposób. Z góry dzięki
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 5)
toaspzoo
post
Post #2





Grupa: Zarejestrowani
Postów: 778
Pomógł: 84
Dołączył: 29.07.2010
Skąd: Gliwice / Pławniowice Mistrz niezmordowanej klawiatury.

Ostrzeżenie: (20%)
X----


Co do tekstu do dodaj atrybut style="margin-top:20px;"
Go to the top of the page
+Quote Post
pawelek1261
post
Post #3





Grupa: Zarejestrowani
Postów: 51
Pomógł: 0
Dołączył: 10.11.2011

Ostrzeżenie: (0%)
-----


A gdy kod wygląda tak:
Kod
$link_class = $class ? " class='$class' " : "";
    $res = "Powered by <a href='http://www.php-fusion.co.uk'".$link_class.">PHP-Fusion</a> copyright &copy; 2002 - ".date("Y")." by Nick Jones.";
    $res .= ($nobreak ? "&nbsp;" : "<br />\n");
    $res .= "Released as free software without warranties under <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'".$link_class.">GNU Affero GPL</a> v3.\n";
    return $res;
to jak mogę to dodać?
Go to the top of the page
+Quote Post
sobol6803
post
Post #4





Grupa: Zarejestrowani
Postów: 115
Pomógł: 13
Dołączył: 19.06.2011
Skąd: Ruda Śląska

Ostrzeżenie: (0%)
-----


Otwórz stronę w przeglądarce i w źródle strony zobacz jaką klasę ma div ze stopki. Wtedy otwierasz plik css i do tej klasy dopisujesz margin-top.
Go to the top of the page
+Quote Post
toaspzoo
post
Post #5





Grupa: Zarejestrowani
Postów: 778
Pomógł: 84
Dołączył: 29.07.2010
Skąd: Gliwice / Pławniowice Mistrz niezmordowanej klawiatury.

Ostrzeżenie: (20%)
X----


  1. $link_class = $class ? " class='$class' " : "";
  2. $res = "<div style='position:relative; top:50px;'>Powered by <a href='http://www.php-fusion.co.uk'".$link_class.">PHP-Fusion</a> copyright &copy; 2002 - ".date("Y")." by Nick Jones.";
  3. $res .= ($nobreak ? "&nbsp;" : "<br />\n");
  4. $res .= "Released as free software without warranties under <a href='http://www.fsf.org/licensing/licenses/agpl-3.0.html'".$link_class.">GNU Affero GPL</a> v3</div>.\n";
  5. return $res;
  6.  
Go to the top of the page
+Quote Post
pawelek1261
post
Post #6





Grupa: Zarejestrowani
Postów: 51
Pomógł: 0
Dołączył: 10.11.2011

Ostrzeżenie: (0%)
-----


Dzięki działa
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 09:37