Thread Starter
faevry
(@faevry)
Ok thanks !
My comments.php is corrupted from the begining, i’ve fixed it thanks to you !
Thread Starter
faevry
(@faevry)
I’ve try this way, but still don’t work… :
<?php if ($greenribbon) : ?>
<div class="ribbon-wrapper-green">
<div class="ribbon-green"><?php echo limit(11, $greenribbon);?></div>
</div>
<?php elseif ($yellowribbon) : ?>
<div class="ribbon-wrapper-yellow">
<div class="ribbon-yellow"><?php echo limit(11, $yellowribbon);?></div>
</div>
<?php elseif($pinkribbon) : ?>
<div class="ribbon-wrapper-pink">
<div class="ribbon-pink"><?php echo limit(11, $pinkribbon);?></div>
</div>
<?php endif; ?>
If you need my blog :
Could it be a CSS error ?
[ Please do not bump, that’s not permitted here. ]
Thread Starter
faevry
(@faevry)
thanks for the answer !
So, comments.php replace with unedited version, but don’t work yet… i’m looking for a <div> omitted, but nothing for the moment… i’m keep trying, and the validator w3 really me thanks !