• 01-09-2009, 17:49:08
    #1
    Line 41, Column 86: Attribute "BACKGROUND" is not a valid attribute. Did you mean "background"?

    …round-repeat: repeat-x;" background="templates/7dana/images/psd_09.jpg" valig


    ve

    Line 614, Column 58: Attribute "HEIGHT" is not a valid attribute. Did you mean "height"?

    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" >

    41. satır kodlarda
    <td style="background-position: center top; background-repeat: repeat-x;" background="templates/7dana/images/psd_09.jpg" valign="top" height="100%">

    ve 614. satırda şu kodlar var
    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" >

    Nasıl düzeltilebilir arkadaşlar?
  • 01-09-2009, 18:33:01
    #2
    Üyeliği durduruldu
    tarayıcılar görüntüye dökse bile table tagı ile height kullanılmıyor diye biliyorum. height yerine style kullanmayı deneyin
  • 01-09-2009, 18:37:28
    #3
    <td style="background-position: center top; background-repeat: repeat-x; background: url(templates/7dana/images/psd_09.jpg);" valign="top" height="100%">

    Bahsi geçen kodu yukarıda düzelttiğim gibi yapmayı deneyin.
  • 01-09-2009, 18:40:47
    #4
    Üyeliği durduruldu
    Tablo kodlarından pek anlamıyorum, ben css kısmına müdahale edebilceğin şekilde anlatayım.

    <td style="background-position: center top; background-repeat: repeat-x;" background="templates/7dana/images/psd_09.jpg" valign="top" height="100%">
    // aşşağıdaki ile değiştir

    <td style="background:url(templates/7dana/images/psd_09.jpg) center top no-repeat; height:100%;" valign="top">
  • 01-09-2009, 18:42:55
    #5
    templates/7dana/images uzantısında, psd_09.jpg diye bir dosyanın olup olmadığına bir bakar mısın?

    diğer sorunda da height kısmını % olarak değilde pixel olarak denesen?
  • 01-09-2009, 18:44:38
    #6
    arkaplan resmi css olarak vermek lazım yada style tagının içinde. Verdiğim yada JustGo hocamın verdiği işe yarayacaktır. daha düzenli olmuş onun ki.
  • 02-09-2009, 03:13:12
    #7
    %100 tuturamk zor zaten iyi bir başarı komplike bir site ise 2 hata.
  • 02-09-2009, 03:20:14
    #8
    Eger halen cozemediyseniz yardımcı olabilirim.
  • 02-09-2009, 03:23:26
    #9
    <table style="border:0px;width:100%;height:auto;">


    <td style="background:url(templates/7dana/images/psd_09.jpg) repeat-x;background-position: center top;" valign="top">


    <table style="border:0px;width:100%;height:auto;">



    Sırasıyla bunları yapman yeterli olacaktır.