Skinning of parameter "empty text " in table.

hi everyone,
How to do styling of empty text of default text in table .(It comes when there is no data in the table)
such as "No data to display" ,I want to change its font ,font size etc.
Please help.

try some thing like this.
<af:inputtext value = "#{pageflowScope.it1.inputvalue == null ? 'no data to display' : 'some thing as your needed' } " >
</af:inputext>
<af:table emptyText="#{bindings.ApplicationsView1.viewable ? 'No data to display.' : 'Access Denied.'}" >
</af:table>
by default adf provides u can use the style class.
http://jdevadf.oracle.com/adf-richclient-demo/docs/skin-selectors.html
Edited by: Erp on Oct 3, 2011 4:09 AM

Similar Messages

  • I need that this button must get displayed after an empty space below table

    Hi
    I have created a table and added a button at bottom of table.
    I need that this button must get displayed after an empty space below table.
    How can i get an empty space there.
    I have took a transparent container and selected a grid layout for it.
    Thanks.

    Thanks Apurva....inserting "Horizontal gutter" solved my problem.
    I need one more help.
    In this transparent container, i have to add a header text displaying caption for this table and then a section which will display some buttons and text, then this table will be displayed and at last this update button.
    i.e.
    1.  header text
    2.  area with few buttons and text(lables)
    3. Current table
    4. update button.
    for this as i specified i have used a transparent container with grid layout...
    Please guide me in this...
    Thanks....

  • Pages 5.1 truncates text in tables

    Just discovered that Pages 5.1 truncates text in tables when exported to Pdf's even when created in Numbers and pasted. Superscripts were missing. Sometimes regular text after superscrips were missing. Too bad.

    It's a bug. Until fixed, you'll have to avoid baseline shift or use an earlier version of Pages. Submit Feedback from the Pages menu to let Apple know you are finding this bug.
    Jerry

  • Remove space after text in table?

    Hello!
    I am hoping that someone can help me out with this issue. Basically I want the extra space in each row or the tabel to be gone. I cant seem to sort out how.
    Any ideas?
    http://www.glennbartley.com/photoworkshops/home.htm
    Thank you very much!
    Glenn
    CODE:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta name="verify-v1" content="KlxWeqA4VpyVuSC1GrV7bdzvgvpOjVtDQS/cjguScTg=" />
    <title>Bird Photography Workshops - Glenn Bartley Nature Photography</title>
    <meta name="description" content="Bird Photography Workshops and Nature Photography Workshops from Canada, Ecuador, Costa Rica and around the world focusing on birds">
    <meta name="keywords" content="Nature Photography Workshops, Bird Photography Workshops, Glenn Bartley, Canada, Ecuador, Costa Rica, birds, Bird photography tours, digital photography, photographic workshops, photographer, photographers, bird photo workshops, nature photography classes, bird photographs, bird photos, birds, photos, workshops, workshop, nature, Hummingbirds">
    <meta name="Classification" content="Nature Photography, Bird Photography, Wildlife Photography, Landscape Photography,Digital Photography.">
    <meta name="author/photographer" content="Glenn Bartley">
    <meta name="ROBOTS" content="index,follow">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <style type="text/css">
    <!--
    .style29 {
              font-weight: bold;
              font-family: Arial, Helvetica, sans-serif;
              font-size: small;
              color: #000000;
    .style36 {
              font-size: small;
              color: #000000;
              font-family: Arial, Helvetica, sans-serif;
    .style37 {
              color: #000000;
              font-size: small;
    .style38 {
              font-size: x-large;
              color: #CCCCCC;
              font-family: Arial, Helvetica, sans-serif;
    .style40 {
              font-family: Arial, Helvetica, sans-serif;
              font-weight: bold;
              color: #333333;
    .style45 {font-family: Arial, Helvetica, sans-serif}
    .style46 {font-family: Arial, Helvetica, sans-serif; font-size: small; }
    .style47 {
              color: #006600;
              font-size: 28px;
              font-family: Arial, Helvetica, sans-serif;
    a:link {
              text-decoration: none;
              color: #000000;
    a:visited {
              text-decoration: none;
              color: #000000;
    a:hover {
              text-decoration: underline;
              color: #000000;
    a:active {
              text-decoration: none;
              color: #000000;
    .style48 {color: #000000}
    .style49 {font-size: small}
    .style66 {
              font-family: Arial, Helvetica, sans-serif;
              font-weight: bold;
              color: #000000;
    .style67 {
              font-family: Arial, Helvetica, sans-serif;
              color: #FF0000;
    .style76 {
              color: #FF0000;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
    .style80 {
              color: #0000FF
    .style85 {color: #0000FF}
    .style86 {font-size: 9px}
    .style87 {
              color: #006600;
              font-weight: bold;
    .style79 li strong {
              color: #006600;
    .GreenLarge {
              color: #006600;
    .style76 p .GreenLarge font {
              font-weight: bold;
    .style79 li strong .style80 {
              color: #0000FF;
    -->
    </style>
    </head>
    <p align="right"><font size="-2" face="Arial, Helvetica, sans-serif">
    <script language="JavaScript"><!--
    function makeArray() {
         for (i = 0; i<makeArray.arguments.length; i++)
              this[i + 1] = makeArray.arguments[i];
    var months = new makeArray('January','February','March',
        'April','May','June','July','August','September',
        'October','November','December');
    var date = new Date();
    var day  = date.getDate();
    var month = date.getMonth() + 1;
    var yy = date.getYear();
    var year = (yy < 1000) ? yy + 1900 : yy;
    document.write(day + " " + months[month] + " " + year);
    //--></script>
    <body bgcolor="#FFFFFF" text="#000000">
    <table width="100%" height="63" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td bordercolor="#FFFFFF" bgcolor="#FFFFFF"><div align="center"><img src="Text/GlennBartleysBirdPhotoWorkshops.jpg" width="980" height="110"></div></td>
      </tr>
    </table>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td height="10" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><img src="Text/Spacer - gray 10px.jpg" width="250" height="10"></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><div align="center"><img src="Text/Spacer - white 10px.jpg" width="250" height="10"></div></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><a href="home.htm"><img src="Text/Home button-red.jpg" width="200" height="25" border="0"></a><a href="whoweare.htm"><img src="Text/Who we are button.jpg" width="200" height="25" border="0"></a><a href="photoworkshops.htm"><img src="Text/Photo Workshops button.jpg" width="200" height="25" border="0"></a><a href="portfolio.htm"><img src="Text/Portfolio button.jpg" width="200" height="25" border="0"></a><a href="contact.htm"><img src="Text/Contact button.jpg" width="200" height="25" border="0"></a></td>
      </tr>
    </table>
    <table width="1000" height="492" border="0" align="center" cellpadding="4">
      <tr>
        <td height="18" nowrap bordercolor="#FFFFFF" bgcolor="#FFFFFF"> </td>
        <td width="601" rowspan="8" bordercolor="#FFFFFF" bgcolor="#FFFFFF"><img src="Text/Spacer - white 10px.jpg" width="250" height="25">
          <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','600','height','400','hspace','0','vspace','0','align','middle','src','Images/Index slideshow/Slideshow','quality','high','flashvars','flashlet={imageLinkTarget:\'_blank\',c aptionFont:\'Verdana\',titleFont:\'Verdana\',showControls:false,frameShow:false,slideDelay :4,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:\'Iris\',titleColor:#3 33333,slideAutoPlay:true,slideLoop:true,frameThickness:5,frameColor:#000000,bgColor:#FFFFF F,imageCaptions:[],imageURLs:[\'Images/Index slideshow/Andean Cock-of-the-Rock - 01.jpg\',\'Images/Index slideshow/Pacific Loon - 28.jpg\',\'Images/Index slideshow/American Golden Plover - 10.jpg\',\'Images/Index slideshow/Black-crested Coquette - 11.jpg\',\'Images/Index slideshow/Orange-eared Tanager - 02.jpg\',\'Images/Index slideshow/Common Eider - 22.jpg\',\'Images/Index slideshow/Fasciated Tiger-Heron - 01.jpg\',\'Images/Index slideshow/Red-necked Tanager - 01.jpg\',\'Images/Index slideshow/Mealy Amazon Parrot - 02.jpg\',\'Images/Index slideshow/Northern Waterthrush - 11.jpg\',\'Images/Index slideshow/Purple-crowned Fairy - 03.jpg\',\'Images/Index slideshow/Red-billed Tropicbird - 02.jpg\',\'Images/Index slideshow/Red-eyed Tree Frog - 01.jpg\',\'Images/Index slideshow/Ruby Topaz - 01.jpg\',\'Images/Index slideshow/Snowcap - 14.jpg\',\'Images/Index slideshow/Tufted Coquette - 01.jpg\',\'Images/Index slideshow/Varied Thrush - 15.jpg\',\'Images/Index slideshow/Violet Sabrewings - 07.jpg\',\'Images/Index slideshow/Whimbrel - 17.jpg\',\'Images/Index slideshow/Common Loon - 19.jpg\',\'Images/Index slideshow/Horned Grebe - 14.jpg\',\'Images/Index slideshow/Willow Ptarmigan - 01.jpg\',\'Images/Index slideshow/Cape May Warbler - 05.jpg\',\'Images/Index slideshow/Bartley - 01.jpg\',\'Images/Index slideshow/Bartley - 06.jpg\'],imageLinks:[\'http://www.glennbartley.com/photoworkshops/photoworkshops.htm\']}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flas h_component','ImageViewer.swc','movie','Images/Index slideshow/Slideshow' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="600" height="400" hspace="0" vspace="0" align="middle">
      <param name="flash_component" value="ImageViewer.swc">
      <param name="movie" value="Images/Index slideshow/Slideshow.swf">
      <param name="quality" value="high">
      <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showC ontrols:false,frameShow:false,slideDelay:4,captionSize:10,captionColor:#333333,titleSize:1 0,transitionsType:'Iris',titleColor:#333333,slideAutoPlay:true,slideLoop:true,frameThickne ss:5,frameColor:#000000,bgColor:#FFFFFF,imageCaptions:[],imageURLs:['Images/Index slideshow/Andean Cock-of-the-Rock - 01.jpg','Images/Index slideshow/Pacific Loon - 28.jpg','Images/Index slideshow/American Golden Plover - 10.jpg','Images/Index slideshow/Black-crested Coquette - 11.jpg','Images/Index slideshow/Orange-eared Tanager - 02.jpg','Images/Index slideshow/Common Eider - 22.jpg','Images/Index slideshow/Fasciated Tiger-Heron - 01.jpg','Images/Index slideshow/Red-necked Tanager - 01.jpg','Images/Index slideshow/Mealy Amazon Parrot - 02.jpg','Images/Index slideshow/Northern Waterthrush - 11.jpg','Images/Index slideshow/Purple-crowned Fairy - 03.jpg','Images/Index slideshow/Red-billed Tropicbird - 02.jpg','Images/Index slideshow/Red-eyed Tree Frog - 01.jpg','Images/Index slideshow/Ruby Topaz - 01.jpg','Images/Index slideshow/Snowcap - 14.jpg','Images/Index slideshow/Tufted Coquette - 01.jpg','Images/Index slideshow/Varied Thrush - 15.jpg','Images/Index slideshow/Violet Sabrewings - 07.jpg','Images/Index slideshow/Whimbrel - 17.jpg','Images/Index slideshow/Common Loon - 19.jpg','Images/Index slideshow/Horned Grebe - 14.jpg','Images/Index slideshow/Willow Ptarmigan - 01.jpg','Images/Index slideshow/Cape May Warbler - 05.jpg','Images/Index slideshow/Bartley - 01.jpg','Images/Index slideshow/Bartley - 06.jpg'],imageLinks:['http://www.glennbartley.com/photoworkshops/photoworkshops.htm']}">
      <embed src="Images/Index slideshow/Slideshow.swf" width="600" height="400" hspace="0" vspace="0" align="middle" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',s howControls:false,frameShow:false,slideDelay:4,captionSize:10,captionColor:#333333,titleSi ze:10,transitionsType:'Iris',titleColor:#333333,slideAutoPlay:true,slideLoop:true,frameThi ckness:5,frameColor:#000000,bgColor:#FFFFFF,imageCaptions:[],imageURLs:['Images/Index slideshow/Andean Cock-of-the-Rock - 01.jpg','Images/Index slideshow/Pacific Loon - 28.jpg','Images/Index slideshow/American Golden Plover - 10.jpg','Images/Index slideshow/Black-crested Coquette - 11.jpg','Images/Index slideshow/Orange-eared Tanager - 02.jpg','Images/Index slideshow/Common Eider - 22.jpg','Images/Index slideshow/Fasciated Tiger-Heron - 01.jpg','Images/Index slideshow/Red-necked Tanager - 01.jpg','Images/Index slideshow/Mealy Amazon Parrot - 02.jpg','Images/Index slideshow/Northern Waterthrush - 11.jpg','Images/Index slideshow/Purple-crowned Fairy - 03.jpg','Images/Index slideshow/Red-billed Tropicbird - 02.jpg','Images/Index slideshow/Red-eyed Tree Frog - 01.jpg','Images/Index slideshow/Ruby Topaz - 01.jpg','Images/Index slideshow/Snowcap - 14.jpg','Images/Index slideshow/Tufted Coquette - 01.jpg','Images/Index slideshow/Varied Thrush - 15.jpg','Images/Index slideshow/Violet Sabrewings - 07.jpg','Images/Index slideshow/Whimbrel - 17.jpg','Images/Index slideshow/Common Loon - 19.jpg','Images/Index slideshow/Horned Grebe - 14.jpg','Images/Index slideshow/Willow Ptarmigan - 01.jpg','Images/Index slideshow/Cape May Warbler - 05.jpg','Images/Index slideshow/Bartley - 01.jpg','Images/Index slideshow/Bartley - 06.jpg'],imageLinks:['http://www.glennbartley.com/photoworkshops/photoworkshops.htm']}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" flash_component="ImageViewer.swc"> </embed>
      </object>
      </noscript></td>
      </tr>
      <tr>
        <td width="393" align="center" valign="middle" bordercolor="#FFFFFF" bgcolor="#999999"><p align="center" class="style40 style47">2015 PHOTOGRAPHY WORKSHOPS</p>      </td>
      </tr>
      <tr bordercolor="#000002">
        <td bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><span class="style48"><a href="Workshops/Ecuador.htm"> ECUADOR: HUMMINGBIRDS AND MORE!</a></span></strong></li>
          <li>JAN, 2015 <span class="style85">-<strong><span class="style80"><span class="style67">SOLD OUT</span></span></strong></span></li>
          <li> JAN, 2015 - <strong><span class="style67">SOLD OUT</span></strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="64" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/VancouverIsland.htm">VANCOUVER ISLAND: WATERFOWL</a></strong></li>
          <li>MAR 9-13, 2015 -<strong><span class="style85"> </span><span class="style80">SIGN UP TODAY!</span></strong></li>
          <li>MAR 16-20, 2015  -<strong><span class="style85"> </span><span class="style80">SIGN UP TODAY!</span></strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="64" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/CostaRica.html">COSTA RICA: NATURE PHOTOGRAPHY</a></strong></li>
          <li> APR, 2015 -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
          <li>OCT, 2015  -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="46" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/Manitoba-Churchill.htm">CHURCHILL: TUNDRA BIRDS &amp; WILDLIFE</a></strong></li>
          <li> JUNE, 2016 - <strong><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
          </ul>
        </td>
      </tr>
      <tr bordercolor="#000002">
        <td height="46" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/Peru.html">PERU: MANU NATIONAL PARK</a></strong></li>
          <li>SEPT, 2015 -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
          <li>SEPT, 2015 -<strong><span class="style85"> </span><a href="mailto:[email protected]"><u>EMAIL</u></a> TO JOIN WISH LIST</strong></li>
        </ul></td>
      </tr>
      <tr bordercolor="#000002">
        <td height="64" bordercolor="#FFFFFF" bgcolor="#CCCCCC"><ul class="style79">
          <li><strong><a href="Workshops/OneonOneWorkshops.htm">CUSTOM / PHOTOSHOP WORKSHOPS</a></strong></li>
          <li>PRIVATE LESSONS<span class="style85"><strong></strong></span></li>
          <li><strong><a href="Workshops/OneonOneWorkshops.htm">CLICK HERE</a></strong> FOR DETAILS</li>
        </ul></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td> </td>
      </tr>
      <tr>
        <td height="72"><div align="center" class="style76">
          <p><strong><font color="#FF0000" face="Arial, Helvetica, sans-serif"><a href="mailto:[email protected]"></a> </font></strong><font face="Arial, Helvetica, sans-serif">ALL 2014 TRIPS ARE SOLD OUT</font></p>
          <p><span class="GreenLarge"><font face="Arial, Helvetica, sans-serif">SOME 2015 DATES NOW AVAILABLE -</font><font face="Arial, Helvetica, sans-serif"></font></span><font face="Arial, Helvetica, sans-serif"> <strong><font color="#FF0000" face="Arial, Helvetica, sans-serif"><a href="mailto:[email protected]"><u>EMAIL GLENN</u> TO JOIN THE WISH LISTS</a></font></strong></font><span class="style87">.</span></p>
          <p><a href="../mailinglist.htm"><img src="../naturephotography/Text/newsletter Button3 - White.jpg" width="215" height="60" border="0"></a></p>
          <p class="style86"> </p>
        </div></td>
      </tr>
      <tr>
        <td><div align="right" class="style45">
          <p align="center"><span class="style37"><a href="Workshops/VancouverIsland.htm">VANCOUVER ISLAND</a> - <a href="Workshops/Ecuador.htm">ECUADOR</a> - <a href="Workshops/CostaRica.html">COSTA RICA</a> - <a href="Workshops/Manitoba-Churchill.htm">CHURCHILL</a> - PERU - <a href="Workshops/OneonOneWorkshops.htm">CUSTOM PHOTO WORKSHOPS</a></span></p>
        </div></td>
      </tr>
    </table>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td><div align="center" class="style46">
          <p> </p>
          <p> </p>
        </div></td>
      </tr>
      <tr>
        <td height="14"><div align="center">
          <p align="right"><font color="#000000" size="-2" face="Arial, Helvetica, sans-serif">Site designed and created by Glenn Bartley. &copy; 2014 Glenn Bartley Nature Photography. All Rights Reserved</font></p>
          </div></td>
      </tr>
    </table>
    <p> </p>
    <p align="center"> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="367"><h1 class="style38"><span class="style48"><a href="photoworkshops.htm">BIRD PHOTOGRAPHY WORKSHOPS</a> - <a href="Workshops/VancouverIsland.htm">CANADA</a>, <a href="Workshops/Ecuador.htm">ECUADOR</a>, <a href="Workshops/CostaRica.html">COSTA RICA</a> AND MORE</span></h1>
        <p class="style36"><strong>Glenn  Bartley</strong> is a professional nature photographer from Victoria, British Columbia on Canada's west  coast.  He focuses on capturing intimate portraits of birds in their  natural surroundings. Glenn strives  for what he calls &ldquo;clean&rdquo; images &ndash; where the subject is clear, distracting  elements are kept to a minimum and the background is pleasingly blurred out of  focus. Glenn&rsquo;s  work has been published widely throughout North America in books and  magazines (such as Birder&rsquo;s World, Birding &amp; Bird Watchers Digest).  His most recent book is entitled &ndash; &ldquo;Birds in Ecuador: A Photographic  Journey.&rdquo; Glenn  loves to share his passion for photography and for the natural world with those  who attend his photographic workshops and with participants of www.naturescapes.net where he is a  moderator in the Birds forum.</p>
          <p align="left" class="style37"><font face="Arial, Helvetica, sans-serif">What  makes Glenn's <a href="photoworkshops.htm">photography workshops</a> different from the competitors?</font></p>
          <div align="left" class="style48">
            <ul>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn focuses on more personalized attention,instruction  and guidance.</font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn is regarded one of the world&rsquo;s top  professional photographers in bird portrait  photography. Just go pick up a birding magazine and you will almost certainly find his images.</font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn  often utilizes local guides with years of  experience in their home areas. </font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn has more  experience.  He has been to the places that he will take you &ndash;  not for a week or two &ndash; but for months!!   Glenn knows where to get the best possible images and can show you how to  achieve them.  </font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Having completed his Msc. in Environmental Studies Glenn is very environmentally and socially aware.  When we visit communities around the  world we give something back to these places and the people who live  there. </font></li>
              <li class="style49"><font face="Arial, Helvetica, sans-serif">Glenn's <a href="photoworkshops.htm">Photography Workshops</a> will be fun too!</font></li>
            </ul>
            <p align="center" class="style66">JOIN NATURE PHOTOGRAPHER GLENN BARTLEY FOR A BIRD PHOTOGRAPHY WORKSHOP TO:</p>
            <ul class="style48">
              <li class="style45"> <a href="Workshops/CostaRica.html"><strong>COSTA RICA PHOTOGRAPHY WORKSHOP</strong></a> - TROPICAL BIRD PHOTOGRAPHY AT ITS FINEST</li>
              <li class="style45"><a href="Workshops/Ecuador.htm"><strong>ECUADOR PHOTOGRAPHY WORKSHOP</strong></a> - HUMMINGBIRD PHOTOGRAPHY</li>
              <li class="style45"><a href="Workshops/VancouverIsland.htm"><strong>VANCOUVER   ISLAND PHOTOGRAPHY WORKSHOP</strong></a> - NATURE PHOTOGRAPHY OASIS</li>
              <li class="style45"><a href="Workshops/Manitoba-Churchill.htm"><strong>CHURCHILL BIRD PHOTOGRAPHY WORKSHOP</strong></a> - BIRDS OF THE HIGH ARCTIC</li>
              <li class="style45"><a href="../VictoriaBirdPhotoAcademy_Photoshop.html"><strong>ADOBE PHOTOSHOP WORKSHOPS</strong></a> - ONLINE OR IN PERSON I CAN TEACH YOU HOW TO USE ADOBE PHOTOSHOP</li>
              <li class="style45"><a href="Workshops/OneonOneWorkshops.htm"><strong>ONE ON ONE BIRD PHOTOGRAPHY WORKSHOPS</strong></a> - CONTACT ME TO DISCUSS THE OPTIONS FOR INDIVIDUAL OR SMALL GROUP BIRD PHOTOGRAPHY WORKSHOPS</li>
            </ul>
            <p align="center" class="style67"><strong>GLENNS CURRENT BIRD PHOTOGRAPHY PORTFOLIOS</strong>:</p>
            <ul class="style48">
              <li class="style45"><a href="../naturephotography/birdslist.htm"><strong>BIRDS OF NORTH AMERICA</strong></a> - 380 bird species from North America and counting...</li>
              <li class="style45"><a href="../naturephotography/Ecuador/ecuador birdslist.htm"><strong>BIRDS OF ECUADOR</strong></a> - Over 375 bird species from mainland Ecuador</li>
              <li class="style45"><a href="../naturephotography/costarica birdslist.htm"><strong>BIRDS OF COSTA RICA</strong></a> - Over 250 bird species from Costa Rica</li>
              <li class="style45"><a href="../naturephotography/Trinidad/trinidad birdslist.htm"><strong>BIRDS OF TRINIDAD AND TOBAGO</strong></a> - A sample of some of the exciting birds that call these Islands home...</li>
              <li class="style45"><a href="../naturephotography/articles/HummingbirdsoftheWorld.html"><strong>HUMMINGBIRD PHOTOGRAPHY</strong></a> - Over 100 species of Hummingbirds Photographed.</li>
              <li class="style45"><a href="../naturephotography/North American Warblers.html"><strong>WARBLERS OF NORTH AMERICA</strong></a> - Nearly all of the Wood Warblers that live in Canada.</li>
            </ul>
            <p align="center" class="style66">BIRD PHOTOGRAPHY EQUIPMENT:</p>
            <p align="left" class="style67">I currently use Canon Digital Photography equipment. My primary camera is the Canon 7D and I use lenses including the 500mm f/4 L IS, 300mm f/4 L IS, 400mm f/5.6 L, and 17-40mm f/4 L. To find out more about the bird photography equipment that I use visit my <a href="naturephotography/articles/gear.htm">nature photography equipment page</a>.</p>
            <p align="center" class="style67"><strong>PHOTOGRAPHER BIOGRAPHY</strong>:</p>
            <div align="left" class="style48">
              <p class="style45">I have
                been enchanted by nature, birds and wildlife for as long as I can remember.
                Growing up in Toronto, Canada I can recall countless hours spent
                glued to National Geographic magazines, natural history books or watching
                David Suzuki's &quot;The Nature of Things&quot; on TV. Those days
                I took any opportunity I had to study and learn about animals of all
                kinds. Nowadays
                I often find myself up at the crack of dawn, knee-deep in mud or covered
                in mosquitoes all in pursuit of capturing just a glimpse of natures
                beauty. Although I enjoy photographing all of mother natures fascinating
                creatures. I tend to focus on birds. Why birds? I think it's because
                there are so many species of birds, they can be found almost anywhere, they are
                challenging to photograph and they are beautiful to watch. I love birds!</p>
            </div>
            <p align="left" class="style67">I
              will continue to strive to improve my craft of bird photography, and capture some part of
              the beauty that surrounds us all. Along the way I look forward to sharing
              my passion for nature photography, birds and the natural world with each and every
              one of you. Thanks
              for visiting. I hope you enjoy my site.</p>
            <p align="center" class="style67"><strong>RECENT BOOK PROJECTS:</strong></p>
            <ul>
              <li class="style67"><strong><a href="../VancouverIslandBook.html">BIRDS OF VANCOUVER ISLAND</a></strong> - GLENN BARTLEY</li>
              <li class="style67"><strong><a href="../Ecuador book.html">BIRDS IN ECUADOR</a></strong> - GLENN BARTLEY</li>
              <li class="style67"><strong>BIRD COLORATION</strong> - NATIONAL GEOGRAPHIC SOCIETY</li>
              <li class="style67"><strong>GLOBAL BIRDING</strong> - NATIONAL GEOGRAPHIC SOCIETY</li>
            </ul>
            <p> </p>
          </div>
          <p class="style36"> </p>
          <h2 align="center" class="style29">KEYWORDS: BIRD, PHOTOGRAPHY, <a href="photoworkshops.htm">PHOTOGRAPHY WORKSHOPS</a>, PHOTOGRAPHY TOURS, NATURE, NATURE PHOTOGRAPHY, CANADA, COSTA RICA, ECUADOR, CHURCHILL, WILDLIFE, CANON, HUMMINGBIRDS</h2></td>
      </tr>
    </table>
    <p align="center">
      <!-- Start of StatCounter Code -->
      <script type="text/javascript">
    var sc_project=4985648;
    var sc_invisible=0;
    var sc_partition=57;
    var sc_click_stat=1;
    var sc_security="92a3aba2";
    var sc_text=2;
      </script>
      <script type="text/javascript"
    src="http://www.statcounter.com/counter/counter.js"></script>
      <noscript>
      </noscript><noscript></noscript>
      <noscript>
      </noscript>
    </p>
    <noscript><div
    class="statcounter">
      <div align="center"></div>
    </div></noscript>
    <!-- Start of StatCounter Code -->
    <script type="text/javascript">
    var sc_project=4985648;
    var sc_invisible=0;
    var sc_partition=57;
    var sc_click_stat=1;
    var sc_security="92a3aba2";
    var sc_text=2;
    </script>
    <!-- Start of StatCounter Code -->
    <script type="text/javascript">
    var sc_project=6201502;
    var sc_invisible=1;
    var sc_security="65bdf721";
    </script>
    <script type="text/javascript"
    src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
    class="statcounter"><a title="weebly analytics"
    href="http://www.statcounter.com/weebly/"
    target="_blank"><img class="statcounter"
    src="http://c.statcounter.com/6201502/0/65bdf721/1/"
    alt="weebly analytics" ></a></div></noscript>
    <!-- End of StatCounter Code -->
        <p> </p>
        <p> </p>
        <p> </p>
      </div>
    </div></noscript>
    <!-- End of StatCounter Code -->
    </body>
    </html>
    <table style="border-style:none;border-bottom-width:0;border-top-width:0;border-left-width:0;bor der-right-width:0;border-bottom-color:#99CCFF;border-top-color:#99CCFF;border-right-color: #99CCFF;border-left-color:#99CCFF;" cellpadding=4><tr><td>
    <font color="#CCCCCC" face="arial">

    Line 88 in your source, add this into your .style79...
    margin-bottom:0;
    So from...
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
    to
    .style79 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; margin-bottom:0; }
    That should do the trick.

  • "Convert Text to Table" Size limit issue?

    Alphabetize a List
    I’ve been using this well known work around for years.
    Select your list and in the Menu bar click Format>Table>Convert Text to Table
    Select one of the column’s cells (1st click selects entire table, 2nd click selects individual cell)
    Open “Table Inspector” (Click Table icon at top of Pages document)
    Make sure “table” button is selected, not “format” button
    Choose Sort Ascending from the Edit Rows & Columns pop-up menu
    Finally, click Format>Table>Convert Table to Text.
    A few days ago I added items & my list was 999 items long, ~22 pages.
    Tonight, I added 4 more items. Still the same # pages but now 1,003 items long.
    Unable to Convert Text to Table! Tried for 45 minutes. I think there is a list length limit, perhaps 999 items?
    I tried closing the document w/o any changes. Re-opening Pages & re-adding my new items to the end of the list as always & once again when I highlight list & Format>Table>Convert Text to Table .....nothing happens! I could highlight part of the list up to 999 items & leave the 4 new items unhighlighted & it works. I pasted the list into a new doc and copied a few items from the middle of the list & added them to the end of my new 999 list to make it 1003 items long (but different items) & did NOT work. I even attempted to add a single new item making the list an even 1000 items long & nope, not working. Even restarted iMac, no luck.
    I can get it to work with 999 or fewer items easily as always but no way when I add even a single new item.
    Anyone else have this problem?  It s/b easy to test out. If you have a list of say, 100 items, just copy & repeatedly paste into a new document multiple times to get over 1,000 & see if you can select all & then convert it from text to table.
    Thanks!
    Pages 08 v 3.03
    OS 10.6.8

    G,
    Yes, Pages has a table size limit, as you have discovered. Numbers has a much greater capacity for table length, so if you do your sort in Numbers you won't have any practical limitation.
    A better approach than switching to Numbers for the sort would be to download, install and activate Devon Wordservice. Then you could sort your list without converting it to a table.
    Jerry

  • Photoshop CC 14.2 leaves empty text layer

    Hey,
    with the new CC 14.2 update, everytime you click anywhere with the text tool and change your mind (like hit ESC because you missed a existing text) a empty text layer is left behind. It didn't use to be like this, empty text layers are all over my document now.
    Anyway you can avoid this?
    (I'm on a Mac using the x64 version of Photoshop CC 14.2)

    PECourtejoie wrote:
    John, I know that you are upset with that change dating from CS4. But AFAIK, it is possible to write an action that goes around the problem. Very, very few users change those two settings, you can add a warning about it. You repeat it so often it sounds like a core function of Photoshop everyone uses is broken.
    In this very case, I would have liked to get a prompt similar to the one we get on a mac trying to use CMD+H that is used by the system, but is an historical shortcut in Ps.
    The only way to create actions that will always work correctly isi to take advantage of the bugs in the implementation of the options. If there is a active selection the option ADD MASKS be DEFAULT  has no effect there will always be a MASK added.  And If you record adding adjustment layer using the Layer menu and check clip the previous layer in the new adjustment layer dialog the adjust layer will always be clipped.  Knowing about the faults in the implementation of the option one can edit all old action and re-record the ADD adjustment layers steps to always have an active selection and Clip then configure the Clipped and  masked adjustment the way the want.  New Actions need to be recorded  to take advantage of the faults also.  However if Adobe fixes the faults in the implementation of the option one again actions will be broken.  The two options should be removed. Thankfully if the option are left at their default setting Photoshop works as designed.  Action will play back correctly.  Yes I repeat it often and will. Adobe should fix bugs. Adobe should also not code wrong behavior for the ESC key either.   Adobe is shooting Photoshop in the foot. Sometimes I thinf Adobe has a death wish...

  • Vertical text in table heading

    Hi,
    I would like to save some space in some reports and I would like to change orientation of text in table heading.
    Is it posible to have vertical text in table heading?
    What I want is showed on this picture: [Vertical text|¨http://img179.imageshack.us/img179/234/obiverticaltext.jpg]
    Thank you for some tips.

    Hi,
    Go through this...will help you solve your requirement....http://blog.trivadis.com/blogs/andreasnobbmann/archive/2009/07/17/vertical-text-in-obiee.aspx
    Use the same code Writing-mode: tb-rl; filter: flipv fliph; in custom css style of column heading.(column properties->column format->edit format icon beside column heading->css style)
    Regards,
    Srikanth

  • Illustrator CS5 - removing empty text boxes

    I've always found it difficult to select the type I want when I'm using the type tool to edit some text. I can click directly over the type but I guess I'm a zillionth of a pixel off because about half the time it assumes I want to make a new text box. So my documents are littered with invisible empty type boxes that often get grouped with other objects, causing lots of problems. I'd love to know:
    1. How to make it easier to select type.
    2. How to delete all empty text boxes. I remember hearing of a built-in way to do this, which indicates Adobe knows it's a problem, but rather than making type selections easier, they give us a shortcut to undo the problem they caused. At any rate, I've forgotten the shortcut.
    Thanks for any help,
    Dave

    Kurt,
    If I took a glass of wine and savored it every time I realized 
    Illustrator doesn't behave as elegantly as FreeHand I would quickly 
    expire from cirrhosis.
    But I raise a glass to the forum users who know the ins and outs and 
    share them with the rest of us.
    Thanks,
    Dave

  • Copying empty text boxes so that when you fill in one the others

    I use Acrobat Professional 8.  I size a blank text box... it's automatically labelled "Text1".  I can copy the empty box by holding the Control key down and moving the box.  Now I have 2 boxes.  If I want to do 3 boxes, I repeat that action.  The only problem is this:  They all say "Text1" and if you fill in the first box, all the other boxes are filled in with the same information.  Here is my question:  How do I copy empty text boxes so that this doesn't happen; that is, how do I copy the boxes such that if I fill in the first box, all the other boxes remain empty until I go and fill them?  Please.  Thank you.

    Somethings to try:
    Give each of the replicated Text boxes a unique name (Text1, Text2, Text3, etc.)
    Or, place Text1 then from the context menu select "Place Multiple Fields".
    This replicates the first and provides a unique Name to each.
    Position each field as desired.
    Be well...

  • CS3/4, JS Amateur question: how remove all empty text frames?

    I'm an amateur, and thought it would be a straightforward matter to write a script that simply deletes all empty text frames in all of a document's stories. Here's my second attempt:
    var myDocument = app.activeDocument;
    var myStories = myDocument.stories;
    for (i = 0; i < myStories.length; i++){
      var myStory = myStories[i];
      var myTextFrames = myStory.textContainers;
        for (j = myTextFrames.length - 1; j >=0; j--) {
        if (myTextFrames[j].contents == "") myTextFrames[j].remove();
    The trouble is, sometimes it works as intended, but sometimes, with multiple stories, it needs to be run more than once. Can anyone explain why that is?
    Thanks -- Jeremy

    [Jongware] wrote:
    (Bit of a Johnny-come-lately, but anyway )
    AHA! -- This is a great help. It was driving me up the wall, and I don't know why it didn't work for me last night. Maybe it's because I was counting through stories in the wrong direction. Anyhow, I see how it works now, and I'm very grateful for the help.
    By the way Harbs, I used all three of your suggestions because I had spent far too much time tapping away at that nut with my little toy hammer. I vented my frustration by using all three of your sledgehammers. In particular, I made sure it left a single empty text frame where it was, as such a frame might be used as a graphic. (Although in the past, I've found an empty story can be a sneaky place for a rogue font to hide. The insertion point just in front of the "end of story" character can have a paragraph style applied, with its associated font, but "Find" won't find any characters with that paragraph style or font applied!)
    Thanks to all again -- Jeremy

  • Center text in table

    I'm still not getting the text to center within the table.
    table            {
        width:500px;
        margin:20px auto;
        border:1px #666 dotted;
        text-align: center;
    thead, tfoot    { background-color:#Eff7db; text-align:center;  }
    th, td            { padding:8px;  }
    th                { font-weight:bold; }
    tbody tr        { border-bottom:1px #ccc dotted; }
    tbody tr:hover    { background-color:#EFF7DB; }
    <thead>
            <tr>
                <th colspan="2" scope="col"><h2>Mount Rose Elementary Staff</h2></th>
                </tr>
            <tr>
                <th width="266" scope="col"><h2>Teachers</h2></th>
                <th width="222" scope="col"><h2>Staff</h2></th>
              </tr>
            </thead>
            <tfoot>
            <tr>
                <td colspan="2"> </td>
                </tr>
            </tfoot>
            <tbody>
            <tr>
                <td>Ms. Chire - TWI/Pre K</td>
                <td>Krissy Brown - Principal</td>
              </tr>
            <tr>
              <td>Mrs. Castillo - K</td>
              <td>Mrs. Fackelmann - Office</td>
              </tr>
            <tr>
                <td>Mrs. Hanifen - K</td>
                <td>Mrs. Boldi - Office</td>
              </tr>
            <tr>
                <td>Mrs. Barajas - 1st</td>
                <td>Mrs. Mier y Teran - Clinic</td>
              </tr>
            <tr>
              <td>Miss Mentgen - 1st</td>
              <td>Mrs. Johnson - Counselor</td>
              </tr>
            <tr>
              <td>Mrs. Folchi-Oddieo - 2nd</td>
              <td>Mr. Wayne - Custodial Office</td>
              </tr>
            <tr>
              <td>Mrs. Ispisua - 2nd</td>
              <td>Mrs. Ault - Speech</td>
              </tr>
            <tr>
              <td>Mrs. Biggs - 3rd</td>
              <td>Mrs. Lean - OYO Intervention</td>
              </tr>
            <tr>
              <td>Ms. Henning - 3rd</td>
              <td>Ms. Turnier - OYO Intervention</td>
              </tr>
            <tr>
              <td>Mrs. Briggs - 4th</td>
              <td>Ms. Stout - Music</td>
              </tr>
            <tr>
              <td>Mrs. Carlson - 5th</td>
              <td>Ms. Johal - Cafeteria</td>
              </tr>
            <tr>
              <td>Mrs. Utley - 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Dean - 4th, 5th, 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Diaz / Ms. Tossava - EOC</td>
              <td> </td>
              </tr>
            <tr>
              <td>Mrs. Truce - ESL</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Thomas - GATE</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Severs - GATE</td>
              <td> </td>
              </tr>
            <tr>
                <td>Ms. Allstadt - GATE</td>
                <td> </td>
              </tr>
            <tr>
              <td>Mrs. Fleetwood - Resource</td>
              <td> </td>
              </tr>
            </tbody>
        </table>
    </div>

    wranglergirl wrote:
    I'm still not getting the text to center within the table.
    When you say center what exactly do you mean, horizontally or vertically centered?
    If I test your code in IE6, IE7, IE8 and  Firefox the text appears horizontally centered??????
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    table            {
    width:500px;
    margin:20px auto;
    border:1px #666 dotted;text-align: center;
    thead, tfoot    { background-color:#Eff7db; text-align:center;  }
    th, td            { padding:8px;  }
    th                { font-weight:bold; }
    tbody tr        { border-bottom:1px #ccc dotted; }
    tbody tr:hover    { background-color:#EFF7DB; }
    </style>
    </head>
    <body>
    <table>
    <thead>
            <tr>
                <th colspan="2" scope="col"><h2>Mount Rose Elementary Staff</h2></th>
                </tr>
            <tr>
                <th width="266" scope="col"><h2>Teachers</h2></th>
                <th width="222" scope="col"><h2>Staff</h2></th>
              </tr>
            </thead>
            <tfoot>
            <tr>
                <td colspan="2"> </td>
                </tr>
            </tfoot>
            <tbody>
            <tr>
                <td>Ms. Chire - TWI/Pre K</td>
                <td>Krissy Brown - Principal</td>
              </tr>
            <tr>
              <td>Mrs. Castillo - K</td>
              <td>Mrs. Fackelmann - Office</td>
              </tr>
            <tr>
                <td>Mrs. Hanifen - K</td>
                <td>Mrs. Boldi - Office</td>
              </tr>
            <tr>
                <td>Mrs. Barajas - 1st</td>
                <td>Mrs. Mier y Teran - Clinic</td>
              </tr>
            <tr>
              <td>Miss Mentgen - 1st</td>
              <td>Mrs. Johnson - Counselor</td>
              </tr>
            <tr>
              <td>Mrs. Folchi-Oddieo - 2nd</td>
              <td>Mr. Wayne - Custodial Office</td>
              </tr>
            <tr>
              <td>Mrs. Ispisua - 2nd</td>
              <td>Mrs. Ault - Speech</td>
              </tr>
            <tr>
              <td>Mrs. Biggs - 3rd</td>
              <td>Mrs. Lean - OYO Intervention</td>
              </tr>
            <tr>
              <td>Ms. Henning - 3rd</td>
              <td>Ms. Turnier - OYO Intervention</td>
              </tr>
            <tr>
              <td>Mrs. Briggs - 4th</td>
              <td>Ms. Stout - Music</td>
              </tr>
            <tr>
              <td>Mrs. Carlson - 5th</td>
              <td>Ms. Johal - Cafeteria</td>
              </tr>
            <tr>
              <td>Mrs. Utley - 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Dean - 4th, 5th, 6th</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Diaz / Ms. Tossava - EOC</td>
              <td> </td>
              </tr>
            <tr>
              <td>Mrs. Truce - ESL</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Thomas - GATE</td>
              <td> </td>
              </tr>
            <tr>
              <td>Ms. Severs - GATE</td>
              <td> </td>
              </tr>
            <tr>
                <td>Ms. Allstadt - GATE</td>
                <td> </td>
              </tr>
            <tr>
              <td>Mrs. Fleetwood - Resource</td>
              <td> </td>
              </tr>
            </tbody>
        </table>
    </body>
    </html>

  • How to add empty rows in table in smart form

    how to add empty rows in table in smart form?
    plz help me regarding this
    send me ur queries to [email protected]

    You will need to add some extra rows to the internal table that your table is displaying.  Use a program node to append additional rows with a key but no argument.
    Alternaively a template may me more suitable for your requirement than a table.
    Finally, please do not include you e-mail address in your question.  Your question and the answers provided to it are for the benefit of everyone in the Community.
    Regards,
    Nick

  • How to create empty text box in wad

    hi
    can i get step by step process for create empty text box user need to enter some text after wad execution or i need keep default tex also?
    please let me know#

    Hi
    can you give me more clarification please?
    i have 1 report
    comp code material plant qty
    i am using variable as comp code
    if i give variable comp code as 1000
    i want get output and at report right side   i want see variable    comp code: 1000
    how can i ge this ple?
    regards
    suneel.

  • Itallic Text in Table header

    Hello All,
    We are using the TableView Control in one of our aplications to display search results.When we built this particular application we were on EP6 SP2 PL 29.
    Some how in that version teh header text in the tabledataview control was displaying italic text.
    We used the following piece of code do this.
    bean.setSearchHeader("Search Result(s) For: <i>"+ bean.getSearchString()+ " </i>("+ mySearch.getTrueResults()+ ")");"
    This would display the keyword we searched for in Italic.
    Now we have migrated from EP6 SP2 to EP6 SP16.
    The correct portal version is:
    J2EE Engine 6.40 PatchLevel 102141.313
    Portal 6.0.16.0.0
    KnowledgeManagementCollaboration 6.0.16.3.0 (NW04 SPS16 Patch3)
    Now in this particular version when we search for any keywords.
    The results are displayed but the header data does not show the keyword in Italics, however it displayes the "<i>" tag.
    Let me know whether we can display italic text in table Header.
    Thanks and Regards
    Manoj Kumar
    Message was edited by: Manoj Kumar

    Hi,
    to customize the header of the TableView change the header renderer.
    1. implement IHeaderRenderer interface:
    public class HeaderRenderer implements IHeaderRenderer {
    public void renderHeader(TableView tableView, IPageContext pcontext) {
      TextView tv = new TextView();
      tv.setEncode(false);
      tv.setText("<i>italic header text</i>");
      tv.render(pcontext);
    public boolean willRenderHeader(TableView tableView, IPageContext pcontext) {
      //allways render
      return true;
    2. set the header renderer class to your TableView object:
    tableView.setHeaderRenderer(new HeaderRenderer());
    this should show the text in the table header in italics.
    Romano

  • Windows Acrobat X... Used to be able to Certify with Visible signature, and still be able to search all text.  Now some areas (text resembling tables) are no longer searchable.  How can I fix this?

    Acrobat X... Used to be able to Certify with Visible signature, and still be able to search all text.  Now some areas (text resembling tables) are no longer searchable.  How can I fix this?

    [discussion moved to Creating, Editing & Exporting PDFs forum]

Maybe you are looking for

  • Selected Value for CFSelect and other options too

    I have an update form with an "Office" field. For a record, I query the db and get all the data for the record including the current office. However, since this is an update/edit form, I want the current office to display as selected, but want to als

  • TS3694 iphone could not be restored. an unknown error 1015 has occured.. what to do now??

    My iphone could not be restored. it shows that an unknown error has occured (1015). How to restore my iphone from a recovery mode?

  • "error initializing import libraries"

    Hi, I've spent a week designing all the parts of a portfolio online and now, when I'm trying to open the file from Flash Catalyst to create the interactions, I can't... I've tried everything.. My file have a lot of layers (about 100-125), linked 72pp

  • Mailto

    Hello, I kicked this one around in another forum but it is still an issue for me. mailto using a URL button dows not work well, because the url button insists upon opening a browser window before firing up the local email tool. Could we please have a

  • Can't get add printer button to open on web page

    hp officejet pro 8500 a910 all- in -one windows 7 64 bit I had switched from verizon fios to cablevision and did change e-mail address but i have gone back to fios and now have the same e-mail address as before