FW2004 HTML obj broken in HTML 4.01 strict

I have a nav/title bar created in FW MX2004 that has been
working fine inside of pages with both XHMTL 1.0 transitional
XHTML_trans
and HTML 4.01 transitional
HTML_trans
declarations. However, I'm attempting to create new pages with an
HTML 4.01 strict declaration and the table is breaking apart.
HTML_strict
I've done some reading and understand that this is probably
due to the transitional declarations putting the some of browsers
into "Almost Standards" mode thereby affecting tables that utilize
slices. Unfortunately, I don't know how to fix it. I have made
changes suggested by the validator including removing the
"language" attribute from the JavaScript tag. It also didn't seem
to like <td border="0"> so I stripped all of those out of
there. The latter created problems with FireFox, however, wrapping
all of the link images in the the default link color.
In any case, I'd appreciate any input. Pertinent code appears
below.
Thanks - JAY

Of course. The solution was painfully obvious: don't use the JSP tags but use the generated HTML. Then cut out the COMMENT and UNEMBED tags. Duh. Sorry about that.

Similar Messages

  • How do I combine 3 HTML into 1 long HTML in DW?

    Question 1:
    I'm designing a few layouts for my blogspot recently, and have faced several problem. One of those is regarding "HTML coding", I will be using Illustrator to slice and upload to Dreamweaver, but I realised that Illustrator and Photoshop does not work the same way. Illustrator cs6 does not have "save as HTML", and it can only "save as images". So I would like to ask where should I get started at?
    Question2:
    I wanted to upload my own HTML layout design(from Dreamweaver-question 1) for my personal blogspot. But I realise that blogspot only allow 1 HTML code for the entire website design and when I did my web design in Dreamweaver (my website consists of HOME, ABOUT, CONTACT pages), it has a total of 3 HTML code for different pages and I couldn't upload it to my blogspot. So I would like to ask how can I actually do to combine all 3 HTML codes into 1 HTML code. Thank you.

    I don't think you want to combine all of the HTML into one file. That doesn't make too much senese. If you wanted to, then just copy everything from all 3 files between <body></body> and paste into one html file between <body></body>. I think what you're trying to do is create seperate static pages. I would read/youtube how to setup a blogger website. This website also might help you out - http://www.wikihow.com/Add-a-Page-to-Blogger. This video will show to how to create a navigation - http://www.youtube.com/watch?v=8KD3vF8ofgw

  • How to include html files in another html files?

    Hello,
    I am wondering if there is any way of including content (html code) inside another html page..
    I've tried:
    - iframe - it's working fine but IE7 doesn;t like it.
    I am looking for something similar with:
    - Server Site Include <!--#include virtual="/directory/included.html" -->
    but without to have to change the portal settings.
    Any idea?
    Thank you
    Anca

    HI did u try using the omniportlet? on Portlet builders

  • TextEdit won't let me rename duplicated .html files as a .html file (manually typing it) either in the Finder or the Title Bar by selecting Rename or Save.

    TextEdit won't let me rename duplicated .html files as a .html file (manually typing it) either in the Finder or the Title Bar by selecting Rename or Save.
    I am only able to rename a duplicated .html file right after I create it, because the file name gets highlighted in the Title Bar, but after that there is no recourse. I I can Rename or Save the file if I want to just save it as a .txt, but I need it to be .html. I guess I can manually change the file later, but it's really annoying.

    I remember long ago a similar issue with TextEdit, but I can't remember if there was a solution or not.
    Do you have it set to Display HTML files as HTML code and also deselect "When Saving a File: Add ".txt" extension to plain text files"

  • How to change color in html report with MARKUP HTML ON?

    While generating html reports using MARKUP HTML ON with in sqlplus, I would like to highligh the records with different colors. how can do this?

    Here is an example - it produces nice output and sets the background. It displays in red if database is in NOARCHIVELOG mode. You can go further and use CASE statements for certain conditions to display different colors, font sizes.
    set markup html on spool on entmap off -
         head '-
         <style type="text/css"> -
            table { background: #eee; font-size: 90%; } -
            th { background: #ccc; } -
            td { padding: 0px; } -
         </style>' -
         body 'text=black bgcolor=fffffff align=left' -
         table 'align=center width=99% border=3 bordercolor=black bgcolor=white'
    spool logmode.html
    select  'Archive Log Mode :'|| decode(log_mode,'NOARCHIVELOG','<font color=red>Database in '||log_mode||' mode </font>',log_mode) "Archive Log Mode"
    from v$database
    spool off
    set markup html off

  • How to change index.template.html to put a HTML table side by side with Flex swf displayed in IE

    I created my own index.template.html using <object> tag to hold Flex swf file, but it only works for FireFox, not IE.
    I did not use the original FlexBuilder's index.template.html and the JavaScripts to generate the HTML wrapper.
    Here is my index.template.html:
    <html lang="en">
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
            <title>My App</title>
        </head>
        <body scroll="yes">
        <table cellpadding="0" cellspacing="0" width="982px" border="0">
            <tr width="982px"><td>This app is still under development. Currently, you can... </td></tr>
        </table>
        <p>
        <table>
            <tr>
                <td>
                    <div style="width:192px;height:130px;border:1px solid rgb(0, 0, 0);">
                    <!-- div style="border-style:solid;" -->
                    <table align="left" border="0" >
                        <tr>
                              <td >
                                  <span style="color:#242F6D;font-weight:bold;font-size:12px;">Stock:</span>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                  <select style="font-size:11px;">
                                      <option>ADBE - Adobe</option>
                                      <option>BAC - Bank of America</option
                                </select>
                              </td>
                        </tr>
                        <tr>
                            <td >
                                  <span style="color:#242F6D;font-weight:bold;font-size:12px;">Shares:</span>
                            </td>
                        </tr>
                        <tr>
                              <td>
                                  <input type="text" name="shares" style="font-size:11px;"/>
                              </td>
                        </tr>
                        <tr>
                              <td>
                                  <button type="button" style="color:#242F6D;font-weight:bold;font-size:10px;">Add To My App</button>
                              </td>
                        </tr>
                    </table>
                    </div>
                    <p>
                    <div style="width:192px;height:310px;border:1px solid rgb(0, 0, 0);">
                    <table border="0">
                        <tr>
                            <td style="color:#242F6D;font-weight:bold;font-size:10px;">
                                You may enter your values
                            </td>
                        </tr>
                        <tr>
                            <td >
    <textarea id="quoteShare" style="width:186px;font-weight:bold;font-size:11px;" rows="13" >
    </textarea>
                            </td>
                        </tr>
                        <tr>
                            <td>
                            <button onclick="callFlex()" type="button" style="color:#242F6D;font-weight:bold;font-size:10px;">Get Values of My App</button>
                              </td>
                        </tr>
                    </table>
                    </div>
                <td>
                <td>
                    <table align="left" border="0" >
                        <tr valign="top">
                            <td valign="top">
                                <object type="application/x-shockwave-flash" data="ComponentTester.swf" WIDTH="850" HEIGHT="460" />
                              </td>
                          </tr>
                    </table>
                <td>
            </tr>
        </table>   
        </body>
    </html>

    I just found 1 tricky solution.
    Declare a variable containing the asset URL in the HTML, before the <!--Adobe Edge Runtime--> part. (Sample below.)
    In the script (_edge.js), use this variable instead of the asset URL string . (replace the string constant with the variable)
    In the server script, generate the HTML by changing the variable definition.
    This is ugly...
    I would appreciate any help.
    Thanks.
    === HTML sample:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
    <script>
    // Define the asset URL
    var cardImage = 'card_01.png';
    </script>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="animtest_edgePreload.js"></script>
        <style>
            .edgeLoad-EDGE-1381868 { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    ====

  • Include a html page in another html page

    How do I include a html page in another html page? I have 7
    separate page making up a website. I made a separate page for the
    bottom navigation which I want to include for each page. Instead of
    making up a separate nav bar for each page.
    Thanks for your time.
    Todd Dignan

    Just remember that the file being included CANNOT be a
    stand-alone HTML
    page - it must not contain <html>, <head>, or
    <body> tags if you want to
    continue working within DW.
    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
    ==================
    "nX07" <[email protected]> wrote in message
    news:fm9pvr$rn6$[email protected]..
    > Hey Todd,
    >
    > Depending on your web site's server environment, you can
    do it a few ways.
    >
    > First, and most convenient is if the server you are on
    has PHP, the simple
    > php
    > include function will do the trick.
    >
    > Just place this in where the HTML would actually go for
    the footer
    >
    > <?php include("fileofthebottom.html"); ?>
    >
    > If you don't have PHP, you should be able to use SSI
    (Server Side
    > Includes).
    > same principle applies as above, and is simple to
    understand:
    >
    > <!--#include file="fileofthebottom.html" -->
    >
    > If for some reason you can't do SSI, the other option
    would to be using a
    > frame or iframe, which is not recommended for several
    reasons; mainly
    > accessibility.
    >
    > The simple code is:
    > <iframe src ="fileofthebottom.html"width="whatever"
    > height="whatever"></iframe>
    >
    > Hope this helps :)
    >
    >
    >

  • How to add my html title tag and html meta name and meta keywords

    how to add my html title tag and html meta name and meta keywords in iweb 09

    Like you will see on Roddy's page iWeb SEO Tool will do the job very easily:
    Click to view full size
    Click to view full size
    It remembers what tags went to which pages so they are easily reapplied when you have to republish.
    OT

  • How to combine 3 HTML files into 1 HTML file?

    I'm designing a few layouts for my website recently, and have faced several problem. One of those is regarding "HTML coding", I usually upload files from Photoshop to Dreamweaver and it will automatically help me to generate the HTML code. I wanted to upload my own HTML layout design for my personal blogspot. But I realise that blogspot only allow 1 HTML code for the entire website design and when I did my web design in Dreamweaver (my website consists of HOME, ABOUT, CONTACT pages), it has a total of 3 HTML code for different pages and I couldn't upload it to my blogspot. So I would like to ask how can I actually do to combine all 3 HTML codes into 1 HTML code. Thank you.

    Hi Nancy, I would like to ask you if I'm using Illustrator CS6 instead of Photoshop? After I slice the vector file, I save as web devices > PNG file. But I realise that Ai and Psd do not work as the same, in Ai, it could not save as HTML. So what should I do after slicing images in Ai? :-D
    Another issue I'm facing is that do I have to create <div class> and <div box> to combine all the HTML files together into 1 and upload to blogspot? (1 long HTML that consists of HOME, ABOUT, CONTACT pages). Thank you

  • [svn] 4620: Build html-templates unless no.html-templates is defined.

    Revision: 4620
    Author: [email protected]
    Date: 2009-01-22 12:18:37 -0800 (Thu, 22 Jan 2009)
    Log Message:
    Build html-templates unless no.html-templates is defined. This is to prepare for the day coming soon when these templates will not be built anymore.
    Modified Paths:
    flex/sdk/trunk/templates/build.xml
    Removed Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection-with-history/

    Ctrl+F5
    Mime tipe: text/html
    redactor: anyone (notepad.exe for example)

  • Broken RH HTML 7 project

    I'm using RH HTML 7.0.3 on Windows XP Pro, SP3. Two
    disturbing symptoms have suddenly begun to occur, only within the
    last week.
    Symptom 1: In only one project, my compiled CHM file no
    longer displays browse sequences. Nothing relevant in the project
    has changed (for example, the windows definition correctly
    specifies that browse sequences be displayed) as far as I know.
    Other CHM files in other projects that were compiled over a week
    ago and earlier all display browse sequences (the HHActiveX.dll
    file is installed). Browse sequences in the broken project CHM file
    are displayed neither on my PC nor on other PCs.
    Symptom 2: Another problem has begun to occur within the same
    time frame (within the past week): when I click any TOC book or any
    TOC topic in the CHM file, the following HTML Help Author Message
    appears: "The window name "<name>" passed to HH_GET_WIN_TYPE
    has not been specified." But it HAS been specified, and correctly.
    (I've even checked all the XML project files.) Other CHM files that
    were compiled over a week ago and earlier do not evoke this author
    message. The HTML Help Author Message appears only on my PC (where
    RH is installed)—it does not appear on other PCs (where RH is
    not installed), and it appears only in the CHM that I'm currently
    working on. (I should add that I've deleted all my RH Window
    definitions and created new ones, but this has not changed the
    behavior.)
    One other odd symptom that I suspect might be relevant: after
    I compile the CHM, the following three files appear in the top
    level folder of the project: ~$<projectname>.BRS,
    ~$<projectname>.hhc, and ~$<projectname>.hhk
    Does anyone have an idea what might be causing these two
    symptoms? or where to start looking in order to fix the
    problem?

    Colum, thank you for your reply. The Browse Sequence check
    box is selected in all cases. And I did delete and recreate the
    three layouts that I need. Everything in the RH interface windows
    is filled out properly.
    I have managed to resolve the problem described in my
    "Symptom 2" paragraph. I found code in the xml project files where
    the Window was defined incorrectly. In the RH interface windows,
    everything was defined correctly, but for some reason the xml
    project files were not getting updated. When I manually edited the
    xml project files, replacing the incorrect Window definitions with
    the correct one (as it is in the RH interface), everything came
    right, and the annoying errors disappeared.
    I stilll do not understand what broke this RH project, and I
    am still looking for something in the xml project files that
    controls the display of browsing sequences.

  • Table with slices from FW broken in HTML 4.01 strict

    I posted a version of this earlier on the FW forum but
    received to response. My apologies if this is a double for some of
    you.
    I have a nav/title bar created in FW MX2004 that has been
    working fine inside of pages with both XHMTL 1.0 transitional
    XHTML_trans
    and HTML 4.01 transitional
    HTML_trans
    declarations. However, I'm attempting to create new pages with an
    HTML 4.01 strict declaration and the table is breaking apart.
    HTML_strict
    (NOTE - Yes, I know that other things on these pages are
    broken, especially for IE. That's why I decided to choose a strict
    standard and begin trying to clean things up.)
    I've done some reading and it seems as though this is
    probably due to the transitional declarations putting some (all?)
    of the browsers into "Almost Standards" mode thereby affecting
    tables that utilize slices.
    Although I had intended to post and ask about ways to fix
    this, I've come to a couple of conclusions but I'd like some
    further confirmation...
    1) It would be better to do these rollovers with CSS rather
    than JavaScript;
    2) All of my nifty little glowing word buttons are coming out
    of FW as images and it would be better for the search engines to
    see actual text. (Not sure how the alt text compares against link
    text as far as SEO is concerned.)
    3) If #1 and #2 are correct I probably have to rebuild the
    whole dang thing...
    Thanks - JAY

    Tables break apart because of the code you have used to build
    them.
    The first page you linked has no doctype, and is therefore
    rendered in
    quirks mode.
    Both pages suffer from extremely sloppy coding -
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2F67.99.201.85%2Fmm5%2Fmerchant.mvc %3FScreen%3DCTGY%26Store_Code%3DBTM%26Category_Code%3DCL
    Before trying to chase layout issues, fix those validation
    errors.
    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
    ==================
    "LumberBisquit" <[email protected]> wrote in
    message
    news:[email protected]...
    >I posted a version of this earlier on the FW forum but
    received to
    >response. My
    > apologies if this is a double for some of you.
    >
    > I have a nav/title bar created in FW MX2004 that has
    been working fine
    > inside
    > of pages with both XHMTL 1.0 transitional
    >
    http://67.99.201.85/mm5/merchant.mvc?Screen=PROD&Store_Code=BTM&Product_Code=OBA
    > ACD&Category_Code=CL and HTML 4.01 transitional
    >
    http://baytonemusic.com/index_tabPanel.htm
    declarations. However, I'm
    > attempting to create new pages with an HTML 4.01 strict
    declaration and
    > the
    > table is breaking apart.
    >
    http://67.99.201.85/mm5/merchant.mvc?Screen=CTGY&Store_Code=BTM&Category_Code=CL
    >
    > (NOTE - Yes, I know that other things on these pages are
    broken,
    > especially
    > for IE. That's why I decided to choose a strict standard
    and begin trying
    > to
    > clean things up.)
    >
    > I've done some reading and it seems as though this is
    probably due to the
    > transitional declarations putting some (all?) of the
    browsers into "Almost
    > Standards" mode thereby affecting tables that utilize
    slices.
    >
    > Although I had intended to post and ask about ways to
    fix this, I've come
    > to a
    > couple of conclusions but I'd like some further
    confirmation...
    >
    > 1) It would be better to do these rollovers with CSS
    rather than
    > JavaScript;
    >
    > 2) All of my nifty little glowing word buttons are
    coming out of FW as
    > images
    > and it would be better for the search engines to see
    actual text. (Not
    > sure how
    > the alt text compares against link text as far as SEO is
    concerned.)
    >
    > 3) If #1 and #2 are correct I probably have to rebuild
    the whole dang
    > thing...
    >
    > Thanks - JAY
    >
    >

  • "Render text as HTML" feature broken in Flash CS6

    ******BUG******
    Concise problem statement:
    Classic text field set to render in html mode does not display the left margin correctly for the 2nd and subsequent paragraphs once you exit edit mode on the text field.  Instead, all paragraphs render as though they have the same left margin as the first paragraph.  It displays incorrectly at runtime as well.
    Steps to reproduce bug:
    1. Create a "classic text" mode text field as dynamic text with "render as html" button checked and set to multiline.
    2. Enter a title line, press enter, then create a second paragraph, press enter, then create a 3rd paragraph.
    3. Select the 2nd paragraph and increase the left margin.
    4. Select the 3rd paragraph and set the left margin to something different than the 1st or 2nd paragraph.
    5. Deselect the text field to finish editing.
    Results:
    While editing the text field, the left margins on the second and third paragraphs are displayed correctly with independent values, but once you finish editing it and deselect the text field, the entire text field displays as though all paragraphs have the same margin as the first paragraph.  If you resume editing, the indentation re-appears, so it's not lost, but it's not being displayed correctly unless you're in edit mode for the text field.  It also displays incorrectly at runtime in the final SWF.
    Expected results:
    The indentation should be visible regardless of whether I'm in edit mode for the text field.
    This feature (html mode display of text) is unusable at design time or runtime, because the text field does not display correctly unless you're actively editing it.
    FYI: Things like different colors, fonts, etc. seem to be preserved, but anything related to paragraph formatting is lost.  If I trace the htmlText at runtime, it's clear that none of the unique paragraph formatting was preserved from the editor, because all paragraphs seem to have taken on the same textformat attributes as the first paragraph.

    If I was going to do everything in ActionScript, I wouldn't have bought Flash Professional, I'd have just compiled with the flex compiler for free.  99% of my stuff is pure AS3 anyway, with a lot of drawing commands and even embedded objects like pixel shader binaries.  It's just annoying that I can't use the Flash Professional visual designer as intended to perform WYSIWYG layout, because paragraph formatting is broken.  It's not copying the values from the UI into the final HTML for the text field.  I find like 3 new serious bugs every single day I use Flash, and for the amount of time I spend debugging the IDE and filing bug reports, Adobe should be paying me to use their product, not the other way around.
    The only real "workaround" to perform proper paragraph formatting in the visual editor is to use the TLF, which should have been integrated into the Flash Player to begin with instead of existing as an RSL that has to be specially referenced by any project that uses it, cluttering the external library reference list.  Someone needs to build a Flash IDE inside Flash that specifically generates classes for library symbols with all the necessary code in the constructor to build the symbol, so it runs online and is truely WYSIWYG (perhaps something like Gliffy: http://www.gliffy.com/gliffy/#templateId=blank&signup=1 (this link bypasses login)
    I still can't get a static text field to look the same as the dynamic one.  The closest I can get it match is by setting render as HTML on and setting the field to multiline, but characters still shift slightly.  TLF text, on the other hand, has perfect consistancy, and edit mode lines up perfectly with non-edit mode, which is exactly how it should have operated from the beginning (like back in MX days).
    Then of course there is this problem: http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/

  • Spry HTML dataset broken in Firefox 2.0.0.14

    Downloaded spry 1.6.1 and tested local samples - works well
    in IE but breaks in Firefox - no errors, but simply doesnt show
    data on select of row. Tested with the following file -
    file:///C:/manju/downloads/spry1.6/extract/Spry_P1_6_10-01/samples/htmldataset/InternalTab leAsSourceSample.html

    No. The URL
    http://labs.adobe.com/technologies/spry/samples/htmldataset/InternalTableAsSourceSample.ht ml
    if tested with Firefox 2.0.0.14 doesnt work - lists the list
    of adobe products, but 'onClick' of these products should update a
    detail region - that doesnot happen - neither an error is thrown.
    Actually I had to do this test as I was using Collapsible
    panel with html dataset - they worked in IE and failed in Firefox.
    After lots of troubleshooting I tried to upgrade to 1.6.1 from 1.6
    . As it didnt help I had to ensure basic samples worked in both
    browsers and they didnt. Its probably only an issue with
    htmlDataSets - I have not tested the other samples.

  • Html db broken link !!!

    Hi Im trying to download the html db code, the page for it http://htmldb.oracle.com/pls/otn/f?p=4755:90 is missing
    thanks
    Paul

    Paul,
    This link has been fixed. Thanks for pointing it out to us.
    - Scott -

Maybe you are looking for

  • Unable to get parameter by using a controller in OAF

    Hi! I'm new using OAF and will appreciate your help a lot!! FYI: Basically I have to add 2 descriptive flexfields in a page (by creating a VO) and I have to update the table with the information registered on those dff (I've done all the logic alread

  • Problem with colours in Keynote 08

    I looks like I have lost the different options for choosing colors in the Inspector of Keynote. Currently I only have the sliders to use. Earlier there where three or four other ways to create or chose color for the fonts or backgrounds. Anyone who h

  • Sum fields in a sql query

    Hi, somebody knows how to sum two columns of a table as a result of an abap sql query. I know that is possible to do it in a native sql like select f.seatmax max, f.seatfree free, f.seatmax - f.seatfree seatoccu from flights Tks Roberto Falk

  • Interface Controller Issue

    Hi, Hope you can help me on this one. We're trying to use an interface controller to use an external Web Dynpro app in our current Web Dynpro project. Whenever we try to do some context mapping in our Wed Dynpro project, it seems that our Web Dynpro

  • IPhoto - uploading photo books for printing

    iPhoto crashes when trying to upload a Photobook for printing...driving me mad! any ideas follks. The Photobook assembles, but wont upload. Thanks in advance..