test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • heidim Friend
    #131368

    I was having a problem with CSS validation on my site using the JA Erica template. The validator was giving several of the following errors for the main site URI:

    <blockquote>Property heigh doesn’t exist : 99</blockquote>

    It turned out to be a bug in the JA Newslight module. It is fixed by changing line 36 in modules/mod_janewslight/ja_newslight/common.php

    from this:
    [PHP]$image = substr ($image, 0, -2) . ” style=”heigh:$height” />”;[/PHP]

    to this:
    [PHP]$image = substr ($image, 0, -2) . ” height=”$height” />”;[/PHP]

    Menalto Friend
    #269363

    Good that it you made it validate then:)

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Menalto 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum