Help-New to Dreamweaver CS3 and CSS-background

I have struggled more with learning DW and style
sheets than I ever thought I would. So if you will be patient, I am
going to try to ask one question at a time until I can actually get
something accomplished.
First, I would like my website to have a centered container
style. An example of a website would be:
http://www.ortussearch.com/
I would like my center container to extend to the bottom of
the page. I have a small background gif that I would like to tile
for the center container and then use a solid color for the areas
outside of the container. When I was on another site, they gave me
the HTML code but I am not advanced enough to know how to use that.
At this time, I have used my background gif by clicking
background on the "page properties" in the property inspector and
it looks fine but it covers the entire page. Is there no way I can
size this to about 700 pixels in width using the page properties?
Thanks for any help.
DD

I should mention that the css previously won't center the
#wrapper on
the page. If you want it centered, then you'll need to add
this in the
#wrapper definition:
margin: 0 auto;
In the <body> of your document, you'll begin like this:
<div id="wrapper">
The other stuff goes here.
</div>
It's advised to use additional divs or containers. So you
might make
your next container #content or #masthead or whatever else
you may want.
Play around with it and see what you get. These forums are a
fantastic
resource - you might want to also do some reading up on CSS
and HTML
here:
http://www.w3schools.com/.
Darieldd wrote:
>
I have struggled more with learning DW and style
sheets than I ever
> thought I would. So if you will be patient, I am going
to try to ask one
> question at a time until I can actually get something
accomplished.
>
> First, I would like my website to have a centered
container style. An example
> of a website would be:
>
http://www.ortussearch.com/
> I would like my center container to extend to the bottom
of the page. I have a
> small background gif that I would like to tile for the
center container and
> then use a solid color for the areas outside of the
container. When I was on
> another site, they gave me the HTML code but I am not
advanced enough to know
> how to use that.
>
> At this time, I have used my background gif by clicking
background on the
> "page properties" in the property inspector and it looks
fine but it covers the
> entire page. Is there no way I can size this to about
700 pixels in width using
> the page properties?
>
> Thanks for any help.
> DD
>

Similar Messages

  • News regarding Dreamweaver CS3 and Interakt

    I just came across these threads in the Interakt forum and
    thought
    they might be of interest:
    http://tinyurl.com/2rr8b9
    http://tinyurl.com/2nvjoh
    Steve Fleischer
    steve at flyingtigerwebdesign dot com
    Hong Kong

    Bashing or accusing Adobe of this or that, it is not going to
    help at all.
    Only if you roll up your sheeves and having an open-mind, and
    make some recommendation or feedback or insights through
    Dreamweaver wishlist or feedback.
    Please try to understand that no app is perfecto! No one app
    is perfect, that is. Almost perfect yet. Combination of two great
    companies, "old" Adobe and 'formerly' Macromedia into "new" Adobe
    System takes lot of time, effort, understanding and patience. That
    is to say, Adobe isn't pretty much like M$, really.
    I really strongly believe that Adobe does a pretty good job
    in executing new or updating applications or develpoing new
    products... and do a thorough Quality Assurance for each.
    If I remember this correctly, believe it or not, Adobe is
    about to release 16 products all together in matter of weeks away.
    That is lot of work involved with those products under development,
    fixing some problems that arise.
    Please try to understand that InterAKT was once a third-party
    software developer, and of course now an Adobe Company. Intergation
    of InterAKT product(s) into Adobe System going to take some time.
    Bashing and throwing hot potatoes or eggs at Adobe isn't
    going to help.
    quote:
    Originally posted by:
    Benign
    So funny. really don't know what is happening out there!
    Before Adobe buys macromedia we had some minor problems some
    incompatibilities but never heard such a funny story! InterAkt is
    bought by Adobe but new versions of INTRAKT are not compatible with
    older versions of DW and older versions of INTERAKT are not
    compatible with new versions of DW!!!! :))
    I think gradually something like Microsoft will happen to Web
    Development Tech with what Adobe is doing.
    Adobe lost a great number of customers just because many of
    us use interakt products because they looked to be the essential
    toolkit for macromedia at server-side tech coding part(As I said we
    had some incompatibilities but we could survive with them). Adobe
    bought interakt and instead of merging it with DW, is going to
    release a new incompatible version of both! Some one please tell me
    it is a nightmare and I will wake up and see the growing DW ubder
    macromedia with growing server-side tech tools for each update with
    great compatibility with all older versions (even old ultradev).
    I am really waiting for GOOD CHANGES not BAD CHANGES.
    Adobe, please do something that we coders/programmers believe
    that Adobe has the power to digest smaller companies without
    ruining their good stuff.
    Adobe, please do something that we coders/programmers believe
    that Adobe has the vision beyond our needs.
    Any new software should help us feel free and comfortable
    more than the older versions.
    Thanks
    Benign

  • The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP by David Powers

    The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and
    PHP by David Powers:
    Would this book help me learn about Spry and Ajax and how
    applications can be made with them, if I my e-commerce site runs on
    a compiled C code shopping cart (ShopSite) but supports PHP
    server-side scripts or is it only for shopping carts based on PHP
    itself (like X-Cart)?
    I am not sure. Someone please let me know so I can purchase
    this book. Thanks.

    ahsenabro wrote:
    > 1. Do I have to be a developer/programmer in order to
    learn from this book or
    > can a tech-savvy entrepreneur can also get some gems out
    of it and direct his
    > programmer?
    You don't need any prior knowledge of Ajax or PHP, but you do
    need to
    know the basics of HTML and CSS. As I say in the
    introduction, "You
    don't need to be an expert, but you do need to have an
    inquiring mind.
    It doesn't teach the basics of web design, nor does it
    attempt to list
    every single feature in Dreamweaver CS3. There are plenty of
    other books
    to fill that gap. However, by working through this book,
    you'll gain an
    in-depth knowledge of the most important features of
    Dreamweaver."
    > 2. I am interested in purchasing this book mainly to
    implement cool Ajax/Spry
    > stuff on my e-commerce site. I am asking about PHP
    because the book's content
    > mentions making a PHP site. Now I realize this book is
    not about shopping
    > carts, but the Ajax/Spry stuff can be implemented on
    e-commerce sites, right?
    The book provides detailed coverage of the Spry 1.4 features
    in
    Dreamweaver CS3, which can be applied to any site. With minor
    adaptation, you can also use Spry 1.6. It's important to
    realize,
    though, that the Spry/Ajax features in Dreamweaver CS3 do
    *not* cover
    asynchronous requests to the server. The ability to
    communicate
    asynchronously with the server was added in Spry 1.6. If it's
    asynchronous server calls and responses that you're after,
    your
    programmer will need to dig around in the Spry 1.6
    documentation on the
    Adobe Labs site, and hand-code it.
    The Spry features covered in the book are Spry Effects, Spry
    UI widgets
    (menu, accordion, tabbed panels, and collapsible panels),
    Spry
    Validation Widgets, and Spry XML Data Sets.
    > I just want to know if I can learn and implement
    Ajax/Spry apps on my
    > simple HTML/CSS-based pages, on a server which allows
    server-side PHP scripts
    > but the pages themselves are not with .php extension. Is
    this book still going
    > to be applicable?
    Yes. All the Spry techniques can be used on any web page. It
    doesn't
    need to be a PHP one.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Help with installing dreamweaver CS3

    Hi, i just downloaded the free trial version of Dreamweaver
    CS3 and i was installing it and when i did,it loaded the files then
    stoped and wont go any further i dont no why

    "Shaka_60hp" <[email protected]> wrote in
    message
    news:f6086l$cfp$[email protected]..
    > Neither technote works on this case
    >
    >
    http://www.adobe.com/go/kb401401
    the setup doesnt leaves an installer log
    > don't know why
    >
    >
    http://www.adobe.com/go/tn_15296
    this technote is not my case because i
    > installed the same file from the same source on another
    PC and it works
    > fine
    >
    > Any other idea that might help installing dreamweaver?
    > Thanks
    No, sorry ! Maybe another search of the technotes may reveal
    further
    information. Otherwise, an email to support may be the way to
    go.
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/

  • Dreamweaver CS3 and Mac OS 10.4.11 Incompatability

    I have been using Dreamweaver CS3 under OS 10.4.10 for a few
    months without significant issues... but after upgrading to 10.4.11
    there is a significant problem.
    I am unable to access any of my remote servers to upload
    files to the sites I have built.
    I was able to reinstall Dreamweaver 8 and it works fine with
    all the same setups
    I've read a technote on a noted problem with Dreamweaver CS3
    and Mac OS 10.5 - but it also appears to happen on 10.4.11
    You can read the 10.5 technote here:
    http://www.adobe.com/go/kb402780

    I have not experienced this problem. Try removing the DW CS3
    preferences file in your Library and then let DW build a new one.
    BTW, what error you are getting when you try to FTP?

  • SWF problem in Dreamweaver CS3 and strange Script file

    Hi folks, I am using Dreamweaver CS3 and tried to upload a
    SWF file today. The SWF includes three buttons, one for video,
    another for audio and one for text. Before loading up to DW all
    three parts played fine. But when I uploaded to DW and my site, the
    video fails to play. A Script file, and another file downloaded I
    am not sure what I am supposed to do with this script file. The
    script file is called The audio and text part works fine, but the
    video will not play. I am not sure why this is, but when I uploaded
    the file to Dreamweaver there was a Script file called
    AC_RunActiveContent.js that automatically downloaded along with a
    file called .htaccess
    The other file is called called .htaccess
    I uploaded both files to my server, but that did not help the
    video play. I tried pasting the AC_RunActiveContent.js code into my
    page and uploading, but that did not help the video play either; I
    just got code at the bottom of my page.
    I have viewed the page in Mozilla, IE7 and Flock, but still I
    cannot play the video.
    Does anyone have any idea how to make the video play in
    Dreamweaver; what I am supposed to do with these two code files?
    For those interested in the AC_RunActiveContent.js code, I
    will post below. Please try to explain simply because I am not so
    tech savvy.
    I thank you all.
    Mary

    I have managed to fathom it out.

  • Dreamweaver CS3 and sql injection....

    Any news if Dreamweaver CS3 will have the same "problems"
    brought on by the
    8.0.2 update to Dreamweaver 8?
    Thanks!

    Excellent...glad to hear it and I look forward to getting
    CS3. I held off
    on 8 because of the so called problems.
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Yes, that's what I do. Honestly, I've not seen any
    problems there.
    >
    > --
    > 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
    > ==================
    >
    >
    > "Pizza Good" <[email protected]> wrote in
    message
    > news:[email protected]...
    >>I think it comes up more when you have a form and
    pass the values to a
    >>recordset which uses those values to query and filter
    a recordset.
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>>I am processing form input, which I believe is
    where SQL injection comes
    >>>in.
    >>>
    >>> --
    >>> 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
    >>> ==================
    >>>
    >>>
    >>> "Pizza Good" <[email protected]> wrote
    in message
    >>> news:[email protected]...
    >>>> That's good, or perhaps you are not building
    the types of sites that
    >>>> may encounter the so called problems?
    >>>>
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>>I have to say that I've used 8.0.2 with
    such things quite a bit and not
    >>>>>encountered *any* of the posted problems.
    >>>>>
    >>>>> --
    >>>>> 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
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "Paul Whitham AdobeCommunityExpert"
    <[email protected]> wrote in
    >>>>> message
    news:[email protected]...
    >>>>>> Using stored procedures is a good
    safe guard against SQL injection
    >>>>>> because you have to define your
    parameter types, in much the same way
    >>>>>> that the parameters in the 8.0.2
    worked.
    >>>>>>
    >>>>>> Yes it did break a number of
    extensions because the underlying code
    >>>>>> was completely rewritten but it is
    my understanding that most of
    >>>>>> these were subsequently patched to
    work with it.
    >>>>>>
    >>>>>> --
    >>>>>> Paul Whitham
    >>>>>> Certified Dreamweaver MX2004
    Professional
    >>>>>> Adobe Community Expert - Dreamweaver
    >>>>>>
    >>>>>> Valleybiz Internet Design
    >>>>>> www.valleybiz.net
    >>>>>>
    >>>>>> "Pizza Good"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>>I think what he is referring to
    is the sql injection "prevention"
    >>>>>>>code that was introduced in the
    8.0.2 update. I read a bunch of
    >>>>>>>issues related to the way
    recordsets were coded and that a page that
    >>>>>>>was coded lets say in ASP using
    8.0.1 that had used QueryString
    >>>>>>>values that were passed into the
    recodset for filtering/searching no
    >>>>>>>longer worked. I also read that
    8.0.2 "broke" a lot of extensions
    >>>>>>>because of the fix.
    >>>>>>>
    >>>>>>> I am still using MX2004, but I'm
    curious if the supposed problems
    >>>>>>> that came up with 8.0.2 could be
    totally avoided if a programmer
    >>>>>>> used Stored Procedures?
    >>>>>>>
    >>>>>>> Hopefully that makes sense.
    >>>>>>>
    >>>>>>>
    >>>>>>> "Paul Whitham
    AdobeCommunityExpert" <[email protected]> wrote in
    >>>>>>> message
    news:[email protected]...
    >>>>>>>> Most of the change that was
    made to the recordset in 8.0.2 was to
    >>>>>>>> eliminate SQL injections.
    What specifically are you refering to as
    >>>>>>>> an issue now
    >>>>>>>>
    >>>>>>>> --
    >>>>>>>> Paul Whitham
    >>>>>>>> Certified Dreamweaver MX2004
    Professional
    >>>>>>>> Adobe Community Expert -
    Dreamweaver
    >>>>>>>>
    >>>>>>>> Valleybiz Internet Design
    >>>>>>>> www.valleybiz.net
    >>>>>>>>
    >>>>>>>> "Brendon"
    <[email protected]> wrote in message
    >>>>>>>>
    news:[email protected]...
    >>>>>>>>> Those that are beta
    testing it would know - if they were doing
    >>>>>>>>> serverside/sql related.
    It wouldn't be speculation at all - in
    >>>>>>>>> fact it would be pretty
    straight forward to test.
    >>>>>>>>> I'd be very surprised if
    they havn't fixed the issue - in fact I
    >>>>>>>>> thought it was fixed in
    the 8.0.2 update, but I could be wrong.
    >>>>>>>>>
    >>>>>>>>> Brendon
    >>>>>>>>>
    >>>>>>>>> "Deaf Web Designer"
    <[email protected]> wrote in
    >>>>>>>>> message
    news:[email protected]...
    >>>>>>>>>> DW CS3 is not here
    as yet.
    >>>>>>>>>>
    >>>>>>>>>> Only time will tell
    once you have DW CS3 installed on your
    >>>>>>>>>> platform and find
    >>>>>>>>>> out if that is the
    case.
    >>>>>>>>>>
    >>>>>>>>>> At this point, it is
    all speculation without knowing the fact of
    >>>>>>>>>> the problem.
    >>>>>>>>>> Try to be a bit more
    patient until official release of product
    >>>>>>>>>> sometime this
    >>>>>>>>>> spring.
    >>>>>>>>>>
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>
    >>>>>>>>
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>>
    >>
    >>
    >
    >

  • Dependent Drop-Down Menu in Dreamweaver CS3 and ADDT

    Hi All,
    I have been trying to create a dependent drop--down menu so that when I select an item the corresponding information would populate the other field or fields. So far I have tried to use the tutorial posted on the link below by Waleed Barakat but I have had no sucess.
    http://www.tutorials-expert.com/tutorial/20354/-How-To-Create-Dependent-Dropdown -ListMenu-Forms.html
    I wanted to know if anyone has something else that I can review to help me in this process.
    Thanks

    Please refer to this article (http://forums.adobe.com/message/1069624#1069624) for information on how your tables should be set up.
    Date: Wed, 10 Jun 2009 00:49:28 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: Dependent Drop-Down Menu in Dreamweaver CS3 and ADDT
    Hi Georgev63,
    I followed the instructions to the link you sent me and it did not produce the results I had hope for.
    The directions are pretty straight forward and I attempted the steps several times with the same results.
    Basically the field that supposed to be the detail field is blank rather than having the ID of the master field.
    Any further suggestions would be much appreciated.
    Thanks
    E.
    >

  • Dreamweaver CS3 and using keyboard shortcut to preview in browser

    Hello,
    I am currently using Dreamweaver CS3 and the shortcut to preview work in the browser is Command - F12. The problem is, I'm using the Apple keyboard and when I click that, the volume of the system changes.
    I've tried Control, Command, Command+Control, etc, and F12 and nothing works. Any suggestions? Thanks.

    fnOptionF12 will work.
    fn tells the keyboard to send the F-xx instead of the special function.
    And like I said there is an option in the System Preference to reverse the use of fn and make the F-xx keys work as F-xx instead of the special function.

  • Vista-64 CS 3, all install but Dreamweaver cs3 and Encore

    Hi My OS is Vista-64,
    I'm trying to install the Creative suite 3 master collection.
    All installs fine, except Dreamweaver cs3 and adobe Encore cs3. I get the same reason
    "Component install failed"
    Any ideas what i should do?

    Temprorarily disable UAC (Universal Account Countrol). Also, temprorarily diable your Anti-Virus app. This may then solve your install issues on Win Vista 64. It worked for me...
    Ian

  • Help! Sometimes Dreamweaver CS3 can't see my .css file

    Once a day or so dreamweaver cs3 can't see my .css file. So
    all my files that I am working with turn to poop. To fix I have to
    close each file and re-open. Then my .css returns and all my files
    are how they should be. Anyone else ever have this problem?

    That I do not know - I've never looked. From the styles
    panel, I do know that it does not completely disapear - it shows
    the .css - just all the rules are missing. I will look next time.
    Usually only happens when multiple files are open. Thanks

  • Help on Starting Dreamweaver CS3...

    Dear webmates:
    I have been working with CS3 so happy because of the new
    features like Spry, etc. However, suddenly one day (without no
    change, because I only reseted my PC) appeared some messges as I
    open any fil in DW CS3, messages like these:
    "The following translators were not loaded due to errors:"
    Date.htm
    PHP_MySQL.htm
    Spry.htm
    XLST.htm
    XLST Transform.htm : has configuration that is invalid.
    What can I do ? please help me with this.

    Sw Jiten wrote:
    > I looked for that file... but there is no such name "
    *cache*.dat " not even
    > something similar,
    On a Windows machine, it's called WinFileCache-AD76BB20.dat,
    although
    the sequence of letters and numbers after the hyphen might be
    different.
    On a Mac, I think it's called MacFileCache-AD76BB20.dat.
    It's located in your user's configuration folder. For
    example, on
    Windows XP, it's at C:\Documents and
    Settings\<username>\Application
    Data\Adobe\Dreamweaver 9\Configuration, where
    <username> is your username.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Help!! Flash CS3 and CS4 "Test Movie" very slow on OS X

    This is a problem that, having read many forums, affects a
    very large amount of people, though Adobe doesn't care at all. It
    only affects OS X users. I know that it has been addressed many
    times in different forums, but I never actually stumbled across
    anyone having found a solution.
    When I use Flash CS3, and I make any animation, even the
    simplest tween, and I preview it with Test Movie, the result I get
    is an extremely slow playback. Something like half the FPS it
    should be.
    However, when I export the SWF and preview it in the external
    Flash Player or in a browser, it's just fine and fast.
    Another interesting thing is that in CS3, when I open the
    Help panel, the problem with Test Movie only happens like 20% of
    the time. In that case, it only gets solved if I restart or Log Out
    at least. I have no idea why the Help panel being open solves the
    problem, this only shows that this is probably a little graphic
    user interface bug, or something similar, that could be solved very
    very easily.
    In Flash CS4, there is no Help panel, so there is no solution
    to the problem.
    It would be nice to be able to press Cmd + Enter to see the
    movie, and not have to do File > Export > bla bla bla, open
    Finder, Find the SWF, double click it, wait for the browser to
    open... etc...
    I have a brand new 2.5 GHz MacBook Pro, and Test Movie runs
    faster on my 900MHz Pentium III PC!! Funny...
    Here are some links I found about this problem:
    http://bugs.adobe.com/jira/browse/FP-878
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407896
    http://www.kirupa.com/forum/archive/index.php/t-258991.html
    This is quite ridiculous, and on Adobe's Support page, the
    solution is "Do not use Test Movie."
    And the funny thing is that they didn't even bother to fix
    this in CS4...
    So basically if something doesn't work, Adobe's solution is
    "Don't use it."
    I guess they're right!
    Please, tell me if anyone has or does not have this problem
    or knows anything about it!
    Thanks,
    Mate

    This is a problem that, having read many forums, affects a
    very large amount of people, though Adobe doesn't care at all. It
    only affects OS X users. I know that it has been addressed many
    times in different forums, but I never actually stumbled across
    anyone having found a solution.
    When I use Flash CS3, and I make any animation, even the
    simplest tween, and I preview it with Test Movie, the result I get
    is an extremely slow playback. Something like half the FPS it
    should be.
    However, when I export the SWF and preview it in the external
    Flash Player or in a browser, it's just fine and fast.
    Another interesting thing is that in CS3, when I open the
    Help panel, the problem with Test Movie only happens like 20% of
    the time. In that case, it only gets solved if I restart or Log Out
    at least. I have no idea why the Help panel being open solves the
    problem, this only shows that this is probably a little graphic
    user interface bug, or something similar, that could be solved very
    very easily.
    In Flash CS4, there is no Help panel, so there is no solution
    to the problem.
    It would be nice to be able to press Cmd + Enter to see the
    movie, and not have to do File > Export > bla bla bla, open
    Finder, Find the SWF, double click it, wait for the browser to
    open... etc...
    I have a brand new 2.5 GHz MacBook Pro, and Test Movie runs
    faster on my 900MHz Pentium III PC!! Funny...
    Here are some links I found about this problem:
    http://bugs.adobe.com/jira/browse/FP-878
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407896
    http://www.kirupa.com/forum/archive/index.php/t-258991.html
    This is quite ridiculous, and on Adobe's Support page, the
    solution is "Do not use Test Movie."
    And the funny thing is that they didn't even bother to fix
    this in CS4...
    So basically if something doesn't work, Adobe's solution is
    "Don't use it."
    I guess they're right!
    Please, tell me if anyone has or does not have this problem
    or knows anything about it!
    Thanks,
    Mate

  • Browser Compatibility Error in DW CS5 assets link Please help New to Dreamweaver

    Please can anyone help? Using DW CS5  -.Using Spry Menu Bar 2.0 - have it all formatted - ran Browser Compatibility -Shows my Spry link reference has error. Here is the code
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
           <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
           <style type="text/css">
           body {
    Error is underlined at:  <link href="SpryAssets/SpryMenuBarHorizontal.css"
    It is located in the page head just below the banner
    I am new to dreamweaver..I do not know how to fix this code..
    Running Win XP. Thank you in advance for any help you can provide.

    In case you need it the link to this page is:
    http://www.bountifulspinweave.com/aboutus.htm
    It is  spry menubar 2.0

  • Dreamweaver CS3 and Sourcegear Vault?

    Has anyone found a way to get Sourcegear Vault (SGV) to work
    with Dreamweaver CS3? I don't have problems with using Dreamweaver
    8 with SGV, but after upgrading all of our stuff to CS3 I'd rather
    use the new version. Any thoughts? The SGV DLL used to go in The
    "\program files\common\dreamweaver\source control\" folder, but I
    can't find an equivalent folder in Dreamweaver CS3. Can anyone
    point me in the right direction?

    fnOptionF12 will work.
    fn tells the keyboard to send the F-xx instead of the special function.
    And like I said there is an option in the System Preference to reverse the use of fn and make the F-xx keys work as F-xx instead of the special function.

Maybe you are looking for

  • SSAS Cube parameter date format change

    Hi Experts, I am new to SSRS report creation. I have a parameter which is fetching date from cube. The date format from cube is YYYY-MM-DD. I want expression to change the date format to DD/MM/YYYY. I have used this expression - =Format(CDATE(Paramet

  • How to create a batch job in IW41

    Dear all, I would like to create a print program batch job on the following scenario with the use of RSNAST00. We have created an output type in which when it is triggered by backflush (i.e. GI-261) via IW41 transaction, a PO will be created automati

  • Multiple photo albums in iWeb?

    How can I create multiple photo albums in iWeb? When I simply pull albums from iPhoto to iWeb, the photos appear individually.

  • Cannot install on older laptop

    I am trying to install arch on my older laptop but I keep getting an error when I boot the arch disk and it says Buffer I/O error, dev sr0 I was able to install the system once but I got messages that said that the hard-disk is read only. The laptop

  • How to join regions without deleting notes in the right region.

    How to join regions without deleting notes in the right region? Every time I try to join two regions, the notes in the right region are cut, even though both regions are on the same track and are touching each other.  This is so frustrating. I search