Unwanted space at op

I have about half an inch of unwanted space at the top of the browser window. Its just filled with the page's background colour. I checked in the page properties - all margins are set to zero. So how do I fix this with Css? I've looked in the code and there are no transparent gifs taking up space or anything.
It looks fine in the design view but when I preview in the browser the space appears.

<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>MTBNZ</title>
<!-- TemplateEndEditable -->
<link href="../css/basic.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../p7pm/p7popmenu.js"></script>
<style type="text/css" media="screen">
<!--
@import url("../p7pm/p7pmh12.css");
-->
</style><br />
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body onload="P7_initPM(1,12,1,-20,10)">
<div align="center">
<table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td align="center"><div align="right"><img src="../images/hdr3.jpg" alt="MTBNZ header" width="850" height="174" align="middle" /></div></td>
  </tr>
  <tr>  </tr>
  <tr>  </tr>
  <tr>
    <td><table width="760" border="0" align="right" cellpadding="0" cellspacing="0" bgcolor="#C6CD8F">
      <tr>
        <td valign="top" bgcolor="#C6CD8F"><ul id="p7PMnav">
          <li><a href="#"><strong>Home</strong></a></li>
          <li><a href="#" class="p7PMtrg"><strong>News</strong></a>
              <ul>
                <li><a href="#">Link 2.1</a></li>
                <li><a href="#" class="p7PMtrg">Link 2.2</a>
                    <ul>
                      <li><a href="#">Link 2.2.1</a></li>
                      <li><a href="#">Link 2.2.2</a></li>
                      <li><a href="#">Link 2.2.3</a></li>
                    </ul>
                </li>
                <li><a href="#">Link 2.3</a></li>
              </ul>
          </li>
          <li><a href="#" class="p7PMtrg"><strong>Events</strong></a>
              <ul>
                <li><a href="#">Link 3.1</a></li>
                <li><a href="#">Link 3.2</a></li>
                <li><a href="#">Link 3.3</a></li>
              </ul>
          </li>
          <li><a href="#"><strong>Clubs</strong></a></li>
          <li><a href="#" class="p7PMtrg"><strong>Resources</strong></a>
              <ul>
                <li><a href="#">Coaching</a></li>
              </ul>
          </li>
          <li><a href="#"><strong>Trails</strong></a></li>
          <li><a href="#"><strong>Contacts</strong></a></li>
          <li><a href="#" class="p7PMtrg"><strong>BikeNZ</strong></a>
              <ul>
                <li><a href="#">Ridestrong</a></li>
              </ul>
          </li>
          <!--[if lte IE 6]><style>#p7PMnav a{height:1em;}#p7PMnav li{height:1em;}#p7PMnav ul li{float:left;clear:both;width:100%}</style><![endif]-->
          <!--[if IE 6]><style>#p7PMnav ul li{clear:none;}</style><![endif]-->
          <!--[if IE 7]><style>#p7PMnav a{zoom:100%;}#p7PMnav ul li{float:left;clear:both;width:100%;}</style><![endif]-->
        </ul></td>
        </tr>
      <tr>
        <td valign="top" bgcolor="#C6CD8F"><!-- TemplateBeginEditable name="header graphic region" -->header graphic region<!-- TemplateEndEditable --></td>
        </tr>
      <tr>
        <td valign="top" bgcolor="#C6CD8F"><!-- TemplateBeginEditable name="main content region" -->main content region<!-- TemplateEndEditable --></td>
      </tr>
    </table></td>
  </tr>
</table>
</div>
</body>
</html>

Similar Messages

  • Unwanted space in table {subject edited by moderator}

    When I create a table, and insert text inside it with the "Vert" setting in "default," I am getting a lot of space between the top of the table and the beginning of my text that appears on the web but does not appear in my Dreamweaver WYSIWIG editor on my PC.  When I change the "Vert" setting to "top," I no longer see unwanted space between the top of the table and the beginning of my text, but I still get a lot of space between the bottom of my text and the bottom of my table when I look at my web page in an Internet browser.  How do I fix this?

    Hi
    We usually need to see ALL your code to solve your issue quickly and accurately without a lot of guessing and questions back-and-forth.
    Just rename a copy of your problem page  (such as "test.html")  and upload it to your server, in whatever folder the original page was located, and simply post a link in the Forum and tell us your problem.
    This saves you having to cut and paste miles of code into the Forum for the page and all the dependent CSS, JS etc. files.and saves us from having to recreate all your files, find your images and then repair your code and test the solution for you.
    May we trust that you are not using tables as a page  layout  Modern techniques only use tables for data.
    Remove any heights in your table and text should only push down based on the content.
    I trust this is helpful.

  • Unwanted spaces between images

    while using adobe dreamweaver i created a page with a image
    at the top, then one below it with rollover images, then one more
    below that. and everything should fit together like its one image.
    and it does so in internet explorer, but not firefox. it looks like
    this :
    http://i2.photobucket.com/albums/y13/Down_The_Rabbit_Hole/Untitled-1copy-5.jpg
    can someone please tell me how to get rid of that unwanted
    space?
    the code is also below.

    The problem is caused by the fact that images are inline
    tags. This means
    that they are rendered in an 'inline text box'. An inline
    text box reserves
    space for descenders below the baseline of the text, and
    that's what is
    causing the gaps you are seeing in FF - which is rendering
    the images
    properly (it's IE that is not).
    Margins/padding won't affect this. You can, however make
    those images have
    the CSS style of display:block. That will remove that
    'descender' space,
    but it will apply to every image on the page, so you will
    need to add an
    appropriate selector to the rule so that you select only the
    desired images.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "emmageeeee" <[email protected]> wrote in
    message
    news:[email protected]...
    > while using adobe dreamweaver i created a page with a
    image at the top,
    > then
    > one below it with rollover images, then one more below
    that. and
    > everything
    > should fit together like its one image. and it does so
    in internet
    > explorer,
    > but not firefox. it looks like this :
    >
    http://i2.photobucket.com/albums/y13/Down_The_Rabbit_Hole/Untitled-1copy-5.jpg
    > .
    >
    >
    > can someone please tell me how to get rid of that
    unwanted space?
    > the code is also below.
    >
    >
    >
    >
    >
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    > "
    http://www.w3.org/TR/html4/strict.dtd">
    > <html>
    > <head>
    > <title>untitled</title>
    > <meta http-equiv="content-type" content="text/html;
    charset=iso-8859-1">
    > <meta name="generator" content="HAPedit 3.1">
    > <style type="text/css">
    > html,body{margin:25;padding:0}
    > body{
    > background-color:#486CB3;
    > background-image:url("bg.gif");
    > font: 76% arial,sans-serif;
    > text-align:left
    > }
    > p{margin:0 0px 0px}
    > a{
    > display:block;
    > color: #FFFFFF;
    > padding:0px
    > }
    >
    > div#header h1{height:80px;line-height:80px;margin:0px;
    > padding-left:10px;}
    >
    > div#container{text-align:left;}
    >
    > div#content p{line-height:1.4}
    >
    > div#navigation{font-family: verdana, arial, sanf-serif;
    > font-size: 12px; margin: 0;
    > padding: 0;
    > list-style-type: none;}
    >
    > div#extra{background:#FF8539}
    > div#footer p{margin:0;padding:5px 10px}
    >
    > div#container{width:700px;margin:0 auto}
    > div#content{float:right;width:700px}
    >
    > div#extra{float:right;width:500px}
    > div#footer{clear:both;width:100%}
    > </style>
    > <script type="text/javascript">
    > <!--
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    > 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.indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    > //-->
    > </script>
    > </head>
    > <body
    >
    onLoad="MM_preloadImages('homeh.gif','chicksh.gif','dudesh.gif','contacth.gif','
    > infoh.gif','carth.gif')">
    > <div id="container">
    > <div id="header">
    > <div align="left"><a href="#"
    onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image4','','homeh.gif',1)"><img
    > src="header.jpg"
    > width="700" height="70" border="0"
    longdesc="header.jpg"></a><a href="#"
    > onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image4','','homeh.gif',1)"><img
    src="home.gif"
    > name="Image4" width="106" height="39" border="0"
    align="left"></a><a
    > href="#"
    > onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image5','','chicksh.gif',1)"><img
    > src="chicks.gif"
    > name="Image5" width="106" height="39" border="0"
    align="left"></a><a
    > href="#"
    > onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image6','','dudesh.gif',1)"><img
    > src="dudes.gif"
    > name="Image6" width="106" height="39" border="0"
    align="left"></a><a
    > href="#"
    > onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image7','','contacth.gif',1)"><img
    > src="contact.gif"
    > name="Image7" width="106" height="39" border="0"
    align="left"></a><a
    > href="#"
    > onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image8','','infoh.gif',1)"><img
    src="info.gif"
    > name="Image8" width="106" height="39" border="0"
    align="left"></a><a
    > href="#"
    > onMouseOut="MM_swapImgRestore()"
    >
    onMouseOver="MM_swapImage('Image9','','carth.gif',1)"><img
    src="cart.gif"
    > name="Image9" width="170" height="39"
    border="0"></a><img src="main.jpg"
    > border="0" align="middle" usemap="#Map">
    > <map name="Map"><area shape="rect"
    coords="20,196,186,221" href="#"
    > target="_self" alt="go now" usemap="#cool"
    border="0">
    > </map></div>
    > <div id="footer">
    > <CENTER>
    > &copy your mom.
    >
    > </div>
    > </div>
    > </body>
    > </html>
    >

  • Unwanted spaces in embeded font

    Hello... (this post was prevously published in the general
    discussion)...
    I am new to this and started pocking around with a non-system
    font. It appears nice, it works nice, as long as I don't embed
    it...When I embed it, in some sets of chars like "saúde" I get
    something like "saú de", or "próximo" gets Pró
    ximo".
    This happens whether I create the field in AS3 or in the
    stage ( and only as long as I activate the "embed" option on this
    particular field)
    What can I do for these unwanted spaces to go away? use a
    felt tip marker on my screen?
    My code is this:
    Attach Code
    // sets the format
    var noticiaPgSumarioFormat:TextFormat = new TextFormat();
    noticiaPgSumarioFormat.font = "Mic 32Regular";
    noticiaPgSumarioFormat.color = 0x626363;
    noticiaPgSumarioFormat.size = 11;
    noticiaPgSumarioFormat.kerning = true;
    noticiaPgSumarioFormat.letterSpacing = 0;
    //creates the textfield
    noticiaPgSumario = new TextField();
    noticiaPgSumario.name = "noticiaPgSumario"+i+"_mc";
    noticiaPgSumario.embedFonts = true;
    addChild(noticiaPgSumario);
    noticiaPgSumario.alpha = 0;
    noticiaPgSumario.x = 431;
    noticiaPgSumario.y = 135;
    noticiaPgSumario.width = 350;
    noticiaPgSumario.wordWrap = true;
    noticiaPgSumario.antiAliasType = AntiAliasType.ADVANCED;
    noticiaPgSumario.text = xmlList
    .children()[1];
    noticiaPgSumario.setTextFormat(noticiaPgSumarioFormat);

    funny... this doesn't happen on a windows install...
    damn!

  • Unwanted Space in DIVs

    Hi --
    I have two problems with this page:
    http://www.practice.thelegatogroup.com/test.html.
    Hopefully, someone can
    help me out.
    First, in the DIVS #tagline and #navigation I have unwanted
    space at the
    bottom when viewed in IE6. I've been over things a number of
    times but
    can't isolate the problem.
    Second, in the DIV #navigation I have unwanted space between
    the "learn" and
    "discover" buttons in IE6.
    How do I get rid of the spacing at the bottom of those DIVS
    and between
    those two buttons?
    Thanks,
    John

    Thanks to you both for your help. The page looks much better
    now.
    John
    "Tarvardian" <[email protected]> wrote in
    message
    news:fc3vel$sdr$[email protected]..
    > Hi --
    >
    > I have two problems with this page:
    >
    http://www.practice.thelegatogroup.com/test.html.
    Hopefully, someone can
    > help me out.
    >
    > First, in the DIVS #tagline and #navigation I have
    unwanted space at the
    > bottom when viewed in IE6. I've been over things a
    number of times but
    > can't isolate the problem.
    >
    > Second, in the DIV #navigation I have unwanted space
    between the "learn"
    > and "discover" buttons in IE6.
    >
    > How do I get rid of the spacing at the bottom of those
    DIVS and between
    > those two buttons?
    >
    > Thanks,
    > John
    >

  • Unwanted space before the footnote reference

    In my document, which has hundreds of footnotes, in some places, in the text, before the superscripted numbers that are the references to the footnotes there is an unwanted space. How can get rid of the spaces in one step? If it's with Find/Change - how do I do this? If not, how is this done?

    find-change grep
    find:   \s(?=~F)
    change: leave empty

  • Unwanted space when working with tables

    I have created a layout using tables (in CS4), and when I top align the tables containing images and text, it leaves a large, blank, unwanted space at the bottom. I am unable to resize the tables accordingly to eliminate the space, how can I fix this? Here's an image

    Unfortunately, I'm not familiar with coding for CSS. If I was able to layout a site with CSS the way I had envisioned, I totally would have, I just don't know how. Any suggestions? Anyways, here's my code:
    <!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>The Crisis // Crew</title>
    <style type="text/css">
    <!--
    body, td, th {
    color: #000;
    body {
    background-color: #161616;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    td img {
    display: block;
    }td img {display: block;}
    -->
    </style>
    <style type="text/css">
    <!--
    .borderTable {
    margin: auto auto;
    border-collapse: collapse;
    border: 1px solid black;
    .Arial {
    font-family: Arial, Helvetica, sans-serif;
    .Arial {
    font-size: 12px;
    color: #333;
    a:link {
    color: #333;
    a:visited {
    color: #333;
    .center {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    .arial {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFF;
    .bodytext {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    -->
    </style>
    <script 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];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body onload="MM_preloadImages('Photoshop/Animation/Top_r2_c4_f3.jpg','Photoshop/Animation/Top_ r2_c4_f2.jpg','Photoshop/Animation/Top_r2_c4_f4.jpg','Photoshop/Animation/Top_r2_c8_f3.jpg ','Photoshop/Animation/Top_r2_c8_f2.jpg','Photoshop/Animation/Top_r2_c8_f4.jpg','Photoshop /Animation/Top_r2_c10_f3.jpg','Photoshop/Animation/Top_r2_c10_f2.jpg','Photoshop/Animation /Top_r2_c10_f4.jpg','Photoshop/Animation/Top_r3_c2_f3.jpg','Photoshop/Animation/Top_r3_c2_ f2.jpg','Photoshop/Animation/Top_r3_c2_f4.jpg','Photoshop/Animation/Top_r3_c6_f3.jpg','Pho toshop/Animation/Top_r3_c6_f2.jpg','Photoshop/Animation/Top_r3_c6_f4.jpg')">
    <table width="870" border="0" align="center" cellpadding="0" cellspacing="3">
      <tr>
        <td><table border="0" cellpadding="0" cellspacing="0" width="870">
          <!-- fwtable fwsrc="PageTop2.png" fwpage="Page 1" fwbase="Top.jpg" fwstyle="Dreamweaver" fwdocid = "427913899" fwnested="0" -->
          <tr>
            <td><img src="Photoshop/Animation/spacer.gif" width="277" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="66" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="33" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="95" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="28" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="77" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="31" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="107" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="18" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="117" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="21" height="1" border="0" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="1" height="1" border="0" alt="" /></td>
          </tr>
          <tr>
            <td colspan="11"><img name="Top_r1_c1" src="Photoshop/Animation/Top_r1_c1.jpg" width="870" height="195" border="0" id="Top_r1_c1" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="1" height="195" border="0" alt="" /></td>
          </tr>
          <tr>
            <td colspan="3"><img name="Top_r2_c1" src="Photoshop/Animation/Top_r2_c1.jpg" width="376" height="1" border="0" id="Top_r2_c1" alt="" /></td>
            <td rowspan="3"><a href="artists.html" target="_top" onclick="MM_nbGroup('down','navbar1','Top_r2_c4','Photoshop/Animation/Top_r2_c4_f3.jpg',1 );" onmouseover="MM_nbGroup('over','Top_r2_c4','Photoshop/Animation/Top_r2_c4_f2.jpg','Photos hop/Animation/Top_r2_c4_f4.jpg',1);" onmouseout="MM_nbGroup('out');"><img name="Top_r2_c4" src="Photoshop/Animation/Top_r2_c4.jpg" width="95" height="52" border="0" id="Top_r2_c4" alt="" /></a></td>
            <td colspan="3"><img name="Top_r2_c5" src="Photoshop/Animation/Top_r2_c5.jpg" width="136" height="1" border="0" id="Top_r2_c5" alt="" /></td>
            <td rowspan="2"><a href="gallery.html" target="_top" onclick="MM_nbGroup('down','navbar1','Top_r2_c8','Photoshop/Animation/Top_r2_c8_f3.jpg',1 );" onmouseover="MM_nbGroup('over','Top_r2_c8','Photoshop/Animation/Top_r2_c8_f2.jpg','Photos hop/Animation/Top_r2_c8_f4.jpg',1);" onmouseout="MM_nbGroup('out');"><img name="Top_r2_c8" src="Photoshop/Animation/Top_r2_c8.jpg" width="107" height="51" border="0" id="Top_r2_c8" alt="" /></a></td>
            <td rowspan="3"><img name="Top_r2_c9" src="Photoshop/Animation/Top_r2_c9.jpg" width="18" height="52" border="0" id="Top_r2_c9" alt="" /></td>
            <td rowspan="3"><a href="contact.html" target="_top" onclick="MM_nbGroup('down','navbar1','Top_r2_c10','Photoshop/Animation/Top_r2_c10_f3.jpg' ,1);" onmouseover="MM_nbGroup('over','Top_r2_c10','Photoshop/Animation/Top_r2_c10_f2.jpg','Phot oshop/Animation/Top_r2_c10_f4.jpg',1);" onmouseout="MM_nbGroup('out');"><img name="Top_r2_c10" src="Photoshop/Animation/Top_r2_c10.jpg" width="117" height="52" border="0" id="Top_r2_c10" alt="" /></a></td>
            <td rowspan="3"><img name="Top_r2_c11" src="Photoshop/Animation/Top_r2_c11.jpg" width="21" height="52" border="0" id="Top_r2_c11" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="1" height="1" border="0" alt="" /></td>
          </tr>
          <tr>
            <td rowspan="2"><img name="Top_r3_c1" src="Photoshop/Animation/Top_r3_c1.jpg" width="277" height="51" border="0" id="Top_r3_c1" alt="" /></td>
            <td rowspan="2"><a href="index.html" target="_top" onclick="MM_nbGroup('down','navbar1','Top_r3_c2','Photoshop/Animation/Top_r3_c2_f3.jpg',1 );" onmouseover="MM_nbGroup('over','Top_r3_c2','Photoshop/Animation/Top_r3_c2_f2.jpg','Photos hop/Animation/Top_r3_c2_f4.jpg',1);" onmouseout="MM_nbGroup('out');"><img name="Top_r3_c2" src="Photoshop/Animation/Top_r3_c2.jpg" width="66" height="51" border="0" id="Top_r3_c2" alt="" /></a></td>
            <td rowspan="2"><img name="Top_r3_c3" src="Photoshop/Animation/Top_r3_c3.jpg" width="33" height="51" border="0" id="Top_r3_c3" alt="" /></td>
            <td rowspan="2"><img name="Top_r3_c5" src="Photoshop/Animation/Top_r3_c5.jpg" width="28" height="51" border="0" id="Top_r3_c5" alt="" /></td>
            <td rowspan="2"><a href="crew.html" target="_top" onclick="MM_nbGroup('down','navbar1','Top_r3_c6','Photoshop/Animation/Top_r3_c6_f3.jpg',1 );" onmouseover="MM_nbGroup('over','Top_r3_c6','Photoshop/Animation/Top_r3_c6_f2.jpg','Photos hop/Animation/Top_r3_c6_f4.jpg',1);" onmouseout="MM_nbGroup('out');"><img name="Top_r3_c6" src="Photoshop/Animation/Top_r3_c6.jpg" width="77" height="51" border="0" id="Top_r3_c6" alt="" /></a></td>
            <td rowspan="2"><img name="Top_r3_c7" src="Photoshop/Animation/Top_r3_c7.jpg" width="31" height="51" border="0" id="Top_r3_c7" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="1" height="50" border="0" alt="" /></td>
          </tr>
          <tr>
            <td><img name="Top_r4_c8" src="Photoshop/Animation/Top_r4_c8.jpg" width="107" height="1" border="0" id="Top_r4_c8" alt="" /></td>
            <td><img src="Photoshop/Animation/spacer.gif" width="1" height="1" border="0" alt="" /></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td width="870" bgcolor="#161616"><table width="870" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="605" bgcolor="#FFFFFF" Valign="top"><table width="870" border="0" cellspacing="10" cellpadding="0">
              <tr>
                <td width="572"><table width="553" border="0" cellspacing="0" cellpadding="5">
                  <tr>
                    <td width="300" valign="top"><img src="Crew-Photo" width="300" height="451" /></td>
                    <td width="235" valign="top"><span class="bodytext">Andy Madeleine - Director/ Producer/ Editor <br />
    Adam Rock - Assitant Director<br />
    Jacob Kubon - Director of Photography<br />
    Justin Dixon - Sound <br />
    Vaughn Greathouse - Grip</span></td>
                  </tr>
                </table>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p>
                  <p> </p></td>
                <td width="268" valign="top"><table width="268" border="0" align="center" cellpadding="2" cellspacing="0">
                  <tr>
                    <td bgcolor="#666666" class="center">About</td>
                    </tr>
                  </table>
                  <span class="bodytext"><br />
                    The Crisis is more than just a documentary film, it is an alliance of hip-hop artists, fans,  and likeminded individuals who are interested in preserving the integrity of the hip-hop community, and maintaining hip-hop as an art.
                    Commercial music has taken over the mainstream, and in doing so, created a channeled, often negative image of hip-hop. The Crisis will attempt to educate the uninformed, discredit stereotypes, and push for a positive image surrounding hip-hop culture. <br />
                    <br />
                    </span>
                  <table width="268" border="0" align="center" cellpadding="2" cellspacing="0">
                    <tr>
                      <td bgcolor="#666666" class="center">Get Involved!</td>
                      </tr>
                    </table>
                  <span class="bodytext"><br />
                    Interested in getting involved? Become part of the project or help us promote! Artists, film-makers, or fans, send e-mails to: <a href="mailto:[email protected]">[email protected]</a><br />
                    <br />
                    </span>
                  <table width="268" border="0" cellspacing="0" cellpadding="2">
                    <tr>
                      <td bgcolor="#666666" class="center">Follow The Crisis</td>
                      </tr>
                    </table>
                  <table width="100" border="0" align="center" cellpadding="5" cellspacing="0">
                    <tr>
                      <td><a href="http://www.facebook.com/pages/The-Crisis-Film/120240911333083" target="_blank"><img src="facebook_button_11.jpg" width="35" height="35" alt="Facebook" /></a></td>
                      <td><img src="twitter-button copy.jpg" width="35" height="35" alt="Twitter" /></td>
                      <td><img src="YoutubeButton.jpg" width="35" height="35" alt="YouTube" /></td>
                      </tr>
                    </table>
                  <p> </p>
                  <p> </p>
                  <p> </p></td>
              </tr>
              </table>
              <img src="Photoshop/Bottom_stamp.jpg" width="870" height="100" /></td>
            </tr>
        </table></td>
      </tr>
    </table>
    <div align="center"><span class="Arial"><a href="index.html">Home</a> I <a href="artists.html">Artists</a> I <a href="crew.html">Crew</a> I <a href="gallery.html">Gallery</a> I <a href="contact.html">Contact</a><br />
      Copyright © 2010 Andy Madeleine. All Rights Reserved.<br />
    </span></div>
    </body>
    </html>

  • How to remove unwanted spaces in a string

    Hi all,
        Iam taking a txt field txt50 which is containing many unwanted spaces between words in it. and i want to remove all unwanted spaces between words. Please tell me the solution it.

    Hi,
         TRY THIS
    DATA : TEXT(50)  VALUE 'My name is Roshan Lilaram Wadhwani',
           LEN TYPE I,
           POS TYPE I,
           COUNTER TYPE I,
           V_CH,
           V_SPACE VALUE ' ',
           V_TXT(30),
           V_TXT2(20).
    COMPUTE LEN = STRLEN( TEXT ).
    DO LEN TIMES.
    V_CH = TEXT+POS(1).
    IF V_CH EQ SPACE.
      COUNTER = COUNTER + 1.
    ENDIF.
    IF COUNTER LT 3.
      CONCATENATE V_TXT V_CH INTO V_TXT.
    ELSE.
      CONCATENATE V_TXT2 V_CH INTO V_TXT2.
    ENDIF.
    POS = POS + 1.
    ENDDO.
    WRITE : / V_TXT.
    WRITE : / V_TXT2.
    <b>Reward points</b>
    Regards

  • Migration from RH7 to RH8 : HTML tag ignored introduced unwanted space

    Dear All,
    When migrating from RoboHelp 7 to 8, looks like there is an unwanted space introduced in the <ignored> tag.
    Looks like the space is introduced by the RoboHelp 8.
    HTML Help file build by RH 7  (OK)
    <ignore>conf<ignore/>
    HTML Help file build by RH8   (Not Good)
    The <ignored> tag is transformed to the following :
    <?rh-ignored text="cfg" ?> conf</span>
    Please advice. We prefer to keep the <ignore> tag
    Thanks
    Song

    I have move this to the RoboHelp HTML forum as it is a problem with your source topics rather than Microsoft HTML Help (CHMs).
    I don't think that particular one has been reported before but I think the quick solution is to use Find and Replace in Files and search on
    <?rh-ignored text="cfg" ?> (with a space after)
    and replace with
    <?rh-ignored text="cfg" ?> (without the extra space).
    Go to Edit > Find and Replace in Files.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Problem with remogin of unwanted space on page ?

    Hi members,
    hoep everbody doing nice.
    i have one problem.
    on my template, i am hiding some raws based on condition in grouping.
    so in that grouping raws which satisfied condition only that are display.
    but problem, group raws which are not satisfied, in place of that it shows unwanted blank space.
    how can i remove that spaces ?
    any help is greatly appreciated.
    thanks.

    How did you hide it ?
    you would have written if condition.
    <?for-each-group:ROW ?>
    <?if: ./NAME !='D' or ./AGE > 100 ?>display the rows here. <?end if?>
    <?end for-each?>follow this approach
    Filter the rows while grouping.so that the blank rows wont be displayed.
    <?for-each-group:ROW[./NAME !='D' or ./AGE > 100 ] ?>
    display the rows here.
    <?end for-each?>

  • Unwanted space within an extended JPanel

    Hello JDC
    I subclass the Jpanel and I draw an image inside. The problem is that I receive unwanted empty space in the canvas bounds. I tried to set the mini,maxi and preferred size of both the jframe and the canvas but its doesnt help.
    public class ImageCanvas extends JPanel{
      static Image thisImg=null;
      static URL url=null;
      static Toolkit tool=null;
      public static final String DEFAULTADDRESS = "http://127.0.0.1/image/def.gif";
      public static final  boolean PRINTLN=true;
      public  static void p(String out){
        if(PRINTLN)
          System.out.println(out);
      // constructs a
      public ImageCanvas(String filepath){
         setLayout(new BorderLayout());
         try{
          url = new URL(filepath);
        }catch(Exception e){
          System.out.println("problem with creating url :" + e.toString());
        thisImg = Toolkit.getDefaultToolkit().getImage(url);
      public ImageCanvas(){
        try{
          url = new URL(DEFAULTADDRESS);
        }catch(Exception e){
          System.out.println("problem with creating url :" + e.toString());
        thisImg = Toolkit.getDefaultToolkit().getImage(url);
        repaint();
      public void setPic(Image x){
        //System.out.println("ImageCanvas > setPit(Image) invoked");
        thisImg = x;
        repaint();
      public static Image makeImage(String path){
        try{
          url = new URL(path);
        }catch(Exception e){
          System.out.println("problem with creating url :" + e.toString());
        Image img = Toolkit.getDefaultToolkit().getImage(url);
        return img;
      public void paintComponent(Graphics g){
        g.drawImage(thisImg,0,0,this);
    public void update(Graphics g){
        paint(g);
      public static void main(String[] args) {
        JFrame frame = new JFrame();
        frame.getContentPane().add(new ImageCanvas());
          frame.addWindowListener(new WindowAdapter() {
            public void windowClosing(WindowEvent e) {
              System.exit(0);
        frame.pack();
        frame.setVisible(true);
    }the image dimension 100x100
    Any replies will by imprecated
    Shay Gaghe

    You could try using JLabel instead of subclassing JPanel. Just set the label's icon and don't set any text.
    I also agree that GridBagLayout is the most useful layout. When I was new to Java programming it was the most confusing. In order to do complicated graphical interfaces I use to have to use a lot of nested panels with different layouts. Even then I had problems because I couldn't specify exactly which component should expand etc. Now, two years later and after becoming a Sun certified programmer for the Java 2 platform, I use GridBagLayouts almost always and it give me the most flexibility. It allows me to make some really professional gui programs. I recommend spending some time getting used to using GridBagLayout more.

  • Unwanted space in smartform

    hi
    i m using smartforms to as mail content in the notification .
    my content is in letter format
    i created the smartforms
    i have not kept any styling , just aligned towards left
    i m getting unwanted long spaces between the wrds
    i want a single space between the words .
    please suggest

    Hi Sonam,
    Hope the Window size is as per requirement.
    Can you pls the Indent and Spacing of the paragraph format used.
    Also pls make sure there is no special character inserted in b/w your words.
    Pls post if it does not solves your problem.
    Thanking You.

  • Unwanted spaces at top of columns using Dreamweaver 4

    In working on a homepage I manage with one wide and one narrow column, chunks of space intrude themselves at the top of either or both columns. I try adding and deleting spaces at the bottom. I also use modify-table-clear cell heights.
    Any idea what's going on?

    ÎÒÔÚÐݼ٣¬½ìʱ»Ø¸´Äã¡£

  • Unwanted spaces in cross references.

    Im getting an extra space just after the opening quote in some cross references in FM10 Structured document. This causes the cross reference to wrap around incorrectly and also looks bad. The space does not appear in the definition, in fact majority of cross references using this particular deifnition do not show with the extra space. It only shows in a number of cross references.
    Also, there is no space in the source heading. There is an Index marker right at the beginning of the source heading but moving it does not make a difference. Also when I try deleting the first few characters from the source, the cross reference updates but the extra space still shows. Any ideas what could be wrong? I haven't got much experience with structured frame.
    Marcin

    funny... this doesn't happen on a windows install...
    damn!

  • Unwanted space after apostrophe

    I'm working on changing some text in a mockup that was created by someone else and it's doing something weird with apostrophes. Every time I put an apostrophe in the middle of a word, it adds an extra space width between the apostrophe and the next letter, like this: "you' ve" "y' ouve" "youv' e"
    Here's the kicker, I can copy type from other documents with text that doesn't have that space, but any new type I try to create within this document does the same thing to apostrophes. If I copy the content into a new document, I can replace the text boxes and new text works fine, but is there any way I can fix this without having to copy everything over and replace every text box?

    What happens if you copy all from the bad document, and paste this into a new .ai document?.
    Would be interesting to find out exactly what is causing this. Fix one, and compare the expanded character, opentype, paragraph palettes (eg: language set to foreign, optical kerning on a strange font, justification) for any difference.
    If justification is on check your setting as weird things happen if the letter spacing values are changed to negative values.
    If you show invisibles, is there really an extra space there or does it kern adding extra space?

Maybe you are looking for

  • HELP!!MacBook Pro and iPhone 5 won't sync via iCloud!

    I've just purchased and set up my first Mac. I have a MacBook Pro, and use and iPhone 5. I've set up iCloud on both in the settings / system preferences to sync contacts, calenders, notes etc... but for the love of trying and following any support I

  • Skype to Go Northwest Territories Canada

    The area code for the NWT is not available when using skype to go? Is this available in the northwest territories? Thanks

  • Hotspot VM crash on Solaris

    Hello everyone, I am seeing this error when running an app on Solaris. HotSpot Virtual Machine Error, Internal Error Please report this error at http://java.sun.com/cgi-bin/bugreport.cgi Error ID: 53414645504F494E540E4350500366 01 Problematic Thread:

  • Screen capture to Clipboard parameters

    Hi All, I'm experiencing a problem when I capture my screen via Grab or any other ScreenCapture tools I've found. What I want, is to paste those captures into a Lotus Notes document (or mail), but the size of the capture is always huge !! For example

  • PivotTable Operation Failed in cloud environment

    PivotTable Operation Failed in cloud environment I am using OOB "Excel web app" to show excel charts in SharePoint environment, but getting following error while sorting the data according to Director Name. Site is hosted in cloud environment, so my