Dreamweaver CS3 bug with templates?

Hello,
I am having a very major problem with a template. I am on
Dreamweaver CS3 and my template has been created in Dreamweaver 8
and it says in parenthesis (xhtml) - even though all my pages from
the template are html.
When I now make even the most minor change (even adding one
single letter) to my template or when I try to create a new page
from that template, the resulting pages have missing images (my
whole top banner), but the actual template looks perfect. You can
actually seean example of a page on a test website at
http://ww2.itrak.com/iTRAKnouveau/
I seem to remember I actually had this problem once before
and I did not have it in Dreamweaver 8 but I am not sure of my
recollection.
Unfortunately, this time I cannot access Dreamweaver 8
anymore... I am really hoping someone can solve this one with me!!
Christine

nope
Jo
"Murray *ACE*" <[email protected]> wrote
in message
news:[email protected]...
> Sounds like it's not a DW problem after all....
>
> --
> Murray --- ICQ 71997575
> Adobe Community Expert
> (If you *MUST* email me, don't LAUGH when you do so!)
> ==================
>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
> ==================
>
>
> "josie1one" <[email protected]> wrote in
message
> news:[email protected]...
>> There's this:
>>
>> body {
>> background-color: #d3d5d6;
>> margin-top: 0px;
>> background-image: url(); <----------- no image
defined
>> background-repeat: repeat-x;
>>
>> and
>>
http://ww2.itrak.com/iTRAKnouveau/images/header_print.jpg
>>
http://ww2.itrak.com/iTRAKnouveau/images/header_itrack_4_01.jpg
through
>> to 4_24 don't appear to be on the server - Not
Found. Can you check your
>> site definition?
>>
>> --
>> Jo
>>
>>
>>
>>
>> "Strateege Health"
<[email protected]> wrote in message
>> news:[email protected]...
>>> Hello,
>>> I am having a very major problem with a
template. I am on Dreamweaver
>>> CS3 and
>>> my template has been created in Dreamweaver 8
and it says in parenthesis
>>> (xhtml) - even though all my pages from the
template are html.
>>> When I now make even the most minor change (even
adding one single
>>> letter) to
>>> my template or when I try to create a new page
from that template, the
>>> resulting pages have missing images (my whole
top banner), but the
>>> actual
>>> template looks perfect. You can actually seean
example of a page on a
>>> test
>>> website at
http://ww2.itrak.com/iTRAKnouveau/
>>> I seem to remember I actually had this problem
once before and I did not
>>> have
>>> it in Dreamweaver 8 but I am not sure of my
recollection.
>>> Unfortunately, this time I cannot access
Dreamweaver 8 anymore... I am
>>> really
>>> hoping someone can solve this one with me!!
>>> Christine
>>>
>>
>>
>

Similar Messages

  • Dreamweaver CS3 reforderss ColdFusion templates

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3, the code becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3, the code becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

  • Dreamweaver CS3 reformats ColdFusion templates

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3 becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3 becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

  • Does Dreamweaver CS3 work with 64 bit version of Windows 7?

    Windows 7, 64 bit, Home Premium was clean installed.  I had no difficulty reinstalling Dreamweaver CS3, but when I try to open a file I get a message that  says." A problem has caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available."  Apparently none is.  So my question is, does Dreamweaver CS3 work with the 64 bit version of Windows 7?  If not, does CS4 work or would I be wasting money by upgrading?

    I just installed it and ran it fine.  I have Windows 7 Ultimate 64 bit
    Make sure it is a clean install from a fresh "boot".  I ran into problems the first time when I tried to install it right after I installed another program.  I simply uninstalled it.....which took a long long time, but after it was removed and I rebooted, everything went fine.
    Rick

  • Dreamweaver CS3 stops, with blank registration screen

    Today I started to work with Dreamweaver CS3 Mac, It opened fine until a registration screen appeared, on top of everything.
    The screen is blank but I remembered that sometimes Dreamweaver asks me to register. I always say: Later!
    But now, I cannot work! The screen is blank and stays on top of everything that is grey highlighted.
    The things I did:
    - deleted cache file
    - delete Configuration map
    - installed Dreamweaver from the CD DVD
    Furthermore I changed my password from my Adobe ID (because of the security flaw there has been)
    I work on a MacBookPro 17" 2006
    10.6.8
    Dreamweaver CS3 NL Creative Suite Web Premium
    Please your advice to fix this problem?
    Greetings
    Geert (NL)

    SOLVED IT
    Looked at a old post :
    3. gortmend,
      Nov 19, 2013 8:57 PM    in reply to AmazonWench 
    Hit the same thing, I found a work around.
    1. Disconnect your internet.
    2. Start CS3
    3. You'll get an error screen, click "never register."
    Hope it works for you.

  • Dreamweaver CS3. problem with installation

    Greetings...
    I have some strange problems with installation of Dreamweaver
    CS3: when I'm running setup -- it shows "initialization" window and
    then shows message that at one time I can install only one adobe
    produc. But there is no unfinished installations...
    Also this setup adds it's button to "Add or remove
    programs"...
    What should I do?
    Best regards...

    >I run the ADBEDRWVCSE_WWE.EXE 292.289 KB
    Where did you get this file?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ABK54" <[email protected]> wrote in message
    news:fojl9t$e10$[email protected]..
    >I run the ADBEDRWVCSE_WWE.EXE 292.289 KB (for trial
    version of Dreamweaver
    >CS3)
    > and after I have try to run the Setup.exe file.
    > After 2 sec open a window - preparetion of Adobe
    Dreamweaver CS3 -
    > ,transer
    > some files and open a window Loading setup... in 2 sec
    close this window
    > and
    > after nothing!!!
    >
    > I need your help please
    > tks
    >
    >
    > sorry for the shuting
    >

  • Dreamweaver cs3 problem with leopard

    Dreamweaver CS3 is much slower with Leopard. And I have trouble uploading pics to remote site. Anyone got a solution?

    If there is a solution, you'd probably find it on the Adobe forums:
    http://www.adobe.com/support/forums

  • Dreamweaver CS3 Reinstall with no disc :s

    I'm not sure how it happened, but I can't seem to find my
    disc for my copy of Dreamweaver CS3.
    I went to install it onto my laptop but I opened the box and
    there was no disc. I have a legal serial number, but everywhere I
    look there's only downloads for CS4 and none for CS3.
    Anyone have any ideas? :( I only need the installer
    portion...

    Grab just about any book on Dreamweaver CS3. They almost
    always come with a disc that includes the 30-day trial. When
    prompted for the serial number enter your own and you're good to
    go.

  • Dreamweaver CS3 used with CS2?

    I currently have the complete CS2 package. I would like to
    buy Dreamweaver CS3 but do not know if it would be compatible with
    CS2. Any help would be appreciated.

    There was no DW CS2.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SnakEyez02" <[email protected]> wrote in
    message
    news:g14b5l$gg8$[email protected]..
    > Yes you can use one program in CS3 while the rest are
    CS2. Some
    > functionality
    > of sharing between programs may be affected but nothing
    else should.
    >
    > If you have a previous package you can upgrade to a CS3
    suite with
    > Dreamweaver
    > even if you did not own DW before. You can contact Adobe
    sales for
    > further
    > information on this.
    >

  • Bug with template + navigation bar

    Greetings...
    I have created a site with DW CS3 and like many others before
    me, i can't edit a navigation bar added to the editable area of a
    page that uses my template.
    I can create one and save everything but i can't modify
    afterward.
    I always get the "making this change would require changing
    code that is locked by a template..." window.
    Thanks for any help

    It's quite simple, but we would need to know how you have
    built your
    navigation, and what your skill level is with HTML and CSS
    first. Can you
    post a link to the page, and tell us how well you know the
    underlying
    technology?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Liam McGrath" <[email protected]> wrote in
    message
    news:gkia5r$a39$[email protected]..
    > Hello, I?m new to dreamweaver so please excuse me for
    what may be a stupid
    > question. I have previously used golive, now using dw
    cs3. I have created
    > a
    > site based on a template file everything working fine. I
    was wondering if
    > there
    > was any way possible of having the navigation bar
    (created in the
    > template)
    > appear in the down or visited state when you entered a
    specific page or do
    > I
    > have to insert a separate navigation bar in each
    individual page. Can
    > someone
    > guide me if this is possible or has anyone any
    suggestions? Thanks
    >

  • SS8: bug with templates & static?

    Hello,
    following code doesn't compile with SS8:
    class A
    public:
    A() {}
    template < typename T >
    inline T & f()
    static typename T def();
    return def;
    template < typename T >
    inline void g()
    T & def = f<T>();
    void h()
    g<A>();
    The errror is
    "staticref.cxx", line 10: Error: Initializing A& requires an lvalue.
    Is this a bug?
    TIA
    My environment is:
    $CC -V
    CC: Sun C++ 5.5 Patch 113817-09 2004/08/03
    $uname -a
    SunOS dev420 5.8 Generic_108528-11 sun4u sparc SUNW,Ultra-80

    Thank you for the quick reply!
    First, I have to say that my core problem
    is compiling the boost (1_31_0) library
    Spirit.
    The real error is
    ../boost_1_31_0/boost/spirit/core/non_terminal/impl/grammar.ipp", line 279: Error: Initializing base_expression_grammar<general_expression_grammar>::definition<boost::spirit::scanner<const char*, boost::spirit::scanner_policies<boost::spirit::skipper_iteration_policy<boost::spirit::iteration_policy>, boost::spirit::match_policy, boost::spirit::action_policy>>>& requires an lvalue.
    1 Error(s) and 1 Warning(s) detected.
    With my code, I tried to show the problem in a condensed form,
    but it doesn't point out the real problem, which is far more subtile, I think.
    Further, I have few other problems compiling this libray with SS8 for which I have found my
    own workarounds. The authors of Spirit made the decision to not support any compiler
    "not conform" to the standard for further development.
    So the final question to answer is: Is it planned to support the Boost libraries in the near future?
    Would be nice to get a definite answer in order to plan myself's further development.

  • Dreamweaver CS3 incompatible with Contribute CS3

    All my Conribute connections no longer work with DW CS3 &
    CT CS3. Why?
    1. I have correctly set up a remote connection in Contribute.
    The contribute connection to the website IP is established.
    2. The FTP connection from DW to the website IP is also
    correctly established and working.
    3. The connection information is identical for both
    applications and verified.
    4. PROBLEM: When trying to set up the Contribute connection
    from within DW, the following error msg appears: "Dreamweaver could
    not connect to the remote server. You cannot perform Contribute
    administration tasks without a connection to the remote server.
    Please fix the remote connection before proceeding."
    5. NOTE: When the "Administer Site in Contribute" (or Test)
    button is clicked in DW, it appears that several files are being
    loaded to the remote server before the error message appears.
    Subsequent attempts at clicking the buttons seems to load more
    files. Very weird.
    6. FACTS: There is no problem with the remote connection from
    either DW or CT.
    QUESTION: What's up with this message? Why is there a failure
    to communicate between these two application that wasn't there
    before?
    Thanks in advance for any assistance,
    Chris Kane

    Contribute Connections have always sucked and break for a
    variety of reasons. There is little acknowledgment or support from
    Adobe on this issue, and many threads offer cryptic server settings
    that should only be employed by a qualified web administrator.
    You can sometimes solve the problem by trying some different
    FTP settings.
    In Dreamweaver Remote Info settings:
    Passive FTP ON/OFF, or Server Compatibility--FTP Performance
    optimization ON/OFF
    In Contribute Advanced FTP settings, try toggling the
    settings ON/OFF
    Be willing to blow away your previous Administrative
    Settings, so you will need to rebuild all of the roles,
    permissions, and users....

  • CS3 Bug with Server Behavior Command?

    Hi there,
    by updating a "Command" with the Server Behavior window
    (windows XP) the upcoming window does not read all the Defaulkt
    Values and Run Time Values anymore (do not know if ever did).
    Here is an
    Example .
    anybody saw the same problem? Or anybody knows a solution?
    thx
    Sebastian

    But if you have any pull, you should pass the note along to the Dreamweaver team and have them fix the bugs.
    It's not a question of "pull". Adobe (or any other software company) decides what to fix, improve, or drop on a cost/benefit basis. Fixing an ASP feature might be relatively simple, but doing so means that something else gets ignored. The ASP feature might be very crucial to you, but if Adobe considers it a low priority in terms of affecting overall sales, it's unlikely to get fixed. Whether that's the right business decision is not for me to say.
    I have submitted a large number of bug reports and feature requests over the years. Some are acted upon, others aren't. So far, I have accepted that the new features are, on balance, worth more than the features that haven't been fixed or implemented. Each user has to make the same decision. If people stop buying Dreamweaver because they think Adobe has made the wrong choices, either Dreamweaver will decline or Adobe will change its policies.
    I have seen new tools, such as Zend Studio, offered by other companies that do PHP things far better than Dreamweaver. I use Zend Studio, and like it a lot; but as an overall web development tool, Dreamweaver still beats it hands down. But neither Dreamweaver nor Adobe can rest on their laurels. That's why I encourage people to make use of the feature request/bug report form at http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform to tell Adobe what's important to them. There's no guarantee that your ideas will be adopted, but it's the only sure way to get ideas directly to the people who have the power to implement them.

  • Dreamweaver CS3 problem with small fonts

    Hello,
    I am having a problem with text appearing
    REALLY SMALL and unreadable in CS3, when it looked fine in
    Dw8. It also looks fine in in all browsers.
    I talked to Adobe tech support, and they said something about
    my CSS file not being correct. I looked at it, and nothing seems
    out of the ordinary.
    If it was a problem with my CSS file, wouldn't it look bad in
    the browser as well?
    Any suggestions?
    Ron

    Ron,
    Thanks for the sample file. This is a bit complicated, so
    please bear
    with me.
    Up until DW8, DW rendering always targeted the most popular
    browser at
    that time. For DW8, that was IE6. Traditionally, the most
    popular
    browser was the most popular because it was the best browser,
    but that
    no longer holds true. So, DW CS3 now targets CSS 2.1. Note
    that DW does
    not support all of the CSS 2.1 spec, but what it does support
    follows
    the spec.
    Your page does not have a DOCTYPE, so it renders in "quirks"
    mode in the
    browsers that I tested it in on WinXP (FF2, IE7, Opera9). DW
    renders
    this page in IE6 quirks mode, but DW CS3 no longer supports
    quirks mode.
    Put a DOCTYPE such as the following in your page to see what
    I mean:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    The reason that the font is so small is because of the
    font-size
    property in this rule:
    TD {
    FONT-SIZE: 80%;
    Your page has tables nested 4 levels deep, so the 80% is
    compounded at
    each level. I fixed this in DW CS3 by creating a style sheet
    with this rule:
    TD { FONT-SIZE: 100% !important; }
    and the applied it as a Design-time Style Sheet, although you
    may be
    able to remove the 80% altogether.
    Hope this helps,
    Randy
    > Here's a link to the page:
    >
    http://www.ualberta.ca/AICT/IMS/
    >
    > You should be able to download the source for the page,
    if you so desire...!
    >
    > Thanks in advance for any suggestions...

  • Dreamweaver CS3 - Problems with Firefox

    Hi,
    I'm pretty new to css and divs and need help fixing an error
    on two pages of the following site:
    www.caroleoconnell.com and
    www.caroleoconnell.com/OnlineStore.html
    The site appears fine in IE7. If one tries to open the same
    site in Firefox, the content in the middle section looks scrambled
    and overlapping, which obviously indicates that the css rules
    create somehow a conflict for Firefox.
    The error message in Dreamweaver shows the following:
    “Found 1 errors in external css files
    Affects: Firefox 2.0; Internet Explorer 6.0, 7.0; Internet
    Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari
    2.0”
    The attached shows the css rules.
    Please let me know if you can walk me through the correct
    setup or if you have any info/knowledge about resolving this issue.
    Thanks in advance.
    Fred
    Phone - 404.513.4902
    E-Mail - [email protected]

    This could use some attention too -
    scrollbar-face-color:#;
    scrollbar-track-color:#;
    scrollbar-arrow-color:#;
    scrollbar-3Dlight-color:#;
    scrollbar-base-color:#;
    scrollbar-shadow-color:#;
    scrollbar-darkshadow-color:#;
    scrollbar-highlight-color:#;}
    just delete the lot.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "fthomas27" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    >
    > I'm pretty new to css and divs and need help fixing an
    error on two pages
    > of
    > the following site:
    >
    > www.caroleoconnell.com and
    www.caroleoconnell.com/OnlineStore.html
    >
    > The site appears fine in IE7. If one tries to open the
    same site in
    > Firefox,
    > the content in the middle section looks scrambled and
    overlapping, which
    > obviously indicates that the css rules create somehow a
    conflict for
    > Firefox.
    >
    > The error message in Dreamweaver shows the following:
    >
    > ?Found 1 errors in external css files
    > Affects: Firefox 2.0; Internet Explorer 6.0, 7.0;
    Internet Explorer for
    > Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0?
    >
    > The attached shows the css rules.
    >
    > Please let me know if you can walk me through the
    correct setup or if you
    > have
    > any info/knowledge about resolving this issue.
    >
    > Thanks in advance.
    >
    >
    > Fred
    >
    > Phone - 404.513.4902
    > E-Mail - [email protected]
    >
    >
    >
    > td {
    > text-align: left;
    > vertical-align: top;
    > font-family:Tahoma;
    > font-size:11px;
    > color:#6C7D88;
    > line-height:12px;
    > }
    > a {
    > text-decoration: underline;
    > color:#5182B3;
    > }
    > a.1 {
    > text-decoration: none;
    > color: 000000;
    > }
    > .t11 {
    > font-family: Tahoma;
    > font-size: 11px;
    > font-style: normal;
    > }
    > body { margin:0px;padding:0px;
    > scrollbar-face-color:#;
    > scrollbar-track-color:#;
    > scrollbar-arrow-color:#;
    > scrollbar-3Dlight-color:#;
    > scrollbar-base-color:#;
    > scrollbar-shadow-color:#;
    > scrollbar-darkshadow-color:#;
    > scrollbar-highlight-color:#;}
    > .blue {color:#6C7D88}
    > .light_blue {color:#5182B3}
    > .orange {color:#F38900}
    > .bott {color:#FFFFFF; font-size:9px;
    text-decoration:none}
    >

Maybe you are looking for

  • Change data regarding song information in iTunes not working,

    Hey everyone, I was writing to see if anyone else was seeing this problem. I want to change the data on some of the music in my iTunes library and every time I attempt to do so it will not affect the songs. Example: I wanted to add genre data to Rand

  • Corrective action not working in OEM

    Hi All, I am working on OEM 12c R1 Cloud Control. While going through the documents I came to know that we can set a corrective action against a metric and whenever that condition gets violated the corrective action is executed. Now I decided to conf

  • Want to pass Applet form variables without showing it on URL Location

    I am running one applet with some form variables. After submit I want to pass those to .asp file to store into database. If I use URL method then all are getting displayed on URL location of browser which I do not want. I want to pass many form varia

  • BAPI_INSPECTIONPLAN_CREATE problem

    Hi Guys, I have to load the QM Inspection Plan data. I have tried to use the standard program in LSMW to load it but not able to figure out how to use that program. I have also tried the BAPI_INSPECTIONPLAN_CREATE, but not able to make it work. BAPI

  • Source NAT for specific servers in a rule

    Hello, I am trying to achieve source NATing on the CSS and want to confirm if below configuration is good. VIP address: 61.61.61.61 Services: 10.1.1.1, 10.1.1.2, 20.1.1.1 and 20.1.1.2 Front-end circuit IP: 61.61.61.1 (Same subnet as 61.61.61.61) Back