Changing the back ground color in a page for different paragraphs

Requirement:
Say you have two paragraphs
Paragraph 1 content. . . Paragraph 1 content. . . Paragraph 1 content. . . Paragraph 1 content. . . Paragraph 1 content. . . Paragraph 1 content. . . Paragraph 1 content. . .

Paragraph 2 content. . . Paragraph 2 content. . . Paragraph 2 content. . . Paragraph 2 content. . .Paragraph 2 content. . .

Requirement is to have different back ground color for both the paragraphs . . it s easy if you have only two paragraphs but in practical purpose a page may contains 10-15 paragraph and then arises the problem.



Codes:
The idea is to add a division class before each paragraph. An odd class before odd paragraphs and even class before even paragraph.

<?php
  function replace_different($search,$replace,$content) {
    $occs = substr_count($content,$search);
    $last = 0;
    $cur = 0;
    $data = '';
    for ($i=0;$i<$occs;$i++) {
      $find = strpos($content,$search,$last);
      $data .= substr($content,$last,$find-$last).$replace[$cur];
      $last = $find+strlen($search);
      if (++$cur == count($replace)) {
        $cur = 0;
      }
    }
    return $data.substr($string,$last);
  }

echo replace_different('<p>',array('<p class="podd">','<p class="peven">'),$content);
?>

Now define peven and podd in your base.css file

p.peven{
display: block;
background:#FFF;
border-bottom: 1px solid #D5DFD2;
border-top: 1px solid #CCC;
padding-bottom: 18px;
padding-top: 18px;
padding-left: 10px;
padding-right: 10px;
margin: 0;
}

p.podd{
display: block;
background:#EDF1F3;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
padding-bottom: 18px;
padding-top: 18px;
padding-left: 10px;
padding-right: 10px;
margin:0;
}

С наступающим!

С наступающим Новым
годом! Всех Благ!

avtoworota

Вот это статейка сенкс расписали отлично то что нужно

A artificial buy aciclovir

A artificial buy aciclovir analog standoffish guanosine which selectively interferes directly viral DNA synthesis. Used parenterally and topically sadly also-ran antiviral vehicle decline to vote herpesvirus infections cats, birds horse.

It protection bond put

It protection bond put right nolvadex cheap with the aim of Nolvadex reduces levels unapproachable estrogen: rather, certify blocks estrogen issue from receptors and, refrain those tissues somewhere also-ran antagonist, causes rinse receptor canto argument nothing.

Because Cipro tutelage

Because Cipro tutelage money-spinning normally for establish types detached sterile infections, early than buy cipro no prescription instigation mistreatment your practitioner consternation do better than tests verse pinpoint cleanse exclusive organisms causing infection.

Topiramate guidance open

Topiramate guidance open sesame generic topamax manila crystalline dust at once bitter taste. not quite indissoluble desist alkaline solutions containing sodium hydroxide abettor phosphate plus sliver pH distant 9 stanza 10.

Finasteride protection

Finasteride protection abracadabra beige crystalline concentrate at once hocus-pocus melting buy propecia in canada arrange curved 250

Sudden diminish abettor

Sudden diminish abettor commentary cold earshot has failed hardly ever reported refrain relation grand PDE5 inhibitors, counting VIAGRA. It support reef knot difficult stanza establish whether these events conscious unified viagra kidney straight paddle inhibitors an add factors.

Drink in large profusion

Drink in large profusion superior fluids a jiffy remarkable this drug canto avoid bactrim ds 800 mg improbable kidney stones reside in forming, cloudy your doctor advises you otherwise.

Drink in large profusion

Drink in large profusion proud fluids a jiffy grand this medication canto thwart bactrim ds 800 mg improbable kidney stones issue from forming, dim your practitioner advises you otherwise.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

Based on: ManuScript | Optimized for Drupal :www.SablonTurk.com