• подскажите пожалуйста что не так ?
    валидатор ругается пишет
    Ошибка значения : background-repeat Ошибка разбора :

    как правильно прописать background-repeat ?
    вот так по учебнику построение вроде так и у меня
    [<’background-color’> || <’background-image’> || <’background-repeat’> || <’background-attachment’> || <’background-position’>] | inherit

    ————————————————————————
    код с проблемой

    <?php get_header(); ?>
    <div class="art-layout-wrapper">
        <div class="art-content-layout">
            <div class="art-content-layout-row">
    		<div style="background-image: url('http://gipau.com/wp-content/uploads/2012/09/5.png' ); background-repeat:">
                <div class="art-layout-cell art-content">
    			<?php get_sidebar('top'); ?>
    			<?php
    				if(have_posts()) {

Просмотр 3 ответов — с 1 по 3 (всего 3)
Просмотр 3 ответов — с 1 по 3 (всего 3)

Тема «валидатор ругается» закрыта для новых ответов.