• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Awatar g0rn
    g0rn jest nieaktywny Stały bywalec
    Dołączył
    May 2009
    Posty
    188
    Przydatne posty
    5

    Domyślnie header

    Witam
    Chciałem zamienić tło strony z koloru na tło obrazka ale jakoś mi to nie wychodzi.

    Kod php:
    <?xml version="1.0" encoding="{CHARSET}"?>
    {DOCTYPE}
    <html xmlns="http://www.w3.org/1999/xhtml" dir="{DIR}" lang="{LANG}">
    <head>
    <title>{title}</title>
    <meta http-equiv="Content-Type" content="text/html; {CHARSET}" />
    <link href="{STYLESHEET}" rel="stylesheet" type="text/css" />
    {header_add}
    </head>
    <body bgcolor="{BODY_BACKGROUND_COLOR}">
    <table width="{MAINWIDTH}"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr> 
        <td> <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
            <tr> 
              <td><img src="{GRAFURL}/title_gfx.jpg" alt="{title}" width="750" height="60" /></td>
            </tr>
          </table>
    ..............................itd
    Adres obrazka tła .../templates/images/tlo.jpg

    Proszę o waszą pomoc

    po problemie :edycja style css
    Ostatnio edytowane przez g0rn ; 16.07.2009 o 22:03



Podobne wątki

  1. Header - problem z wgraniem pliku .swf
    By tigersex in forum Pytania i problemy
    Odpowiedzi: 7
    Ostatni post / autor: 01.09.2010, 22:30
  2. [Zlecę] Przebudowę pliku .header
    By dj-kaka in forum Giełda
    Odpowiedzi: 1
    Ostatni post / autor: 14.11.2009, 01:58
  3. Edycja roznych obszarow table header
    By uzin2 in forum Pytania i problemy
    Odpowiedzi: 3
    Ostatni post / autor: 10.08.2008, 13:25
Chmurka.pl

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 54 55 56 57 58 59 60 61 62 63 64 65 66 67