DW8 to CS5 and Framesets to CSS

Needs some direction urgently!
I upgraded from DW8 to CS5 and finally decided to change over from using frames to using CSS. My problem is I am lost. The templates are great, but there is something I am so stuck with.
Using frames I linked to pages and loaded in a specific target (frame). How do I do this using CSS. Or is there a way to just change content of the content area?

Thanks, but I am such a newb and think my explanation came across wrong.
What I did before is this.
Created a home page with frames (header frame where I put logo plus navigation, and mainframe). I then had more pages which would open in the mainframe when clicking on the navigational buttons on the header frame.
I now want to use...2 column liquid, left sidebar, header and footer. When clicking on a link in left side bar I want different pages / information to appear on the div container (geez hope I have this terminology right).
Hope you get what I am saying.

Similar Messages

  • Photoshop cs4 and cs5 and after effects 7.0

    Hello my name is mel
    My question ! I'm working with photoshop cs4 and after effects 7.0 building a web page and this going to be my first page . I got the header in and the footer also,
    the main body is going to be this avi file. after effect project that I want to run when the page opens. I want to slice up and send to DW for coding . my question is how do you slice this page up and transport it to DW.cs5 and do you have to code the avi in html and css to run when the page is open. Because as now when you run the avi in photoshop nothing elese on the page works , just the avi runs when you turn off the avi then every thing is back normal .to run the avi you have go to the video part of psd and click on the start button . any idea or any suggestion how to proceded would help
    thanks
    mel
    [email protected]

    we were told in design school to use ps to design your site   then transport to DW to code??
    Maybe I misunderstood you.... You do the graphics in PS, that's of course what everyone does and then you code in DW, but by all means, you do not operate on the atrocious code Save for Web would spit out from PS. Trying to fix it is more trouble than starting with a blank page in DW and inserting the background and otehr images manually. And you definitely misunderstand "animation" vs. "video" After Effects is just a means to turn animation into video just as Flash is a means of creating dynamically rendered animation or interactive content. Both have their uses, but without knowing what kind of animation or video you actually need to produce, this is going nowhere. It may turn out that all you need is an animated GIF, after all... Furthermore your AE 7 is dated and does not output good H.264 or FLV directly compared to more recent versions, so this opens up yet anotehr can of worms when it comes to producing good quality web video at small file sizes... In any case, you still require a lot of reading. Too complex a topic for which nobody can provide a tippy-toe tutorial and without understanding even some basic concepts, the most beautifully designed PS grafik will end up being nothing more than a useless lump of pixels on a web server...
    Mylenium

  • How to centre the html pages & How to set the Index as Homepage (just upgraded to CS5 and am lost)

    Hi
    Ive just upgraded to CS5 and am a bit lost!!
    1st Problem
    I updated our website design (which was previously designed in fireworks using CS3) using Fireworks CS5 and exported the images etc as html and loaded into the website folder.... however now Im in dreamweaver and ive tried centring the page, but when I go into live view, its aligned on the left....
    My method.... I open the page, I select the 'table' then in the property box, under Align, i click 'Centre'.  This was how i centred in the older version. 
    2nd Problem
    Where do you set the homepage??  In the version ive been using up until recently, in the 'Local view' file manager (on the right) i would simply highlight the 'index.html' page, then right-click and select 'set as homepage'..... that seems to have disappeared in the newer version.  How do I do this now???
    All help is very much appreciated!
    Thanks
    Amanda

    Oh No! But its worked perfectly in the past.  Had no idea about fireworks not being able to used.... whoops! 
    The code is:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Junction Park Fete : Australiana Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">td img {display: block;}</style>
    <!--Fireworks CS5 Dreamweaver CS5 target.  Created Mon Jan 31 19:43:33 GMT+1000 (EST) 2011-->
    <script language="JavaScript1.2" type="text/javascript">
    <!--
    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;
    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>
    </head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('Images/index_r4_c4_s2.jpg','Images/index_r4_c4_s4.jpg','Images/ index_r4_c4_s3.jpg','Images/index_r4_c6_s2.jpg','Images/index_r4_c6_s4.jpg','Images/index_ r4_c6_s3.jpg','Images/index_r4_c10_s2.jpg','Images/index_r4_c10_s4.jpg','Images/index_r4_c 10_s3.jpg','Images/index_r4_c13_s2.jpg','Images/index_r4_c13_s4.jpg','Images/index_r4_c13_ s3.jpg','Images/index_r4_c15_s2.jpg','Images/index_r4_c15_s4.jpg','Images/index_r4_c15_s3. jpg','Images/index_r4_c18_s2.jpg','Images/index_r4_c18_s4.jpg','Images/index_r4_c18_s3.jpg ','Images/index_r4_c21_s2.jpg','Images/index_r4_c21_s4.jpg','Images/index_r4_c21_s3.jpg',' Images/index_r4_c24_s2.jpg','Images/index_r4_c24_s4.jpg','Images/index_r4_c24_s3.jpg','Ima ges/index_r4_c26_s2.jpg','Images/index_r4_c26_s4.jpg','Images/index_r4_c26_s3.jpg');">
    <table width="965" border="0" align="center" cellpadding="0" cellspacing="0" style="display: inline-table;">
    <!-- fwtable fwsrc="Template_Index.png" fwpage="Page 1" fwbase="index.jpg" fwstyle="Dreamweaver" fwdocid = "1559752332" fwnested="0" -->
      <tr>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="13" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="14" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="43" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="48" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="11" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="23" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="51" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="58" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="7" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="46" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="65" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="38" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="57" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="40" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="57" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="54" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="43" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="11" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="42" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="49" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="75" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="20" height="1" border="0" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_Banner_s1" src="Images/Index_Banner_s1.jpg" width="965" height="138" border="0" id="Index_Banner_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="138" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_TopBorder_s1" src="Images/Index_TopBorder_s1.jpg" width="965" height="21" border="0" id="Index_TopBorder_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="21" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="index_r3_c1_s1" src="Images/index_r3_c1_s1.jpg" width="965" height="28" border="0" id="index_r3_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="28" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="3"><img name="index_r4_c1_s1" src="Images/index_r4_c1_s1.jpg" width="35" height="11" border="0" id="index_r4_c1_s1" alt="" /></td>
       <td><a href="index.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c4_s1','Images/index_r4_c4_s2.jpg','Images/index _r4_c4_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c4_s1','Images/index_r4_c4_s3.jpg',1);"><i mg name="index_r4_c4_s1" src="Images/index_r4_c4_s1.jpg" width="43" height="11" border="0" id="index_r4_c4_s1" alt="" /></a></td>
       <td><img name="index_r4_c5_s1" src="Images/index_r4_c5_s1.jpg" width="48" height="11" border="0" id="index_r4_c5_s1" alt="" /></td>
       <td colspan="3"><a href="sponsors.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c6_s1','Images/index_r4_c6_s2.jpg','Images/index _r4_c6_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c6_s1','Images/index_r4_c6_s3.jpg',1);"><i mg name="index_r4_c6_s1" src="Images/index_r4_c6_s1.jpg" width="72" height="11" border="0" id="index_r4_c6_s1" alt="" /></a></td>
       <td><img name="index_r4_c9_s1" src="Images/index_r4_c9_s1.jpg" width="51" height="11" border="0" id="index_r4_c9_s1" alt="" /></td>
       <td><a href="rides.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c10_s1','Images/index_r4_c10_s2.jpg','Images/ind ex_r4_c10_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c10_s1','Images/index_r4_c10_s3.jpg',1);"> <img name="index_r4_c10_s1" src="Images/index_r4_c10_s1.jpg" width="38" height="11" border="0" id="index_r4_c10_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c11_s1" src="Images/index_r4_c11_s1.jpg" width="65" height="11" border="0" id="index_r4_c11_s1" alt="" /></td>
       <td><a href="stalls.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c13_s1','Images/index_r4_c13_s2.jpg','Images/ind ex_r4_c13_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c13_s1','Images/index_r4_c13_s3.jpg',1);"> <img name="index_r4_c13_s1" src="Images/index_r4_c13_s1.jpg" width="46" height="11" border="0" id="index_r4_c13_s1" alt="" /></a></td>
       <td><img name="index_r4_c14_s1" src="Images/index_r4_c14_s1.jpg" width="65" height="11" border="0" id="index_r4_c14_s1" alt="" /></td>
       <td><a href="food.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c15_s1','Images/index_r4_c15_s2.jpg','Images/ind ex_r4_c15_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c15_s1','Images/index_r4_c15_s3.jpg',1);"> <img name="index_r4_c15_s1" src="Images/index_r4_c15_s1.jpg" width="38" height="11" border="0" id="index_r4_c15_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c16_s1" src="Images/index_r4_c16_s1.jpg" width="65" height="11" border="0" id="index_r4_c16_s1" alt="" /></td>
       <td colspan="2"><a href="music.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c18_s1','Images/index_r4_c18_s2.jpg','Images/ind ex_r4_c18_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c18_s1','Images/index_r4_c18_s3.jpg',1);"> <img name="index_r4_c18_s1" src="Images/index_r4_c18_s1.jpg" width="48" height="11" border="0" id="index_r4_c18_s1" alt="" /></a></td>
       <td><img name="index_r4_c20_s1" src="Images/index_r4_c20_s1.jpg" width="57" height="11" border="0" id="index_r4_c20_s1" alt="" /></td>
       <td><a href="raffles.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c21_s1','Images/index_r4_c21_s2.jpg','Images/ind ex_r4_c21_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c21_s1','Images/index_r4_c21_s3.jpg',1);"> <img name="index_r4_c21_s1" src="Images/index_r4_c21_s1.jpg" width="54" height="11" border="0" id="index_r4_c21_s1" alt="" /></a></td>
       <td colspan="2"><img name="index_r4_c22_s1" src="Images/index_r4_c22_s1.jpg" width="54" height="11" border="0" id="index_r4_c22_s1" alt="" /></td>
       <td><a href="races.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c24_s1','Images/index_r4_c24_s2.jpg','Images/ind ex_r4_c24_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c24_s1','Images/index_r4_c24_s3.jpg',1);"> <img name="index_r4_c24_s1" src="Images/index_r4_c24_s1.jpg" width="42" height="11" border="0" id="index_r4_c24_s1" alt="" /></a></td>
       <td><img name="index_r4_c25_s1" src="Images/index_r4_c25_s1.jpg" width="49" height="11" border="0" id="index_r4_c25_s1" alt="" /></td>
       <td><a href="contacts.htm" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','index_r4_c26_s1','Images/index_r4_c26_s2.jpg','Images/ind ex_r4_c26_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','index_r4_c26_s1','Images/index_r4_c26_s3.jpg',1);"> <img name="index_r4_c26_s1" src="Images/index_r4_c26_s1.jpg" width="75" height="11" border="0" id="index_r4_c26_s1" alt="" /></a></td>
       <td><img name="index_r4_c27_s1" src="Images/index_r4_c27_s1.jpg" width="20" height="11" border="0" id="index_r4_c27_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="11" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="index_r5_c1_s1" src="Images/index_r5_c1_s1.jpg" width="965" height="24" border="0" id="index_r5_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="24" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="27"><img name="Index_BottomBorder_s1" src="Images/Index_BottomBorder_s1.jpg" width="965" height="22" border="0" id="Index_BottomBorder_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="22" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r7_c1_s1" src="Images/index_r7_c1_s1.jpg" width="160" height="68" border="0" id="index_r7_c1_s1" alt="" /></td>
       <td rowspan="9" colspan="20"><img name="index_r7_c8_s1" src="Images/index_r7_c8_s1.jpg" width="805" height="448" border="0" id="index_r7_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="68" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r8_c1_s1" src="Images/index_r8_c1_s1.jpg" width="160" height="19" border="0" id="index_r8_c1_s1" usemap="#m_index_r8_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="19" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r9_c1_s1" src="Images/index_r9_c1_s1.jpg" width="160" height="30" border="0" id="index_r9_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="30" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r10_c1_s1" src="Images/index_r10_c1_s1.jpg" width="160" height="15" border="0" id="index_r10_c1_s1" usemap="#m_index_r10_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="15" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="7"><img name="index_r11_c1_s1" src="Images/index_r11_c1_s1.jpg" width="160" height="122" border="0" id="index_r11_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="122" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3"><img name="index_r12_c1_s1" src="Images/index_r12_c1_s1.jpg" width="8" height="42" border="0" id="index_r12_c1_s1" alt="" /></td>
       <td colspan="5"><img name="index_r12_c2_s1" src="Images/index_r12_c2_s1.jpg" width="129" height="18" border="0" id="index_r12_c2_s1" usemap="#m_index_r12_c2_s1" alt="" /></td>
       <td rowspan="3"><img name="index_r12_c7_s1" src="Images/index_r12_c7_s1.jpg" width="23" height="42" border="0" id="index_r12_c7_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="18" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r13_c2_s1" src="Images/index_r13_c2_s1.jpg" width="129" height="7" border="0" id="index_r13_c2_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="7" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r14_c2_s1" src="Images/index_r14_c2_s1.jpg" width="129" height="17" border="0" id="index_r14_c2_s1" usemap="#m_index_r14_c2_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="17" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="5" colspan="7"><img name="index_r15_c1_s1" src="Images/index_r15_c1_s1.jpg" width="160" height="259" border="0" id="index_r15_c1_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="152" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="4"><img name="index_r16_c8_s1" src="Images/index_r16_c8_s1.jpg" width="185" height="46" border="0" id="index_r16_c8_s1" alt="" /></td>
       <td rowspan="2" colspan="5"><img name="index_r16_c12_s1" src="Images/index_r16_c12_s1.jpg" width="164" height="30" border="0" id="index_r16_c12_s1" alt="" /></td>
       <td rowspan="3" colspan="2"><img name="index_r16_c17_s1" src="Images/index_r16_c17_s1.jpg" width="97" height="46" border="0" id="index_r16_c17_s1" alt="" /></td>
       <td colspan="4"><img name="index_r16_c19_s1" src="Images/index_r16_c19_s1.jpg" width="162" height="16" border="0" id="index_r16_c19_s1" usemap="#m_index_r16_c19_s1" alt="" /></td>
       <td rowspan="3" colspan="5"><img name="index_r16_c23_s1" src="Images/index_r16_c23_s1.jpg" width="197" height="46" border="0" id="index_r16_c23_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="16" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="4"><img name="index_r17_c19_s1" src="Images/index_r17_c19_s1.jpg" width="162" height="30" border="0" id="index_r17_c19_s1" usemap="#m_index_r17_c19_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="14" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="5"><img name="index_r18_c12_s1" src="Images/index_r18_c12_s1.jpg" width="164" height="16" border="0" id="index_r18_c12_s1" usemap="#m_index_r18_c12_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="16" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="20"><img name="index_r19_c8_s1" src="Images/index_r19_c8_s1.jpg" width="805" height="213" border="0" id="index_r19_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="61" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r20_c1_s1" src="Images/index_r20_c1_s1.jpg" width="21" height="152" border="0" id="index_r20_c1_s1" alt="" /></td>
       <td colspan="4"><img name="index_r20_c3_s1" src="Images/index_r20_c3_s1.jpg" width="116" height="124" border="0" id="index_r20_c3_s1" usemap="#m_index_r20_c3_s1" alt="" /></td>
       <td rowspan="2"><img name="index_r20_c7_s1" src="Images/index_r20_c7_s1.jpg" width="23" height="152" border="0" id="index_r20_c7_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="124" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="4"><img name="index_r21_c3_s1" src="Images/index_r21_c3_s1.jpg" width="116" height="28" border="0" id="index_r21_c3_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="28" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="3" colspan="7"><img name="index_r22_c1_s1" src="Images/index_r22_c1_s1.jpg" width="160" height="249" border="0" id="index_r22_c1_s1" alt="" /></td>
       <td colspan="20"><img name="index_r22_c8_s1" src="Images/index_r22_c8_s1.jpg" width="805" height="97" border="0" id="index_r22_c8_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="97" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="index_r23_c8_s1" src="Images/index_r23_c8_s1.jpg" width="89" height="152" border="0" id="index_r23_c8_s1" alt="" /></td>
       <td><img name="index_r23_c10_s1" src="Images/index_r23_c10_s1.jpg" width="38" height="20" border="0" id="index_r23_c10_s1" usemap="#m_index_r23_c10_s1" alt="" /></td>
       <td rowspan="2" colspan="17"><img name="index_r23_c11_s1" src="Images/index_r23_c11_s1.jpg" width="678" height="152" border="0" id="index_r23_c11_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="20" border="0" alt="" /></td>
      </tr>
      <tr>
       <td><img name="index_r24_c10_s1" src="Images/index_r24_c10_s1.jpg" width="38" height="132" border="0" id="index_r24_c10_s1" alt="" /></td>
       <td><img src="Images/spacer.gif" width="1" height="132" border="0" alt="" /></td>
      </tr>
    </table>
    <map name="m_index_r8_c1_s1" id="m_index_r8_c1_s1">
    <area shape="rect" coords="22,0,137,19" href="http://www.harveynorman.com.au/" alt="" />
    </map>
    <map name="m_index_r10_c1_s1" id="m_index_r10_c1_s1">
    <area shape="rect" coords="18,0,136,15" href="http://www.sovereignhomes.com.au/" alt="" />
    </map>
    <map name="m_index_r12_c2_s1" id="m_index_r12_c2_s1">
    <area shape="rect" coords="0,0,129,18" href="Publications/JPSS_FeteNewsletter_Issue01.pdf" alt="" />
    </map>
    <map name="m_index_r14_c2_s1" id="m_index_r14_c2_s1">
    <area shape="rect" coords="0,0,129,17" href="Publications/JPSS_Newsletter_Issue02.pdf" alt="" />
    </map>
    <map name="m_index_r16_c19_s1" id="m_index_r16_c19_s1">
    <area shape="rect" coords="0,0,162,17" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r17_c19_s1" id="m_index_r17_c19_s1">
    <area shape="rect" coords="0,-16,162,1" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r18_c12_s1" id="m_index_r18_c12_s1">
    <area shape="rect" coords="0,0,164,16" href="mailto: [email protected]" alt="" />
    </map>
    <map name="m_index_r20_c3_s1" id="m_index_r20_c3_s1">
    <area shape="rect" coords="0,0,116,124" href="http://www.rantan.com.au/" alt="" />
    </map>
    <map name="m_index_r23_c10_s1" id="m_index_r23_c10_s1">
    <area shape="rect" coords="0,0,38,20" href="javascript:;" alt="" />
    </map>
    </body>
    </html>

  • Dreamweaver CS5 and/or CF Builder

    I am trying to figure out what development software would be the most useful.  I have been using Dreamweaver to write ColdFusion for years but I have been asked by a new client for advice on what software to purchase.  I haven't used CS5 or ColdFusion Builder so please pardon any ignorant questions.  We need to be able to design website content as well as write code.  I am not sure if it would make more sense to purchase CS5 and Builder or just CS5.  The person on the phone at Adobe said that if I purchased CS5 there would be no need to purchase Builder but I thought I would ask here to see what the developer opnion was.  I plan on downloading and evaluating them my self but I am still curious to here your opinions.
    Thanks,
    David

    I find it a bit strange too that they would not include CF Builder as part of a "WEB Premium" package - afterall CFBuilder is used for building Web Sites/Apps.  Also having a tool like that as part of the Web Premium would help promote Coldfusion in same ways.  Adobe should at least perhaps offer a CFBuilder upgrade version pricing if you own CS5 web premium - I mean Flash Builder is already included in CS5 (which is part of the CFBuilder bundle).
    Anyway, I mainly use DW to build CF sites, I found that the code hinting (or what you call it) (not only for CF, but also CSS, html etc) is better then it is in CFBuilder (the beta version of CFBuilder anyway - for me).  I mainly use DW in code view though.
    Like you said, download both and give them a whirl.

  • I saw and offer about css for two yeas, I cant find that again and can I upgrade from singe css phot

    I saw and offer about css for two yeas, I cant find that again and can I upgrade from singe css photoshop account?

    Hi magnusesp,
    Yes you may upgrade to Adobe Photoshop CC at the discount pricing.  *Requires any CS3, CS4, CS5, CS5.5 or CS6 product.
    Please click on the link to purchase the software - Adobe Photoshop CC Upgrade pricing plan
    ^Ani

  • Have CS5 and CS6.  Need to reduce size of file from 6Mb to 2 Mb for contest purposes without losing original

    Have CS5 and CS6.  Need to reduce size of file from 6Mb to 2 Mb for contest purposes without losing original

    Just save the document to a new jpeg file name using a lower quality setting or re-size the image down in  size the save a high quality smaller new jpeg image.

  • DW CS5 and choppy video in IE

    Problem
    Flash video inserted in a webpage made in DW CS5 and played back in IE8 plays back at a frame rate that is too low (looks "choppy").
    Flash video inserted in a webpage and played back in IE8 plays back fine and smoothly / correct frame rate.
    In CS3
    Insert / Media / Flash Video / Browse / choosing a 480x270 FLV video at 29.97 fps
    Clicking "detect size"
    Chosing "clear skin 1"
    Saving
    Now a screen/message somes up:  "Copy Dependet Files" comes up. It says:
    "This page uses an object or behaviour that requires supporting files. The following files have been copied to your local site. You must upload them to your server in order for the object or behaviour to function"
    And then mentions ONE file:
    "......../CS3%20test/Scripts/AC_RunActiveContent.js"
    I click "OK" and it's saved.
    I now go to the folder where I have the index-file and the other files.
    I right click on index.html and open it with Internet Explorer 8. It plays smooth and just as expected.
    I right click on index.html and open it with Internet Firefox. It plays smooth and just as expected.
    Summing up: Inserting a flash video in Dreamweaver CS3 seems to work fine when I play it in Internet Explorer 8.
    In CS5
    Insert / Media  / FLV...  /
    I prompts me to save now. I save - and get the "Insert FLV" menu.
    I click "Browse" and choose the video I want.
    I click "Detect Size" and then hit "OK"
    Now I hit "Save again". Now a message comes up:
    "This page uses an object or behaviour that requires supporting files. The following files have been copied to your local site. You must upload them to your server in order for the object or behaviour to function"
    Now TWO files are mentioned:
    Scripts/expressInstall.swf
    Scripts/swfobject_modified.js
    I click "OK"
    I now go to the folder where I have the index-file and the other files that I made in Dreamweaver CS5.
    I right click on index.html and open it with Internet Explorer 8. It plays at a too low frame rate of 10-15 fps and not as expected.
    I right click on index.html and open it with Internet Firefox. It plays smooth and just as expected.
    Summing up: Inserting a flash video in Dreamweaver CS5 makes the video playing back at a too low frame rate in Internet Explorer 8.
    I uploaded the two versions (CS3 and CS5) to a website and had colleagues view it with different browsers and indeed IE8 always displays the video made in DW CS3 smooth and in DW CS5 as choppy/too low frame rate.
    QUESTION
    What am I doing wrong here? Any settings I've missed here? I can see that the file saving behaviour is a little different. Any help would be greatly appreciated.
    David

    1. The videos were encoded identically in both situations. In fact, it is the exact same FLV file being used... Of  course, otherwise it would be a meaningless comparison... But I have tried with numerous different FLV files, different framerates, bitrates and sizes. The problem is identitcal. CS3 plays fine in IE8 and CS5 plays choppy and with a lower frame rate in IE8. The scenario is the same when I compare CS3 and CS5.
    2. No I can't post anything. It's just a low frame rate that's all. Imagin a clip playing at 8 fps. That's what it looks like. Everything works normally, just a low frame rate. Just use any NLE and set the project to play something at 8 -12 fps and that is exactly what it looks like.
    Flash video inserted in CS5 Dreamweaver results in IE8 playing back the video at a too low frame rate. Firefox plays it back fine at full frame rate. This indicates the video itself is fine. Something is happening between IE8 and CS5 DW perhaps?
    Any more ideas? Thanks and advance.
    David

  • I have Photoshop CS5 and am trying to download the Camera Raw plug in which will enable me to look at RAW images from a Nikon D800 . The download appears in my " Downloads " folder but when I try to open a RAW image I get a message up which says it can't

    I have Photoshop CS5 and am trying to download the Camera Raw Plug in that will allow me to open images taken with a D800 camera .
    It appears the download has been successful when I look in my " Downloads " Folder but I still get a message up saying the installed version of Camera RAW won't support the Camera model ( i.e. D800 ) . What am I missing ??
    Tony Fletcher

    You need to download and install Camera Raw 6.7.1 for CS5. Once you have downloaded it, you need to install it while CS5 is closed.
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Camera Raw 6.7.1 Update
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Camera Raw 6.7.1 Update
    Once downloaded, unzip/unpack the file, and run the executable to start the update, following the instructions.

  • How can I download and install PCS5 (i have serial nu) when MacBookPro only shows Bridge CS5 and defaults to CS4?

    I may have inadbertenly deleted CS5 Photoshop in error or it never installed. I had a time when HD was 99 percent full so I started deleting CS3,4 etc Photoshop, Bridege. I remember downloading for this laptop the CS5 for Mac , Bridge, Raw, DNg all that but it was over a year ago.
    Download file shows unable to install CS5 Photoshop not all there (paraphrase). I cannot seem to find support at Adobe web site where downloads are available as long as they have your information. My information is all there.
    I don't understand the new Download Manager but i downloaded it and it seems to deal with creative suite and mobile apps.
    Do I have a conflict with my outdated unsupported Creative suite from pre intel Adobe I think CS7?   I was on phone for long time. the lady couldn't speak good english . She put me on hold after asking twice (two holds) if she could transfer me to tech support. then bumper phone is dead, i.e. i got cut offf. So am on phone again.
    Am almost 70 and do not want to buy a subscription for photoshop to edit when i can live with CS5 and i would like to upgrade LR to match CS5. Everything works on my IMAC since I paid for CS5. It is this laptop I having trouble getting CS5 Photoshop installed.  Do I have to agree to the free Creative Suite trial?  I don't want to shoot myself in foot, i.e. ruin chance to just keep using what I own.  I understand they want us all to pay a monthly subscription for all the applications we paid good money for to keep upgrading. Nice to be able to change rules after ownership.  I wish Adobe hadn't been bought up my sd;fans as it has gone downhill from their logos to their ruining apps like Word did with adding a zillion icons when we all know how to use shortcuts to choose Levels.  I hate the new format it is more confusing. I spent a lot of money learning and loving Photoshop.
    Please help . What do I do?

    Hi,
    I hate to say so, but I'm not far behind you in years. So anyway I'll try and help you out as a user and forum volunteer.
    So let's see if I can properly answer your questions.
    First off, never delete Adobe products on a Mac. You use the uninstaller found in the program folder. Photoshop CS5 for example,
    Use the CS Cleaner to get at those bits the uninstaller missed.
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Here the direct download link from Adobe for CS5 Installers.  Mac included.
    http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html
    If you do not have your serial number at the ready, go here to this link,
    https://www.adobe.com/account/my-products-services.html
    Sign in with the adobe ID and password you registered your products under.
    Under "My Products" You will see what you purchased and a triangle next to it.
    Click on that triangle to see your serial numbers.
    If it is an upgrade, get the serial number from the previous version while you are there.
    That should be enough for you to go on. Any further questions, I'll give it a try.
    Don't worry about Creative Cloud. Adobe might advertise it, but you decide if you need it.
    Gene

  • I have PS CS5 and LR on my iMac- How do I install it also on my Macbook Pro?

    I have CS5 and LR on my iMac but need to install them also on my new Macbook Pro.  I have the original disks and serial numbers, but do not have a CD rom drive on the Macbook.  Is there a way to download them just using the serial numbers without having to upgrade to Creative Cloud?  Thanks so much

    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html
    Lightroom - all versions
    Windows
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Windows
    Mac
    http://www.adobe.com/support/downloads/product.jsp?product=113&platform=Macintosh

  • How do I create the highest quality pdfs with InDesign CS5 and Acrobat Pro 9?  New settings needed?

    I sent a lot of jobs to printing companies by sending them high-res proofs on very large, multiple page jobs with lots of photos and graphics.  Many companies are requesting that I just send pdfs.  I just upgraded to Windows 7 and CS5.  I used to have some special settings in my older Acrobat Distiller  and InDesign which have been lost.  They gave a much better result that what I seem to be getting from the "Press Quality" setting for pdf's.  Does anyone have an excellent list of settings that can used to improve the quality of pdf's?  I don't know if this is a combination of settings in both InDesign itself, as well as in Acrobat Distiller, or if the settings in one program will solve this.  I have a job pending that needs improvement in the pdf quality.  Thank you.

    Thanks Peter.  My last post was specific to using the Print Booklet feature (which is now solved thanks to your help).  But this is related to creating high-res pdfs in general that go to printing companies, and being used for sending high-res proofs to clients.  In general I don't need to set up printer spreads for my jobs (just for the one I asked about in my other post), but I used to have some specific settings that a printing company supplied me with to give the highest res pdf output possible.  Those settings did in fact give a better result than the Press Quality settings built into my Adobe programs.  I have had printers over the years request that I create a postscript file, then use distiller (using the settings they supplied) and I got an excellent result.  After getting a new computer, Windows 7 and new CS5 and Acrobat Pro 9 upgrade, all of these settings were lost.  I have notes on the settings from a couple of years ago, but they don't seem to apply to the CS5 programs in every given area and I feel like there may be just a couple of boxes that either should or shouldn't be checked that I'm missing now.
    I understand that this is very specific information, and I may just need to go with the Press Quality settings. The printing company that gave me that great info a while back is no longer in business and other printing companies I have checked with won't spend that kind of time with me (or maybe they don't know anything other than using the Print Quality setting).   Maybe within the CS5 program now, the quality of this setting has been improved more than I realize yet.  Again, I'm new to CS5 and am just trying to get everything back to the way I used to have things running, and trying to get the best results possible.
    Thanks again!

  • Can only draw circle and square in Illustrator CS5 and Photoshop CS5

    I am experiencing a strange bug that seems to be affecting both Photoshop CS5 and Illustrator CS5. In Illustrator, when I try to draw a rectangle or ellipse I can only draw circles and squares. Also I can't change the color of selected objects. When I try to change its fill nothing happens. I can also only drag objects on the 0, 45 and 90 degree angles. Also I can no longer select off an object by clicking on the artboard. When I click on the artboard nothing happens.
    Similarly in Photoshop I can only draw straight lines using the brush tool. The  marquee tool is also not functioning properly. When I try to use the marquee tool the marching ants form a square but when I release the mouse it selects a rectangular portion. Strangely if I use the marquee tool and make selection I can press the shift key and add to it but this second selection's marching ants are not square but are properly rectangular.
    Since the problem seems to be affecting both Illustrator and Photoshop I'm thinking it's probably some kind of system conflict or perhaps an application running in the background is affecting it. Also if I restart my mac the problem goes away. Unfortunately the problem eventually returns.
    Anyway I'm pretty sure most of the suggested fixes involve systematically going through all the programs running in the background and trying to determine which if any might be affecting Illustrator and Photoshop but I just thought I'd post something in case someone else had the problem or knew of any fixes.
    I'm running CS5 on a MBP.
    Thanks!

    Ok I figured out the problem. It was another application called teleport which lets you control 2 macs with one mouse. It requires a hot key and in my case that was the shift key. Even though it was running it was still affecting me. Had to quit it and restart. If you're having a similar problem I'd check to see you're not running any other applications that can be activated with a hot key.

  • Questions about Adobe After Effects CS5 and CS5.5

    I have the Adobe Design Creative Suite CS5 (Photoshop CS5, Illustrator CS5, Flash CS5, Dreamweaver CS5, InDesign CS5, and Fireworks CS5) and was going to order an old copy of After Effects CS5 for my iMac. However when I was about to order on an online store, I notice that there is a CS5 and a CS5.5 version for After Effects. I would like to know which version is better and if I get Adobe After Effects CS5.5 version will I be able to intergrate with CS5 versions of Photoshop, Illustrator, and Flash?
    Alos is there a way for to order a copy of Adobe After Effects CS5(or CS5.5 version) on the Adobe online store? I don't want to order the CS6 version of After Effects because I'm afraid I will not be able to intergrate it with my CS5 versions of Photoshop, Illustrator, and Flash.

    You should get After Effects CS6. There is no reason to be concerned about using After Effects Effects CS6 with Flash, Illustrator, and Photoshop CS5.
    Here's what's new and changed from After Effects CS5 to After Effects CS5.5: http://adobe.ly/hX01mB
    Here's what's new and changed from After Effects CS5.5 to After Effects CS6: http://adobe.ly/HCGNMJ

  • I am getting an error while coding between CS5 and Flash CC specifically: Access of undefined property instrument_txt. I am using a book that is made for CS5. Is there a current book or resources for Actionscript 3.0 and Flash CC?

    Scene 1, Layer 'actions', Frame 1, Line 47, Column 2
    1120: Access of undefined property instrument_txt.
    this is my problem. any ideas. thanks

    I did try this and nothing happened, same error codes. The code works fine from CS5 and CS6 Flash versions. The animation runs well, the text displays where it should in the instrument_txt frame. It is when I try this in Flash CC that it creates the code error. here was an error that came up regarding text problems, something with FLT text converted to another text (I am not sure of the name of the text-type and the "FLT" I am not sure of either).
    thanks

  • I recently got a new HP PC 500-267c/64 bit Windows 7 computer. I installed Creative Suites CS5 and I cannot scan into Photoshop? It says I need the Twain Plug In. How do I get it?

    I have a new HP PC 500-267c/ Windows 7/64 bit c omputer. I installed Creative Suites CS5 and I cannot scan into Photoshop.
    It says I need the Plug In Twain to scan into Photoshop and can download it but nothing else. How and where
    do I find the download?

    http://helpx.adobe.com/photoshop/kb/twain-plug-photoshop-cs4-cs5.html#main_Photoshop_CS5_a nd_TWAIN
    There's no 64 bit TWAIN so you need to use the 32-bit version of Photoshop. Personally I'd recommend that you use the scanner software as a standalone application and forget TWAIN, which is rapidly becoming obsolete and more or less abandoned everywhere. All it does is call up the very same scanner software, only from within the PS UI, and tying up Photoshop in the process.

Maybe you are looking for

  • What is the right macbook for me?

    So I convinced my mom to get a macbook, but the next problem is what macbook is right for me? I will use it for school work : I will use it for: - Word proccessing - portability - slideshows - programming in xcode and in Java - Gaming - Music - Devel

  • Verizon lies about me calling to terminate contract

    I phoned a Verizon CSR to terminate my service at the end of my two year contract. I arranged a new calling plan for my wife to run through till the end of her contract and ended the call. I notified family, parishioners and co-workers of our new hom

  • Mystery iPod with Mystery Question?

    I happened to get my cousin's old iPod, because he said something about it not working and maybe I could fix it. It's a white 20GB, but I have no idea what generation it is. Old, because the screen isn't color. Anyway, at first I couldn't get it to t

  • InLine Frames Sharing Content With Other Sites

    Hi...does anyone know a simple way that I can allow others to reference my online catalogue inside an iFrame on their page, so that the page and feel still remains constant with their site and their is no real reference to viewers back to my site? I

  • Take home Pay

    PLEASE HELP ME ON GETTING TAKE HOME PAY IN PAY SLIP I HAVE ENTERED EARNINGS AND DEDUCTIONS . WHILE GENERATING THE PAYSLIP BOTH THESE ARE APPEARING IN THE PAYSLIP BUT THE TAKE HOME PAY FILED IS BLANK AND NO AMOUNT IS APPEARING. SHOULD WE DO ANY CONFIG