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?

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

Similar Messages

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

  • I created a Pages document inserting 2 columns using 1) Inspector 2) Layout 3) columns.  How do I decrease the height of the column.  Have tried to use cursor and drag down the top border, but that does not reset the top border.

    I created a Pages document inserting 2 columns using 1) Inspector 2) Layout 3) columns.  How do I decrease the height of the column.  Have tried to use the cursor and drag down the top border, but that does not reset/decrease the top border.

    Set your columns back to one for the moment. In layout mode, insert a Text box. Place it in the upper left corner of your document, and drag down and right to the size of the container for your two columns. Click inside the Text Box, and now bump up your columns to 2. Your two columns are now contained in this resizable Text Box.

  • How can i create a 3 column webpage using Dreamweaver MX?

    Hello,
    I was able to create a website with 1 column pages using Dreamweaver MX. I have about 5 pages. I want to add more content to each page; the only way I can do that is to add more columns per page.
    I have tried many times but just not getting done. Is there a tutorial on how to do this? What buttons to press?
    Regards
    rk

    Hi dear fdfdeedfas,
    I propose we give that thing a little bit from a philosophical and relaxed view. I've decided at that time for a DW CS5, what was as I know now a small advantage for me. You got somewhere else an advantage, I'm sure. In the end, everything balances out.
    To make it pragmatically, I suggest to look around at DW support, possibly via chat, on what terms you can upgrade. You probably have already found the links to it, if not I think these one would be the right for more:
    http://www.adobe.com/support/dreamweaver/downloads_updaters.html
    http://www.adobe.com/downloads/
    or, where you can download a free trial of Dreamweaver CS5:
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=dreamweaver
    Good luck
    Hans-G.

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

  • Who uses Dreamweaver CS3 on Mac OS X?

    Howdy,
    I'm curious to know how many of you here use Dreamweaver CS3
    on the Mac? Not bothered bout you Windows users, I've used it on
    there and it's fine (although bulky and slow).
    I made the switch to mac a long while back, and coming from
    Windows and HomeSite (oh how much I love homesite!!!) the natural
    move was to go to Dreamweaver. So I bought a retail copy (along
    with PhotoShop CS3) for quite a bit of cash, and I don't use CS3 as
    its pretty damn awful on OSX!
    By the way, I NEVER touch the WYSIWYG part of Dreamweaver
    (wish I could delete all WYSIWYG stuff from it, as that what slows
    it down I'm sure)
    To name a few bugs (I'd like to know if you experience these
    too):
    1. It's very slow and bulky, I mean just moving the cursor to
    a new line in code view is slow, just doesn't feel good. It
    actually feels like its about to crash on me any minute! And I'm on
    a 6GB 8 cOre 2.8GHz Mac Pro... so its not my Mac :)
    2. I set my toolbars up to my own preference (i.e. I like to
    have the "Standard" menu showing and the "Document" one not) then
    suddenly out of the blue "Standard" has gone and the "Document" one
    is there. Sometimes I boot up and all is good, open a document and
    it disappears (along with the line numbers on the left), right
    clicking says its still there but it isn't.
    3. Certain folders on the left file view REFUSE to close! I
    collapse them, open another folder up (uncollapse) and what do you
    know, the other folder pops open again. Close and open dreamweaver
    its open again... I've never manged to close this particular
    folder, dreamweaver really likes it for some reason?
    There are plenty more, but they are the main ones!
    The unfortunate thing is I cannot find a good alternative on
    OS X for syntax highlighting, the fact that HTML elements are
    coloured differently is invaluable to me, and thats one of the main
    things I love bout Dreamweaver (not to mention the global replace
    feature that other IDE's don't include)?
    Bring HomeSite to OS X is what I say :)
    What is your experience of DW CS3 on OS X? Does it all work
    correclty for you? Or are you annoyed by it too?
    ta

    Ansel_Tk1 wrote:
    > Next time i hear a mac dude extolling the virtues yada
    yada I'm
    going to tell
    > him to cram it.
    >
    > Tongue in cheek of course :)
    >
    I plotted my escape from Microsoft for years before I finally
    knew
    enough about software and the technologies I was using and
    had
    sufficient money to make the leap. (I went for a top of the
    line MacBook
    Pro.)
    On the negative side, I've learned that the Mac isn't a free
    ride.
    Upgrading to Leopard was a wrestling match, as was upgrading
    to Adobe
    Creative Suite (largely because certain sales people sold me
    the wrong
    upgrade package - twice). I'm also bothered by a number of
    annoyances
    that sometimes remind me of my Windows PC.
    However, I'm working with a far greater variety of software
    programs
    than I ever had on my PC, and the annoyances seldom turn into
    the minor
    catastrophes that made life with M$ living Hell.
    So far, Dreamweaver is working fine for me. The biggest
    annoyance is the
    fact that it likes to jump back and forth between "Spaces,"
    though
    Spaces remains my favorite Leopard feature.
    I'm sorry you're having problems with yours - and I was
    shocked to hear
    that that Rosetta crap also applies to Dreamweaver. I'd never
    heard of
    Rosetta until I had some problems with my browsers. Enabling
    Rosetta
    fixed the problem, but, sheez - all that Rosetta business
    sounds like
    something that came straight from Bill Gates' living room. So
    I'm not
    sure if the problem ultimately rests with Adobe, Mac OS X or
    both.
    Unfortunately, I don't know enough about the situation to
    advise you.
    However, if you live near a sizeable Apple store, schedule an
    appointment with their "Mac Geniuses." I've gone in to see
    them at 7
    a.m. a couple times - free of charge - and they were a big
    help.
    If you're using Leopard, I assume you've already installed
    the two
    updates - 10.5.1 and 10.5.2. Ironically, the second update
    appeared to
    create one of the very problems it's supposed to eliminate.
    (Whether or
    not it's actually a problem is a matter of debate in the Mac
    community;
    it hasn't actually caused any problems for me.)
    You might also try posting some questions on Apple's forums -
    http://discussions.apple.com.
    If nothing works, and you do go back to M$, I certainly
    wouldn't hold it
    against you. If Apple and/or Adobe don't have their act
    together, then
    you can't blame people for returning to a platform that
    works. However,
    I have much greater confidence in both Apple and Adobe to fix
    their
    problems in the long run than I do in Microsoft. Even if you
    get
    Dreamweaver to work on your PC, will your other software
    programs work?
    In summary, I've learned that there's no free ride in
    computing. But I
    still prefer my Mac to M$, and I don't believe I've heard as
    many
    complaints about Dreamweaver on a Mac as I have about Vista.
    But do
    whatever's best for you.
    > I have been using Dreamweaver on the PC for years, quite
    happily too. I've gone
    > through the switch and am now a Mac user as well. I have
    installed CS3 on my
    > MacBook Pro 2.4/4GB/10.5.2 with the expectation of
    getting at least good
    > performance with the (IMHO) premiere Web/DE App - but
    no. CS3 is sluggish to
    > say the least on my Mac, with performance of synching
    files and
    > opening/modifying page components at almost unusable
    speeds. I have done the
    > 'Open Using Rosetta' thing and it only made a slight
    difference. So, I googled
    > the issue and am AMAZED that this is a well known
    problem with CS3 by various
    > accounts posted out there.
    >
    > Really? Seriously? For all the design community on the
    Mac and the large
    > number of web designers using this piece of software
    that this stands? Where is
    > the fix from Adobe? It's not like this suite was just
    released last month! Very
    > sad (I can't stress how sad this is!) when I have to go
    BACK to the PC for a
    > smoother work environment to design web pages...
    >

  • Embedding a pdf in website leaves blank space at top

    I am wanting to embed a pdf into my website using dreamweaver, and applying a template, but it is leaving a blank space at the top.  You can see this on www.maulroad.com/newsletter.pdf.  Here is the embed code used.
    <embed><object type="application/pdf" data="http://www.maulroad.com/Newsletter.pdf" " width="100%" height="90%" < >/object ></embed>
    Any thoughts on how I can get this without the blank spot?

    I agree with Hans.  Embedding PDF never works well because PDF is a print document and HTML is a web document.  In order to view PDFs, your end users must have an appropriate plug-in for their browser and a viewer  like Acrobat Reader installed on their system.  That's a lot of ifs...
    This is how Adobe does it (images and links to PDF files)
    http://www.adobe.com/manufacturing/3dpdfsamples/3dsolutions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Header of ALV with space when exported to excel using Standard ALV

    Hi,
    I am Using Reuse alv grid display    to dispaly my report and it works fine and I am using the standard SAP application tool to export it to excel.
    But for some of the header fields I am getting space in the excel sheet but there is no space while displaying through ALV.
    I am using the following field catalog for the same.
    wa_fieldcat-col_pos = 10.
      wa_fieldcat-fieldname = 'SOLLWERT'.
      wa_fieldcat-seltext_l  = 'text-t10'.      "Target value (* this has no space here)
      wa_fieldcat-outputlen = 32.
    wa_fieldcat-colwidth_optimize = 'X'.
      APPEND wa_fieldcat to it_fieldcat.
    but there are still space for this Colomn when exported to excel if after optimizing the column.
    kindly suggest what field needs to be passed to the field catalogoe to avoid spaces in excel for the header.
    Thanks
    Ritesh

    hey all,
    Thanks everyone for the reply.
    I am using the foloowing field cat:
    l_col_pos = l_col_pos + 1.
        wa_fieldcat-col_pos = l_col_pos.
        wa_fieldcat-outputlen = 32.            
         wa_fieldcat-fieldname = 'SOLLWERT'.
         wa_fieldcat-inttype   = 'P'.             
    *    wa_fieldcat-tabname = 'i_final'.      
        wa_fieldcat-seltext_l = text-t11.         "Target Value
        APPEND wa_fieldcat TO i_fieldcat.
        CLEAR wa_fieldcat.
    I have use this also in the field cat but stil i get space in the excel header.
    wa_fieldcat-REF_FIELDNAME = 'SOLLWERT'.
    *    wa_fieldcat-REF_TABNAME =  'QAMV'.
    Also the space comes with the descrip[tion in the cell of excel.
    its like [space Target Value] and i dont need this Space.
    I have also used  wa_layout-colwidth_optimize = 'X'. but it doesnt wrk.
    Please suggest

  • How do i create a styled spry mysql driven menu using dreamweaver cs4?

    How do i create a styled spry mysql driven menu using dreamweaver cs4?
    I have cs4. I gave up on using MS sql as a datasource. I finally got a php successfull connection in my PHP web page.
    I would like a nice video tutorial for creating a dynamic menu.
    I guess i can style it by attaching a css file to the page. Are their any already designed css files out there in some online area?
    i am not a good designer. so i would like to simply have a collection of menu_style.css files and choose what looks good.
    But first i need to build the spry menu from the mysql database.
    Any help is apprechiated.
    My first choice was to maintain the data in an MS sql server file. If i could directly attach to an ms sql datasource then that would be the best option.
    I dont think i want to have to re-generate an XML datasource each time i add or modify the menu. I would like to maintain the MS Sql or mySql file instead.
    If i could generate an XML datasource from the MS Sql database then I may even prefere that, but i have spent a lot of time trying to figure out how to do that and not had any success. So i prefere working in MS sql but would settle for mySql if i had to.
    Thanks
    Jerry

    To create a dynamic menu take a look here http://labs.adobe.com/technologies/spry/samples/menubar/MenuFromNestedData.html#
    The XML file for the above menu looks like this
    <?xml version="1.0" encoding="utf-8"?>
    <items>
         <item id="0001" type="donut">
              <name>Cake</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
                   <batter id="1003">Blueberry</batter>
                   <batter id="1003">Devil's Food</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5006">Chocolate with Sprinkles</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0002" type="donut">
              <name>Raised</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5001">None</topping>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
         </item>
         <item id="0003" type="donut">
              <name>Buttermilk</name>
              <ppu>0.55</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
                   <batter id="1002">Chocolate</batter>
              </batters>
         </item>
         <item id="0004" type="bar">
              <name>Bar</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7001">
                        <name>None</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0.25</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0.25</addcost>
                   </filling>
              </fillings>
         </item>
         <item id="0005" type="twist">
              <name>Twist</name>
              <ppu>0.65</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5005">Sugar</topping>
         </item>
         <item id="0006" type="filled">
              <name>Filled</name>
              <ppu>0.75</ppu>
              <batters>
                   <batter id="1001">Regular</batter>
              </batters>
              <topping id="5002">Glazed</topping>
              <topping id="5007">Powdered Sugar</topping>
              <topping id="5003">Chocolate</topping>
              <topping id="5004">Maple</topping>
              <fillings>
                   <filling id="7002">
                        <name>Custard</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7003">
                        <name>Whipped Cream</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7004">
                        <name>Strawberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
                   <filling id="7005">
                        <name>Rasberry Jelly</name>
                        <addcost>0</addcost>
                   </filling>
              </fillings>
         </item>
    </items>
    Then remains the manner in which you create the XML file which can be found here http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html
    One you have your menu up and running, you will be able to apply styles and effects

  • How do I upload a finished website to Business Catalyst using Dreamweaver?

    I've finished building a website that I want to publish on Business Catalyst for my client. I'm using Dreamweaver CC. There is an option for creating a new BC website, but I can't find a way to upload a finished site like I was able to in the older versions of Dreamweaver. Am I missing something?

    A workaround that's available that involves a few steps.
    1. Print a network configuration page to get the printers host name.
    a. press the wrench in top right hand corner
    b. Select the wireless menu
    c. Scroll and select network configuration.
    d. Print network configuration page.
    2. Select start menu
    a. Go to my computer.
    b. At the top of the page select map network drive.
    c. In the drive box select a available drive letter.
    d. In the Path or Folder text box, type the following:
    \\ insert host name here\Memory_Card
    example on how it should look. \\HP7A5319\memory_card
    Select finish after entering information.
    Let me know how it goes.

  • Hi Group: I think my "Macintosh H.D." disappeared off my desk top when I cloned the drive in setting up ext drive. The space at top rt corner went blank, the drive shows in disk utility, startup window, in the finder it shows up as "my Mac Pro'Help"

    Hi Group:
    In trying to set up an ext Drive for different purpose, I cloned my Macintosh H.D. drive and saved on another drive. Then I cloned the data on the Ext, used my orig. DVD to install sy on it, 4 attempts before it would accept the install. Did a reboot to confirm install no luck, and noticed that the space at top rt of D/T blank, the 2nd,3rd,& 4th bay Drives appeared below a blank space. My Mac H.D. appears in startup window & D/U but in finder Pref it is listed as " my name Mac Pro". The desk top has stayed the same, I can use startup to S/U  in all drives with a Sy, including Macintosh H. D. altho no icon or other clue that I am booted in it.
    During all my attempts with cloning and saving etc I think I made it invisible. I am not comfortable to try Terminal to find out. I will be totally thankful for all suggestions.
    I am using a Mac Pro (2008) with OS 10.6.8
    The external drive is on Firewire
    I used Disk Utility to set up drive
    I used  CCC to clone
    Thanks Funoptics

    go to finder preferences then side bar. make sure hard disk is ticked.

  • How to format the spaces in a text file using bat file scripting

    Currently the records in my text file are like this:
    100239 0000015.00 
    QRP
    I want them to be like this:
    100266 0000015.00 QRP
    There should be 6 spaces before the first column and 8 spaces after that. There should be 1 space between the second and third columns.
    Generally this file contains approx 1000 records.
    Any help is highly appreciated.
    Thank you.

    So far it's like this:
    for /f "skip=2 delims=*" %%a in (C:\Bonus_File_Export.txt) do (
    echo %%a >>C:\newfile.txt    
    xcopy C:\newfile.txt C:\Bonus_File_Export.txt /y
    del C:\newfile.txt /f /q
    I've to format a text file generated by the tool Microstrategy and it feed it to another system in a specific format. Ihave removed the headers with the above script but was unable to remove the spaces between those columns.
    You can use this code as a basis for your script:
    @echo off
    set Line=
    if exist d:\temp\newfile.txt del d:\temp\newfile.txt
    for /F "skip=2 tokens=1-2" %%a in (d:\temp\test.txt) do call :Sub %%a %%b
    goto :eof
    :Sub
    if not "%2"=="" (
      set Line=      %1        %2
    ) else (
      echo %Line% %1>>d:\temp\newfile.txt
    It works provided that your input file uses this format:
    Header line
    Header line
    100239 0000015.00  
    QRP
    100240 0000016.00  
    QRR
    100241 0000017.00  
    QRS
    100242 0000018.00  
    QRT
    100243 0000019.00  
    QRU
    100244 0000020.00  
    QRV

  • How to use Dreamweave​r instead of Site Builder

    I created a website using Dreamweaver and used its FTP capability to upload the files.  I used the settings (HOST NAME: ftpmysite.verizon.net, User Name: your user ID (e.g. - jsmith), PASSWORD: your password) that were published here.. http://www.verizon.net/central/vzc.portal?_nfpb=tr​ue&action=FAQ&_pageLabel=pws_content#wlp_pws_conte​...
    Dreamweaver uploaded the files and the Web Space Monitor lists all of the files but they are not accessible using my personal URL (http://mysite.verizon.net/username).  In the Disk Space tool in Site Builder shows the files under a category of "Other Files (including system files)."
    How can I get my website to be active through my personal URL without using Site Builder?
    Thanks for your help!
    Solved!
    Go to Solution.

    somegirl wrote:
    Is the main page file listed as index.htm or index.html?
    When web designing, it doesn't matter if it's either .htm or .html. Just as long as every other page that you DO link the index file to that it's consistent.
    For example, I cannot have on another page:
    <a href="index.htm">Text here</a>
    When the original index file is a .html
    So long as you're consistent when linking each file to the original index it should be fine. The Suffix that it has really hasn't mattered for years.
    If you use 'pls' because it's shorter than 'please' I'm going to say 'no' because it's shorter than 'yes.'
    Wanna see my YouTube Channel? Message me about it really quick!

Maybe you are looking for

  • Pages 5.2.2 Business Resume: How to modify the Section Layout Margin

    I started writing a document using the Business Resume template in Pages 5.2. On the first page (only) there is a big vertical gap/margin/whitespace between the header and the section. I was wondering how you can resize the section OR remove that gap

  • Close-up of my code (to go with my Spry 2.0 post)

    I'm new to this forum, and did not realize that my posted code was going to be so small. So here it is larger: As I wrote in my earlier post a few minutes ago, I don't exactly understand ""file:///MacProG5/..." Thank you.

  • Receive HTTP Response Message

    I set up a HTTP Receiver Adapter and successfully sent a message to a http destination. The problem is, I can't find the Response Message from the HTTP destination. Where can I find it, and how can i handle it? Thanks!

  • Blue screen while session iniciates

    hi, i got a problem with my macbook. when i turn on my mac is starts as normal, but when apple logo appears with little circle running on, a blue screen appears for four minutes and then appears the desk as normal. My mac is completly new and this is

  • IPhone 5 in recovery mode stop in the middle of the restoration - UNKOWN ERROR (14)

    Firts, my IPHONE 5 was freezing and then rebooting itself.  Did a restauration this morning and since 15h00, it was rebooting itself repedetly. I just force a restauration of it with ITUNES (all the latest versions) and the IPHONE got stuck in the mi