Text in table alignment problems

I run into this problem, then fuss around with it forever and
somehow finally fix it...but this time I can't seem to get it.
Could someone tell me what is probably something really easy about
why this darn table is spreading out? I do need it to be 100% high,
it needs to to to bottom of whatever size page which changes
depending on content...but why is the text inside the table
spreading out that way? I think I've got it all left/top
aligned...?
Also it only spreads out in FF but in Safari is fine.
Thanks so much in advance...it's driving me nuts!

I got it solved...never mind. Thanks :-)

Similar Messages

  • Table alignment problem

    I am building a table for a checklist for potential
    bankruptcy clients for a law firm. The table has two columns.
    Column one contains a small gif, a black-bordered white check box.
    The second column contains a list of information and documents the
    prospective filer should have available.
    I set up a CSS rule, "check-box," for the cells containing
    the gifs, with 5 pixels of top padding. I set up the information
    cells with a CSS rule, "table-text," with a top alignment in the
    box section. In IE6, I get the appearance I'm after, to wit: the
    top of check box and information text are both top aligned, but in
    FF, the text appears to be center aligning. How can I fix this to
    get the same appearance in both browsers?
    Keep in mind that I am new to DWCS3 coming from GLCS2 and my
    CSS knowledge level is barely basic at the very best.
    http://www.jdcdemo.com/blf/the-baim-law-firm-bankruptcy-information-checklist.html
    TIA,
    Joe

    camelbreath wrote:
    > I am building a table for a checklist for potential
    bankruptcy clients for a
    > law firm. The table has two columns. Column one contains
    a small gif, a
    > black-bordered white check box. The second column
    contains a list of
    > information and documents the prospective filer should
    have available.
    > I set up a CSS rule, "check-box," for the cells
    containing the gifs, with 5
    > pixels of top padding. I set up the information cells
    with a CSS rule,
    > "table-text," with a top alignment in the box section.
    In IE6, I get the
    > appearance I'm after, to wit: the top of check box and
    information text are
    > both top aligned, but in FF, the text appears to be
    center aligning. How can I
    > fix this to get the same appearance in both browsers?
    > Keep in mind that I am new to DWCS3 coming from GLCS2
    and my CSS knowledge
    > level is barely basic at the very best.
    >
    >
    http://www.jdcdemo.com/blf/the-baim-law-firm-bankruptcy-information-checklist.ht
    > ml
    Hi,
    Try this for your css....
    .check-box {
    padding: 0px 5px 5px;
    margin: 0px;
    .table-txt {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    padding-left: 5px;
    margin: 0px;
    padding-top: 0px;
    and this fior your markup.....
    <td><img src="images/check-box.gif" alt="checkbox"
    width="18"
    height="18" class="check-box" /></td>
    <td class="table-txt" width="453"><p>A list of
    your living expenses
    including house, car and other notes, utilities, rent,
    garbage pickup,
    insurance, </p></td>
    HTH
    chin chin
    Sinclair

  • Table align problem

    after id'ing table and selecting align in the property
    inspector it highlights my table but doesn't add code so nothing
    happens. help file says to hit enter or tab so i did that and enter
    = delete and tab just tabs the table to the right but nothing
    changes. should i be in a specific view?
    any help would be appreciated. Many thanks.
    E.B.

    You would have to provide your own cell editor that is left-aligned, as well as the renderer.

  • Going Crazy - IE Aligning text in Table differently then Chrome

    Hey guys,
         I need a second set of eyes here. I have been working on finishing up this website for a while and I am having some problems. It's hard to explain, so look for yourself:
    http://christianstest.info/ICCSeattle.com/About.html
    If you click the sub links (Extended Beliefs, About Our Pastors) in Chrome everything looks great! But in IE when you click those links you will notice that the alignment is all wrong in th top table on both the About ICC page and the About our pastors page. I can not for the life of me figure out why. I ahve narrowed it down to the top table in the page:
    <table width="920" border="0" cellpadding="0" cellspacing="0" class="header">
          <tr>
            <td width="32" height="75" class="headerTitle"> </td>
            <td width="235" class="headerTitle">About</td>
            <td width="615" class="headerLinks"><u>About ICC</u>     <a href="About-ExtendedBeliefs.html">Extended Beliefs</a>    <a href="About-OurPastors.html">About Our Pastors</a></td>
            <td width="38" class="headerLinks"> </td>
          </tr>
          <tr>
            <td height="364" valign="top" class="BodyMainHeader"> </td>
            <td colspan="2" valign="top" class="BodyMainHeader"><p>International Christian Center</p>
              <p class="MainBody"><span class="BodyMainText"><span class="BodyMainText"><span class="BodyMainText"><span class="BodyMainText"><span class="BodyMainText"><img src="Images/LOGO.png" alt="ICC LOGO" width="310" height="292" align="right" />International Christian Center is a church about loving God and loving people. Planted in Renton Washington by Pastors Daniel and Connie Ong in 2008, ICC has since been striving to reach the people of Renton and its neighboring cities.</span></span></span></span></span><span class="BodyMainText"><span class="MainBody"></span></span></p>
              <p class="BodySubHeader">Our Mission Statement</p>
              <p class="BodySubHeader"><span class="BodyMainText">Bringing people to know Christ, to grow in Christ, and to go tell others about Christ.</span><br />
                <strong class="BodyMainText">To Know - To Grow - To Go</strong></p>
              <p class="BodySubHeader">What to Expect on Sunday</p>
              <p class="BodySubHeader"><span class="BodyMainText">Sunday services are all about fellowshipping with one another, worshiping and praising Christ, and learning and growing in His Word. Come as you are, no need to put on a three piece suit or Sunday dress, instead come expecting to be changed from the inside out. Services start at 10AM and are generally concluded by Noon. Every service includes God-centered worship and Bible-centered teaching. Communion is served on the first Sunday of every month.</span></p></td>
            <td valign="top" class="BodyMainHeader"> </td>
          </tr>
        </table>
    I have come to that conclusion since the text in the table directly bellow that (the footer class table) aligns properly. Any idea as to what is wrong? The http://validator.w3.org shows the same errors for each page, msot of which are just missing alt tags, could that cause this problem? Thanks for the help as always guys!

    Got it figured out. It had to do with Splitting the table into 3 columns (I should have known better than to split such a large table like that). I merged the cells in the header and inserted a new table and that fixed all alignment issues and formatting issues. I figured this out by the highly scientific "Guess and check" method! Thanks for your time guys!

  • CSS vertical-align problem

    I cant figure out why the valign isnt working on my page..
    http://www.v4.skiingbc.info/pages/skiarea2.php?Name=Test1212&TrailMaps=X&FS=√&LP=√
    CSS Sheet:
    http://v4.skiingbc.info/v4.css
    I want all text to be middle aligned in the table cells... If
    someone could take a look at the code that would be really
    appreciated..
    In Dreamweaver the text is middle aligned, it just doesnt
    work in IE7

    You have this on the page:
    <td height="79"
    <valign="top">
    try changing it to thos:
    <td height="79" valign="top">
    you also have this:
    <option selected="selected">Select Card
    Type</option>
    option selected>Search By Card Type
    </option>
    make it like this:
    <option selected="selected">Select Card
    Type</option>
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "Monica101" <[email protected]> wrote in
    message news:f0foos$n7u$[email protected]..
    > I've got text in a table that won't align at the top:
    >
    > <td height="79"valign="top"><table width="150"
    border="0" cellpadding="0"
    > cellspacing="0" class="Side_Links">
    >
    > It looks fine in Dreamweaver, but displays verticaly in
    the center of the
    > table. I've been working in Dreamweaver for years and
    never had this problem. I
    > tried fixing it w/ css:
    >
    > vertical-align: top;
    >
    > This didn't work either.
    >
    > Page:
    >
    >
    http://www.capitalinternet.com/~mycredit/template.php
    >
    > Thanks!
    >
    >

  • Table alignment issues InDesign CS4

    Hi,
    Can anybody help me on the following issues in InDesign CS4.
    We have an table which has 50 rows and 23 columns. All the cell contents is in the number format (example: 56.90) and are aligned on decimal point (dot alignment).
    Also, the table content has XML tags.
    When we export the table as PDF, we have the issues that the table column texts are not aligned (dot aligned) properly in the exported PDF file.
    We used the default "High Quality Print" InDesign PDF preset settings but without "Create Tagged PDF" option enabled to export the PDF. In this PDF, the columns texts are not aligned (dot align) properly. It look likes zig zag. (Please see the below image which is not aligned properly)
    But when we enabled the "Create Tagged PDF" option in the preset, then there is no issues in the column text alignment.
    Is this bug in InDesign CS4 application. Please suggest.
    Thanks,
    Gopal

    It's hard for me to see a problem. I don't see a problem in the illustration you provided.  It looks aligned to me.
    Also, it sounds like you found a workaround for your problem (turning on Create Tagged Text).
    But, even if there were a bug in CS4, you'd have to find a workaround anyway since there won't be any bug fixes for CS4.

  • Alignment problems in JSF datatable

    Hi,
    In my JSF data-table, i have few alignment problems.
    For Example, I have 4 columns, Emp-Id, First-Name,Last-name and Age.
    What happens is, sometimes, the value in the First-Name cell moves into the Last-Name cell, leadiing to alignment problems. But this is not happening always. Occasionlly this happens.
    I tried with iFrames and also by having fixed width for each cell, then also this problem is persisting.
    Is it something to do with the datatable display in JSF?
    Any suggestions/ideas on how to resolve this problem would be of immense help.
    Thanks

    Hi
    What happens if you delete the text and retype in and change alignment ?
    Does the same issue happens with all sub menu items ?
    Please provide the site url.
    Thanks,
    Sanjit

  • 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

  • Alignment problem in converting smartform printpreview into PDF

    Hi all,
    I am getting some alignment problem in converting smartform printpreview into PDF format, i.e the format of PDF is different from printpreviw of smartform.
    kindly suggest something so that alignment is not changed while converting to PDF.
    Regards,
    Sumalatha

    use below f.m to convert it into 255 characters....
         CALL FUNCTION 'QCE1_CONVERT'
            TABLES
              t_source_tab         = i_tline
              t_target_tab         = so_ali[]
            EXCEPTIONS
              convert_not_possible = 1
              OTHERS               = 2.

  • 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>

  • Alignment problem on abap report after Unicode conversion

    Hi,
    I've recently convert my system to unicode. Now my user is complaining the aged debtor report (ABAP) is having a column alignment problem when displaying the Japanese character.
    I'm not sure what to do now. Have anyone experience this and let me know how can I sove the problem?
    /Eida

    Hi,
    you need to regenerate the data
    For this regeneration, you start the program RKETREGP with the parameter
    application class 'KK', subclass '01' and table name 'KKROBJ'.
    br, Guido

  • Text in Table format

    Hi, I am unable to paste my text in Table format from MS Word
    like I use to in Dir MX 2004...
    Do I need a plug-in now or do I need to do it the long way
    round, 1st make the text into HTML then do some scripting in Flash,
    export it and import it into Director?
    Please help?
    http://justkuankuan.bravehost.com/Table.zip

    Things I have tried...
    Copy the text in MS Expressions/Dreamwaver and importing the
    html in Dir, result: text not align.
    Exporting text in rtf, html from MS Word, result: error 85,
    or -1.
    Please Help?

  • Conversion with Conditional Text in Table

    I'm taking the first steps in converting Unstructured Frame to Structure. One document is pretty clean except for one issue: my structure breaks around conditional text in tables. (The tables have a f3ew issues oftheir own, but the conditional text seems to compound the problem) I'm not sure how this should be dealt with. The structure tags are shown in the view below.
    And here is the Structure View:
    Is this something that can be set up with a qualifier, and if so, How? Also, in the conversion map table, Is there any order dependency, as well, concerning where the Conditional Text element appears?

    Jane,
    As far as I am concerned I do not see anything unexpected. You get dotted lines in the Structure View apparently because the element <B1_Body1> seems not to be allowed in the Element <CELL>. It looks like you worked with the defaults of the Conversion Table. Have you created your own EDD and imported the Element Definitions? Is <B1_Body1> a legal element inside <CELL>?
    From my experience the Conditional Text feature works very much in parallel to the element structure. It comes from the format-based world and the structure has no means to handle text conditions. If you want to work with text conditions in the future, you would use »attribute-based condition management« as made possible through the plug-in AXCM or FrameMaker’s built-in feature »Filter by attribute«. There is no built-in method to change text conditions into certain attribute values – but it is possible to automate this move via the FDK or FrameScript or ExtendScript (from FM10).
    - Michael

  • A mild question about table alignment

    I use a specific style for table anchor points, imaginatively called :anchor and defined as left justified. Sometimes I import tabbed text for a fairly narrow table, and convert it using a table style defined as left justified.
    How come the results (in this special case of a narrow table) float airily to the centre of the page, ignoring the "left" setting for both the table and its anchor? What's the trick for forcing a narrow table to line up with the lefthand text margin, apart from widening columns until it decides to jump?

    This may or may not relate to your case...
    Does your text flow allow for side heads? If so, then if your table anchor is in a paragraph that is in the text column (that is, NOT in the side head), then the table will also be in the text column IF it is narrower than the text column. Such a table aligned left aligns at the left side of the TEXT column, NOT the left side of the text FRAME. If you make the table wider than the text column, it will align to the left side of the text frame.
    If you want a narrow table to align with the left side of the text frame, then put its anchoring paragraph in the side head.
    Van

Maybe you are looking for

  • Alternative to Apogee Duet?

    I think I'm ready to move on from Duet. It sounds great, but I just seem to spend too much time listening to static. I'm sure there's an answer to this and I usually can get things working very nicely in the end- but not for long. I would really pref

  • JNDI name for resource adapters

    When I look up a connection factory via the initial context, which JNDI name should I be using? How do I know which namespace my JCA resource adapter is in? I have registered the standalone JCA resource adapter via the command C:\OraHome_2\dcm\bin>dc

  • Convert Table into string, No FM is working good for this

    Hi all, i want to convert a table into string, but while convert, i found out that the string has special lenght , and i am getting only some rows of the table  wihle converting, even if i am using concatinate, i got the same problem, please let me k

  • Getting and error when I zip files

    I zipped a file on my mac then uploaded it to my ftp then from there I downloaded it but not when I try unzip it, it gives me this error (Error 1 - Operation not permitted.) why is it doing this?

  • Cisco 871W and Windows Vista

    I set up a small wireless network for a client about 1 year ago. The network consists of a 871W router and a 1131AG access point. The network has been working fine since is was installed. The issue is that some people now have laptops with Vista, and