You might have seen websites that use html tables for displaying a long list of tabular information. While the information is nicely laid out it's sometimes difficult to read and follow especially when you have to scroll the page. To solve this problem, most designers will add alternating colors to the table rows using a technique called Zebra stripes.

Today, I'm going to show you how you can use Raxan PDI to add zebra stripes to your html tables

Let's say we have simple html page (my-web-page.html) with a table that looks like this:

FruitsSales (%) in Q3
Apple40
Mangoes20
Pears10
Grapes30
Banana25
Oranges45
Strawberries6

Toggle Code


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>Zebra Stripes</title>
    <link href="raxan/ui/css/master.css" rel="stylesheet" type="text/css" />
    <!--[if IE]><link rel="stylesheet" href="raxan/ui/css/master.ie.css"
    type="text/css"><![endif]-->
    <link href="raxan/ui/css/default/theme.css" rel="stylesheet" type="text/css" />
</head>

<body>
    <div class="container c35">
        <table class="border c25">
            <thead><tr class="tbl-header"><th>Fruits</th><th>Sales (%) in Q3</th></tr></thead>
            <tbody>
                <tr><td>Apple</td><td>40</td></tr>
                <tr><td>Mangoes</td><td>20</td></tr>
                <tr><td>Pears</td><td>10</td></tr>
                <tr><td>Grapes</td><td>30</td></tr>
                <tr><td>Banana</td><td>25</td></tr>
                <tr><td>Oranges</td><td>45</td></tr>
                <tr><td>Strawberries</td><td>6</td></tr>
            </tbody>
        </table>
    </div>
</body>

</html>

The first thing we need to do is to load our HTML page or view into the DOM. To do this, we will create a Rich Web page class called MyZebraStripes:


    <?php

    require_once("raxan/pdi/autosstart.php");

    class MyZebraStripes extends RaxanWebPage {
        protected function _init() {
            // load the html page
            $this->source('views/my-web-page.html');
        }
    }

    ?>

Next, we need to locate the even rows within the table. To do this, we will use the 'table tr:even' CSS selector:


    // find even table rows
    $rows = $this->find('table tr:even');

The above code will only select alternating <tr> elements within the table.

Finally, we need to add a CSS background color to the newly selected rows:


    $rows->css('background','#eee'); // add a background color

Here's what the entire code will look like:


    <?php

    require_once("raxan/pdi/autostart.php");

    class MyPage extends RaxanWebPage {

        protected function _init() {
            // load the html page
            $this->source('views/my-web-page.html');
        }

        protected function _load() {
            $rows = $this->find('table tr:even');
            $rows->css('background','#eee'); // add a background color
        }

    }
    ?>

There are many other things that you can do with Raxan Framework. Check out the full list of online examples.

Eve
Posts: 23
Comment
UhwDREORABDD
Reply #22 on : Tue September 13, 2011, 20:15:09
I reockn you are quite dead on with that.
adubrulnhiv
Posts: 23
Comment
TItzbpeqUTDhupuGyd
Reply #21 on : Fri September 16, 2011, 09:25:53
Zvl6Ud <a href="http://xijzvftyeuqm.com/">xijzvftyeuqm</a>
seo
Posts: 23
Comment
http://www.Seo-Solutions.info/
Reply #20 on : Mon July 15, 2013, 04:33:05
Hello Web Admin, I noticed that your On-Page SEO is is missing a few factors, for one you do not use all three H tags in your post, also I notice that you are not using bold or italics properly in your SEO optimization. On-Page SEO means more now than ever since the new Google update: Panda. No longer are backlinks and simply pinging or sending out a RSS feed the key to getting Google PageRank or Alexa Rankings, You now NEED On-Page SEO. So what is good On-Page SEO?First your keyword must appear in the title.Then it must appear in the URL.You have to optimize your keyword and make sure that it has a nice keyword density of 3-5% in your article with relevant LSI (Latent Semantic Indexing). Then you should spread all H1,H2,H3 tags in your article.Your Keyword should appear in your first paragraph and in the last sentence of the page. You should have relevant usage of Bold and italics of your keyword.There should be one internal link to a page on your blog and you should have one image with an alt tag that has your keyword....wait there's even more Now what if i told you there was a simple Wordpress plugin that does all the On-Page SEO, and automatically for you? That's right AUTOMATICALLY, just watch this 4minute video for more information at. <a href="http://www.Seo-Solutions.info">Seo Plugin</a> [url=http://www.Seo-Solutions.info/]seo[/url]
seo
Posts: 23
Comment
Ordinance298
Reply #19 on : Wed July 22, 2015, 02:19:48
Hello Web Admin, I noticed that your On-Page SEO is is missing a few factors, for one you do not use all three H tags in your post, also I notice that you are not using bold or italics properly in your SEO optimization. On-Page SEO means more now than ever since the new Google update: Panda. No longer are backlinks and simply pinging or sending out a RSS feed the key to getting Google PageRank or Alexa Rankings, You now NEED On-Page SEO. So what is good On-Page SEO?First your keyword must appear in the title.Then it must appear in the URL.You have to optimize your keyword and make sure that it has a nice keyword density of 3-5% in your article with relevant LSI (Latent Semantic Indexing). Then you should spread all H1,H2,H3 tags in your article.Your Keyword should appear in your first paragraph and in the last sentence of the page. You should have relevant usage of Bold and italics of your keyword.There should be one internal link to a page on your blog and you should have one image with an alt tag that has your keyword....wait there's even more Now what if i told you there was a simple Wordpress plugin that does all the On-Page SEO, and automatically for you? That's right AUTOMATICALLY, just watch this 4minute video for more information at. <a href="http://www.SEORankingLinks.com">Seo Plugin</a>
[url=http://www.SEORankingLinks.com/]seo[/url]
seo plugin
Posts: 23
Comment
Parser322
Reply #18 on : Thu June 23, 2016, 13:32:24
Hello Web Admin, I noticed that your On-Page SEO is is missing a few factors, for one you do not use all three H tags in your post, also I notice that you are not using bold or italics properly in your SEO optimization. On-Page SEO means more now than ever since the new Google update: Panda. No longer are backlinks and simply pinging or sending out a RSS feed the key to getting Google PageRank or Alexa Rankings, You now NEED On-Page SEO. So what is good On-Page SEO?First your keyword must appear in the title.Then it must appear in the URL.You have to optimize your keyword and make sure that it has a nice keyword density of 3-5% in your article with relevant LSI (Latent Semantic Indexing). Then you should spread all H1,H2,H3 tags in your article.Your Keyword should appear in your first paragraph and in the last sentence of the page. You should have relevant usage of Bold and italics of your keyword.There should be one internal link to a page on your blog and you should have one image with an alt tag that has your keyword....wait there's even more Now what if i told you there was a simple Wordpress plugin that does all the On-Page SEO, and automatically for you? That's right AUTOMATICALLY, just watch this 4minute video for more information at. <a href="http://www.SEORankingLinks.com">Seo Plugin</a>
[url=http://www.SEORankingLinks.com/]seo plugin[/url]
seo
Posts: 23
Comment
Question328
Reply #17 on : Fri October 14, 2016, 09:02:43
Hello Web Admin, I noticed that your On-Page SEO is is missing a few factors, for one you do not use all three H tags in your post, also I notice that you are not using bold or italics properly in your SEO optimization. On-Page SEO means more now than ever since the new Google update: Panda. No longer are backlinks and simply pinging or sending out a RSS feed the key to getting Google PageRank or Alexa Rankings, You now NEED On-Page SEO. So what is good On-Page SEO?First your keyword must appear in the title.Then it must appear in the URL.You have to optimize your keyword and make sure that it has a nice keyword density of 3-5% in your article with relevant LSI (Latent Semantic Indexing). Then you should spread all H1,H2,H3 tags in your article.Your Keyword should appear in your first paragraph and in the last sentence of the page. You should have relevant usage of Bold and italics of your keyword.There should be one internal link to a page on your blog and you should have one image with an alt tag that has your keyword....wait there's even more Now what if i told you there was a simple Wordpress plugin that does all the On-Page SEO, and automatically for you? That's right AUTOMATICALLY, just watch this 4minute video for more information at. <a href="http://www.SEORankingLinks.com">Seo Plugin</a>
[url=http://www.SEORankingLinks.com/]seo[/url]
nike white air max cyan
Posts: 23
Comment
Tattoo378
Reply #16 on : Fri September 28, 2018, 18:24:21
<a href="http://www.madcityrepair.com/latest/nike-air-jordan-11-retro-low-gs-blue-moon">nike air jordan 11 retro low gs blue moon</a><a href="http://www.madcityrepair.com/new-arrival/nike-air-jordan-eclipse-off-court">nike air jordan eclipse off court</a><a href="http://www.madcityrepair.com/no-tax/cheap-metal-baseball-cleats">cheap metal baseball cleats</a><a href="http://www.madcityrepair.com/official/fashion-nike-air-max-90-boy-sneakers-for-sale-navy-blue-white-924447-300">fashion nike air max 90 boy sneakers for sale navy blue white 924447 300</a>
[url=http://www.dailyreos.com/no-tax/nike-white-air-max-cyan]nike white air max cyan[/url]
new balance wc896pt1
Posts: 23
Comment
Better142
Reply #15 on : Thu October 11, 2018, 09:50:02
<a href="http://www.emachelp.com/No_tax/nike-air-zoom-talaria-black-gold-on-feet">nike air zoom talaria black gold on feet</a><a href="http://www.emachelp.com/on-feet/supra-society-black-white-skate-shoes">supra society black white skate shoes</a><a href="http://www.emachelp.com/online-retailers/air-jordan-1-high-black-toe-2016-release">air jordan 1 high black toe 2016 release</a><a href="http://www.emachelp.com/online-sale/air-presto-honolulu-sole-collector">air presto honolulu sole collector</a>
[url=http://www.creassista.com/a_first_look/new-balance-wc896pt1]new balance wc896pt1[/url]
adidas originals tubular release reminder
Posts: 23
Comment
Verily977
Reply #14 on : Tue November 20, 2018, 01:08:08
<a href="http://www.blachawkrecordsusa.com/outlet/cheap-glow-in-the-dark-nike-air-yeezy-shoes">cheap glow in the dark nike air yeezy shoes</a><a href="http://www.blachawkrecordsusa.com/pro-website/nike-air-max-97-ultra-17-grey-03">nike air max 97 ultra 17 grey 03</a><a href="http://www.blachawkrecordsusa.com/promo_code/nike-zoom-victory-elite-hyper-punch-black-electric-green-track-field-shoes">nike zoom victory elite hyper punch black electric green track field shoes</a><a href="http://www.blachawkrecordsusa.com/real-shot/nike-sb-trainerendor-sequoiablack-gym-red">nike sb trainerendor sequoiablack gym red</a>
[url=http://www.ninecopetti.com/pro-website/adidas-originals-tubular-release-reminder]adidas originals tubular release reminder[/url]
nike air max 2014 zapatillas hombre deep gris azul
Posts: 23
Comment
Enterprise647
Reply #13 on : Wed December 19, 2018, 12:50:06
<a href="http://www.cherrycreekclubapartments.com/skor/nike-air-zoom-pegasus-34-shield-mujer">nike air zoom pegasus 34 shield mujer</a><a href="http://www.cherrycreekclubapartments.com/store/zapatillas-nike-air-max-negras-y-blancas">zapatillas nike air max negras y blancas</a><a href="http://www.cherrycreekclubapartments.com/uomo/schwarz-royal-hoch-rot-schuhe-2018-air-jordan-1-top-3-varsity-varsity">schwarz royal hoch rot schuhe 2018 air jordan 1 top 3 varsity varsity</a><a href="http://www.cherrycreekclubapartments.com/zapatillas/nike-air-force-1-high-lv8-pas-cher">nike air force 1 high lv8 pas cher</a>
[url=http://www.prospectfamilychiro.com/heren/nike-air-max-2014-zapatillas-hombre-deep-gris-azul]nike air max 2014 zapatillas hombre deep gris azul[/url]
Showing comments 1 to 10 of 22 | Next | Last

Leave a Comment

Required fields are marked with *.
If you have trouble reading the code, click on the code itself to generate a new random code.