Design View: Toggle on/off background pixel grid (with axis value markers) for assistance in creating parallax scrolling experiences

Maybe I haven't used the tool enough to be comfortable, but...
Adding a toggle for a background pixel grid with x and y axis pixel values to assist in determining key positions during preview might be a good feature. As I become more comfortable with the Muse product, I find myself wanting to add a background pixel graphic (temporarily) so when I preview the comp, I can identify exact pixel positions.

Alyssa,
Have you tried putting this rule back as it was originally:
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    left: auto; /*was 9px*/
    color: #EF9CCF;
    background-color: #FFF;
That is, changing your 9px back to auto.
And giving  us a link (as you did) is much better than printing out the code for us! Thanks!
Beth

Similar Messages

  • Rectangle fills the browser in design view but cuts off in iphone/ipad/laptop

    Screenshot of how it looks on a 13'' monitor and smaller. ( on my large monitors it looks fine ).
    http://postimage.org/image/mzp23gzyj/
    screenshot of the design view:
    http://postimage.org/image/wpak76jbl/full/
    How do I fix this issue?
    Mac OS X, Muse v2.1,
    site properties:
    page width 1285 columns 1
    column width 1285
    gutter 0
    all margins 0
    Not centered horizontally
    padding Top 20, Bottom 20, Left 36.

    Also someone kindly explain what those blue vertical guidelines do, searched all over the net for hours but couldn't find a thing.
    Also to clarify I'm trying to fill out the bottom portion with gray, there shouldn't be any white on the right past the gray rectangle.

  • Table borders in Dreamweaver cs4 design view too big, I would like to have a single line for tables

    Hi All,
    I design email templates using only tables but the design view options in cs4 only provide a huge 3px border in order to display the tables. In older versions of macromedia etc the table view is only 1px wide which makes designing a whole lot easier.
    When I add tables within tables it adds more spacing and looks way off and it also looks off in browsers, causing me to have to increase and decrease padding sure this is no way to create table even if they have no borders and the table width is already fixed?
    I have tried turning borders off in visual aids but there is no option to have just a single line to demonstrate a border!!
    I can't work like this, can anybody help me or is this just the way borders are displayed in cs4 for the pc???

    Hi Guys, thanks for getting back to me.
    the problem is purely about design view display and not about coding.
    Below is how CS4 displays borders with two lines which I find difficult to decipher:
    Then below is Macromedia DM 8 and this how I want the borders to look, with single lines to display the tables.
    This may just be the way Abobe have decided to display tables in design view and there may not be any option to change it but if you know any way to change it I would be most greatful.
    Thanks again.
    G

  • 12c design view of JSF page fails to render with 'Loading failed  Reason: Connection reset by server'

    When in the design view of a JSF page, the page never renders in JDeveloper 12c.  Instead I get an error message 'Loading failed   Reason: Connection reset by server'.  I traced this to a conflict with the port used by Cisco Anyconnect (5001) which seems to be something JDeveloper uses as well to render the page.  Is there a way to change the port used to render the page in design mode?  I could not find any settings in the preferences.

    Hi Frank,
    The proxy settings are set to use the system default proxy settings in JDev and I have not needed to change it when VPN'ed. 
    The product that is in conflict is the 'AnyConnect Web Security Agent' (acwebsecagent.exe) which runs whether I am on vpn or am in the office - it is listening on port 5001 and that is the same port jdev64w.exe is listening to when rendering the page in the design mode.  I confirmed this using netstat -ab.  After  getting the conflicting program switched off temporarily, the design mode of the page was rendered within the IDE so that I could then drop components on the design surface.
    Since I cannot get the Cisco product to listen on a different port, I am hopeful there is a way to modify the port used by JDev.
    Thanks,
    Sunil

  • In design view the cursor doesn't display correctly with text how to fix

    When working in the design view in a text block the cursor shows in one spot but the code view show it is over a few characters so you have a real hard time editing text in that mode.  How do you fix this.  I have had this issue in several version of DW I am in 5 now.

    I don't have this problem.
    Which OS are you on?
    Does this happen with all your sites or just one?
    Are you working with valid HTML and CSS code?
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Can you post a link to a page in which this occurs?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Acrobat X Pro Missing Grid with File Preview Layout for Portfolios

    In Acrobat 9 Pro, there was a Portfolio layout called Grid with File Preview. We use it as our primary layout for PDF portfolios because it allows users to rapidly view PDFs within a portfolio. This was our primary reason for using Portfolios. Unfortunately, this important feature was removed in Acrobat X Pro resulting in clunky and very slow PDF viewing.
    Adobe needs to immediately reinstate Grid with File Preview into Acrobat X Pro. Until this happens, I will continue to use Acrobat 9 Pro.
    I encourage everyone to use the Feature Request/Bug Report Form to submit this as a Bug. Unless everyone complains, nothing will happen.

    Check out this free layout and instructions for installing.  This is just what I've been looking for since we upgraded to Acrobat X.  My attorneys hated reviewing thousands of PDF files that looked like flying cards.  http://blog.practicalpdf.com/2012/07/grid-with-file-preview-pdf-portfolio-layout-available -now/

  • Hi all  F4 in alv grid with restricted value  -- no solution from forum

    hi all
    i have developed report using alv grid using FM (important).
    i have a field xyz which is input/output enabled in alv grid output. this field is attached with f4 help.
    my requirement is to get or read the row in alv grid when user press f4 on that field so that restricted value should come in f4 help i.e. i have to read current line when user presses f4 i.e. the single line data in alv grid.
    so how to get or read the current row when user press f4 i.e user will choose any row in alv grid and this output is on alv grid and there are multiple records.
    or in other word is it possible to read current row in alv grid when user presses F4, if yes how???.
    i hope u understood the query.

    Hai,
    Check the code it may help u.
    For F4 Values on Screen:
    PROCESS ON VALUE_REQUEST
    using module call starting with FIELD i.e FIELD field MODULE module
    There are number of function modules that can be used for the purpose, but these
    can fullfill the task easily or combination of them.
    DYNP_VALUE_READ
    F4IF_FIELD_VALUE_REQUEST
    F4IF_INT_TABLE_VALUE_REQUEST
    POPUP_WITH_TABLE_DISPLAY
    DYNP_VALUE_READ
    This function module is used to read values in the screen fields. Use of this
    FM causes forced transfer of data from screen fields to ABAP fields.
    There are 3 exporting parameters
    DYNAME = program name = SY-CPROG
    DYNUMB = Screen number = SY-DYNNR
    TRANSLATE_TO_UPPER = 'X'
    and one importing TABLE parameter
    DYNPFIELDS = Table of TYPE DYNPREAD
    The DYNPFIELDS parameter is used to pass internal table of type DYNPREAD
    to this FM and the values read from the screen will be stored in this table.This
    table consists of two fields:
    FIELDNAME : Used to pass the name of screen field for which the value is to
    be read.
    FIELDVALUE : Used to read the value of the field in the screen.
    e.g.
    DATA: SCREEN_VALUES TYPE TABLE OF DYNPREAD ,
    SCREEN_VALUE LIKE LINE OF SCREEN_VALUES.
    SCREEN_VALUE-FIELDNAME = 'KUNNR' . * Field to be read
    APPEND SCREEN_VALUE TO SCREEN_VALUES. * Fill the table
    CALL FUNCTION 'DYNP_VALUES_READ'
    EXPORTING
    DYNAME = SY-CPROG
    DYNUMB = SY-DYNNR
    TRANSLATE_TO_UPPER = 'X'
    TABLES
    DYNPFIELDS = SCREEN_VALUES.
    READ TABLE SCREEN_VALUES INDEX 1 INTO SCREEN_VALUE.Now the screen value for field KUNNR is in the SCREEN_VALUE-FIELDVALUE and can be used for further processing like using it to fill the internal table to be used as parameter in F4IF_INT_TABLE_VALUE_REQUEST ETC.
    F4IF_FIELD_VALUE_REQUEST
    This FM is used to display value help or input from ABAP dictionary.We have to pass the name of the structure or table(TABNAME) along with the field name(FIELDNAME) . The selection can be returned to the specified screen field if three
    parameters DYNPNR,DYNPPROG,DYNPROFIELD are also specified or to a table if RETRN_TAB is specified.
    CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST'
    EXPORTING
    TABNAME = table/structure
    FIELDNAME = 'field name'
    DYNPPROG = SY-CPROG
    DYNPNR = SY-DYNR
    DYNPROFIELD = 'screen field'
    IMPORTING
    RETURN_TAB = table of type DYNPREAD
    F4IF_INT_TABLE_VALUE_REQUEST
    This FM is used to dsiplay values stored in an internal table as input
    help.This FM is used to program our own custom help if no such input help
    exists in ABAP dictionary for a particular field. The parameter VALUE_TAB is used to pass the internal table containing input values.The parameter RETFIELD
    is used to specify the internal table field whose value will be returned to the screen field or RETURN_TAB.
    If DYNPNR,DYNPPROG and DYNPROFIELD are specified than the user selection is passed to the screen field specified in the DYNPROFIELD. If RETURN_TAB is specified the selectionis returned in a table.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = field from int table whose value will be returned
    DYNPPROG = SY-CPROG
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'screen field'
    VALUE_ORG = 'S'
    TABLES
    VALUE_TAB = internal table whose values will be shown.
    RETURN_TAB = internal table of type DDSHRETVAL
    EXCEPTIONS
    parameter_error = 1
    no_values_found = 2
    others = 3.
    POPUP_WITH_TABLE_DISPLAY
    This FM is used to display the contents of an internal table in a popup window.The user can select a row and the index of that is returned in the CHOISE
    parameter.The VALUETAB is used to pass the internal table.
    A suitable title can be set using TITLETEXT parameter. The starting and end position of the popup can be specified by the parameters STARTPOS_COL / ROW and ENDPOS_ROW / COL .
    CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
    EXPORTING
    ENDPOS_COL =
    ENDPOS_ROW =
    STARTPOS_COL =
    STARTPOS_ROW =
    TITLETEXT = 'title text'
    IMPORTING
    CHOISE =
    TABLES
    VALUETAB =
    EXCEPTIONS
    BREAK_OFF = 1
    OTHERS = 2.
    e.g.
    DATA: w_choice TYPE SY-TABIX.
    DATA: BEGIN OF i_values OCCURS 0 WITH HEADER LINE,
    values TYPE I,
    END OF i_values.
    PARAMETRS : id TYPE I.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR id
    i_values-values = '0001'.
    APPEND i_values.
    i_values-values = '0002'.
    APPEND i_values.
    i_values-values = '0003'.
    APPEND i_values.
    i_values-values = '0004'.
    APPEND i_values.
    CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
    EXPORTING
    ENDPOS_COL = 40
    ENDPOS_ROW = 12
    STARTPOS_COL = 20
    STARTPOS_ROW = 5
    TITLETEXT = 'Select an ID'
    IMPORTING
    CHOISE = w_choice
    TABLES
    VALUETAB = i_values
    EXCEPTIONS
    BREAK_OFF = 1
    OTHERS = 2.
    CHECK w_choice > 0.
    READ TABLE i_values INDEX w_choice....now we can process the selection as it is contained
    ...in the structure i_values.
    Other FM that may be used to provide input help is HELP_START .
    check this also.
    See the following ex:
    TYPES: BEGIN OF TY_MBLNR,
    MBLNR LIKE MKPF-MBLNR,
    END OF TY_MBLNR.
    DATA: IT_MBLNR TYPE STANDARD TABLE OF TY_MBLNR WITH HEADER LINE.
    data: it_ret like ddshretval occurs 0 with header line.
    At selection-screen on value-request for s_mat-low.
    Select MBLNR from mkpf into table it_mblnr.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    DDIC_STRUCTURE = ' '
    RETFIELD = 'MBLNR'
    PVALKEY = ' '
    DYNPPROG = ' '
    DYNPNR = ' '
    DYNPROFIELD = ' '
    STEPL = 0
    WINDOW_TITLE =
    VALUE = ' '
    VALUE_ORG = 'S'
    MULTIPLE_CHOICE = ' '
    DISPLAY = ' '
    CALLBACK_PROGRAM = ' '
    CALLBACK_FORM = ' '
    MARK_TAB =
    IMPORTING
    USER_RESET =
    TABLES
    VALUE_TAB = IT_MBLNR
    FIELD_TAB =
    RETURN_TAB = IT_RET
    DYNPFLD_MAPPING =
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    IF SY-SUBRC = 0.
    read table it_ret index 1.
    move it_ret-fieldval to S_mat-low.
    ENDIF.
    Go through the test program.
    REPORT Ztest_HELP .
    TABLES : MARA.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETERS : P_MATNR(10) TYPE C.
    SELECTION-SCREEN END OF BLOCK B1.
    DATA : BEGIN OF ITAB OCCURS 0,
    MATNR TYPE MATNR,
    END OF ITAB.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_MATNR.
    SELECT MATNR
    FROM MARA
    INTO TABLE ITAB
    UP TO 10 ROWS.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = 'MATERIAL NUMBER'
    DYNPPROG = SY-REPID
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'P_MATNR'
    VALUE_ORG = 'S'
    TABLES
    VALUE_TAB = ITAB
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3. 
    regards.
    sowjanya.b.

  • Background Job assigment with variant in SM37 , for Textfile uploading

    Dear all,
    Im using the BAPI_PO_CHANGE to update the existing schedule dates in Purchase Orders,
    for this the po's , item, schedules, delivery dates(Need to update) from a Textfile into the internal table
    and passing that data to bapi function module, it works fi9 in foreground and the output is a classical report
    with Corresponding messages through RETURN.
    i need the same to run in background with a variant, but after assigning the background job in SM36,
    i found that the job assigned got CANCELLED in SM37.
    I hope everything is clear, so kindly revert back with solution.
    Regards,
    Niranjan.G

    Hi,
    You should understand that background job will be executed in application server and there will be no gui or access to presentation server available.
    You should upload your file to application server through tcode CG3Z.
    See F1 help for OPEN DATASET / Search SCN for sample codes for OPEN DATASET.
    You should change the code so that it can be run in both modes using the system variable SY-BATCH.
    If it is space use GUI_UPLOAD, if it is X use OPEN DATASET.
    Regards
    Karthik D

  • Why does Vertical Menu conceal items in design view?

    I have a problem with a vertical menu that is placed in my page's left column.  When workign in desing view, the vertical menu's sub menu components remain open and this conceals the things that I want to work on that are placed behind the sub-menu items.  Any ideas how I can "collapse" the menu when workginin design view? Thanks!

    Hello Beth,  to follow is the CSS for my menu bar (vertical).  I see that the left: -10000em; is in there correctly.  Notice anything out of line?  Thanks for your input!!!
    Rod
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
         z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;
         border-top-color: #EEE;
         border-right-color: #EEE;
         border-bottom-color: #EEE;
         border-left-color: #EEE;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
         background-color: #F00;
         color: #FFF;
         font-size: 12px;
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
         background-color: #F00;
         color: #FFF;
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
         background-image: url(SpryMenuBarRight.gif);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         font-size: 12px;
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
         background-image: url(SpryMenuBarRightHover.gif);
         background-repeat: no-repeat;
         background-position: 95% 50%;
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
         ul.MenuBarVertical li.MenuBarItemIE
         display: inline;
         f\loat: left;
         background: #FFF;
         width: 160px;
         border-top-style: none;
         border-right-style: none;
         border-bottom-style: none;
         border-left-style: none;

  • Line weight changes when using Align to Pixel grid

    When I select Align to Pixel Grid in the Transform Panel, I see line weight changes occur. I try to change the line weight in the either the Stroke or Appearance panel and it will not change, no layers locked, any ideas how to change the line weight?

    Chouettecacahuete wrote:
    ... I noticed that the line increases from 0.5pt to 1pt mainly (although not always) on straight lines, anything with a bezier curve seems to remain as 0.5pt.
    Just try this, with snap to pixel grid on, create 10 pixel long straight horizontal 1pt line with the pen or line tool. You won't be able to change the stroke weight to other than whole numbers. But if you rotate the line with only 0.01 degrees by typing this for rotation in the Transform panel, then you can change the stroke weight to 1.25 for example. When creating artworks for for screen display always verify the result with View > Pixel Preview turned on.
    tonyharmer wrote:
    ...I only referred to Photoshop to illustrate the behaviour - vector tools aside, everything you do in Photoshop has to be whole pixels
    As I said, Photoshop doesn't have  snap to pixel grid feature like Illustrator. You can easily create fuzzy lines in Photoshop if you are not drawing them precisely in the middle of the pixels. To check what I'm talking about try this In Photoshop, create a new document with a very small pixel dimensions like 20 x 20 pixels and zoom to the maximum 3200% to see clearly the result. Fill the image with light gray color so you can see the pixels when View > Show Pixel grid is on. Then with black color try drawing a straight line with any tool that creates pixels like a hard brush or the line tool used in pixel mode, and try using constraints like holding Shift while dragging. You will see that unless you draw the lines exactly in the middle of the pixels it will be fuzzy and not clean. The only way to ensure not fuzzy lines in Photoshop is to turn  off the anti-aliasing. You do this by unchecking the anti-alias for tools that have this option and instead of burshes use the pencil tool (which is brush without anti-aliasing). And Illustrator works the same too if you turn off Anti-aliased Artwork in its general section of the preferences and view the result with View > Pixel Preview, you don't need to have the Align to Pixel Grid on, the aliased result will be the same like in Photoshop.

  • CS5.5 design view problem

    For some reason all but two elements have disappeared in the design view, leaving just the background.
    In truth I work using the code though there are times it helps having it.
    I've closed and re-opened the programme but nothing changes.
    Many thanks for any advice on what to do.
    Paul

    indvik wrote:
    ...However it still seems odd to me that the difference is about 350 px.
    That could be caused by a code error, generally DV won't be that far off.
    Run your page through the validator at http://validator.w3.org to see if there aren't some issues in your html that could be causing the oddity in Design View.
    If your code is clean and it's still off by that amount, something to check would be the use of both css and html attributes to control the sizing of tables and other elements. The program can get a little confused and start displaying things all over the place when you do that. I'm not sure if DW5.5 does this (I skipped that version) but DWCS4 certainly did, pretty inconsistently. One way to fix it, even though the code may validate, is to give all control to the css of the page rather than splitting some with the html.

  • Page isn't displaying in design view

    I just recently upgraded from Dreamweaver 2004 to CS3.
    Everything in 2004 looked just great, I could see everything on the
    page, all my tables, everything. When I open the exact same page in
    CS3, there is almost nothing there. All the HTML code is there, but
    all I can see in design view is my Heading, background image, and a
    small image in the upper-right hand corner. The rest of the page is
    just blank. Am I doing something wrong here or what? I've been
    playing with setting for like a week now and can't see to get it to
    display the entire page, no matter what I try. Any hep would be
    greatly appreciated, thanks!!!

    DWCS3 is much less tolerant of bad code than DMX2004 was.
    Your symptoms
    sound like that's the problem. Can we see the page, please?
    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
    ==================
    "danodemano" <[email protected]> wrote in
    message
    news:f9nh5s$lg5$[email protected]..
    >I just recently upgraded from Dreamweaver 2004 to CS3.
    Everything in 2004
    > looked just great, I could see everything on the page,
    all my tables,
    > everything. When I open the exact same page in CS3,
    there is almost
    > nothing
    > there. All the HTML code is there, but all I can see in
    design view is my
    > Heading, background image, and a small image in the
    upper-right hand
    > corner.
    > The rest of the page is just blank. Am I doing something
    wrong here or
    > what?
    > I've been playing with setting for like a week now and
    can't see to get it
    > to
    > display the entire page, no matter what I try. Any hep
    would be greatly
    > appreciated, thanks!!!
    >

  • Losing Design View in Dreamweaver

    Does this happen to anybody else? Whenever I have CFML of any
    complexity, such as CFIF statements, I lose the representation of
    my page in dreamweaver's design view. Does anybody know how to cure
    this problem? For example, this page will not display in design
    view:
    <cfif isdefined("updatepage")>
    <cfinvoke component="wccom" method="getETquery"
    action_id=#form.action_id# returnvariable="et">
    <cfquery name="et_update"
    datasource="philrubi-connaccounts">
    UPDATE Event_Tracking SET USER1=
    <cfif IsDefined("FORM.user1") AND #FORM.user1# NEQ "">
    <cfqueryparam value="#FORM.user1#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , USER2=
    <cfif IsDefined("FORM.user2") AND #FORM.user2# NEQ "">
    <cfqueryparam value="#FORM.user2#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , USER3=
    <cfif IsDefined("FORM.user3") AND #FORM.user3# NEQ "">
    <cfqueryparam value="#FORM.user3#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user4=
    <cfif IsDefined("FORM.user4") AND #FORM.user4# NEQ "">
    <cfqueryparam value="#FORM.user4#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user5=
    <cfif IsDefined("FORM.user5") AND #FORM.user5# NEQ "">
    <cfqueryparam value="#FORM.user5#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user6=
    <cfif IsDefined("FORM.user6") AND #FORM.user6# NEQ "">
    <cfqueryparam value="#FORM.user6#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user7=
    <cfif IsDefined("FORM.user7") AND #FORM.user7# NEQ "">
    <cfqueryparam value="#FORM.user7#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user8=
    <cfif IsDefined("FORM.user8") AND #FORM.user8# NEQ "">
    <cfqueryparam value="#FORM.user8#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user9=
    <cfif IsDefined("FORM.user9") AND #FORM.user9# NEQ "">
    <cfqueryparam value="#FORM.user9#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    WHERE action_id=#form.action_id#
    </cfquery>
    <cflocation url="modifypeople.cfm">
    <cfelse>
    <cfinvoke component="wccom" method="getETquery"
    action_id=#form.action_id# returnvariable="et">
    <cfif #et.recordcount# eq 0>
    No event assigned. Go to the Modify People Page to assign an
    event.
    </cfif>
    <cfinvoke component="wccom" method="getMasterRecord"
    recid=#form.mrid# returnvariable="mp">
    <table border="0">
    <tr>
    <th width="10%" bordercolor="#000000" bgcolor="#0000A0"
    background="images/metalOverlay.png"><div
    align="center"><a href="main.cfm"
    class="style9">Main</a></div>
    <p align="center"><a href="people.cfm"
    class="style9">Choose Person</a></p></th>
    <td scope="col"><cfform name="form1">
    <table border="0">
    <cfloop from=1 to=9 step=1 index=i>
    <tr>
    <td scope="col">User
    <cfoutput>#i#:</cfoutput></td>
    <td scope="col"><cfset
    userfield="et.user"&#i#>
    <cfinput name="User#i#" value=#evaluate(userfield)#
    width=500></td>
    </tr>
    </cfloop>
    </table>
    <cfinput type="hidden" name="updatepage"
    value="form1">
    <cfinput type="hidden" name="action_id"
    value=#et.action_id#>
    <cfinput type="submit" name="submit" id=""
    value="Submit">
    </cfform></td>
    </tr>
    </table>
    </cfif>
    </body>
    Rick64t

    Sorry, here's the entire page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Update User Fields</title>
    </head>
    <style>
    .StoryContentColor {
    color: #FFFF00;
    background-color: #000000;
    .style1 {
    font-family: "Courier New", Courier, mono;
    color: #000000;
    font-size: small;
    .style2 {
    color: #ce9a00;
    font-weight: bold;
    .style3 {
    color: #000000;
    font-weight: bold;
    .style5 {font-family: "Courier New", Courier, mono; color:
    #0000FF; font-size: small; }
    .style6 {font-family: "Courier New", Courier, mono; color:
    #000000; font-size: small; font-weight: bold; }
    .style7 {font-family: "Courier New", Courier, mono; color:
    #0000FF; font-size: small; font-weight: bold; }
    .style9 {color: #FFFFFF}
    .style10 {color: #4A6184}
    </style>
    <body>
    <cfif isdefined("updatepage")>
    <cfinvoke component="wccom" method="getETquery"
    action_id=#form.action_id# returnvariable="et">
    <cfquery name="et_update"
    datasource="philrubi-connaccounts">
    UPDATE Event_Tracking SET USER1=
    <cfif IsDefined("FORM.user1") AND #FORM.user1# NEQ "">
    <cfqueryparam value="#FORM.user1#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , USER2=
    <cfif IsDefined("FORM.user2") AND #FORM.user2# NEQ "">
    <cfqueryparam value="#FORM.user2#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , USER3=
    <cfif IsDefined("FORM.user3") AND #FORM.user3# NEQ "">
    <cfqueryparam value="#FORM.user3#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user4=
    <cfif IsDefined("FORM.user4") AND #FORM.user4# NEQ "">
    <cfqueryparam value="#FORM.user4#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user5=
    <cfif IsDefined("FORM.user5") AND #FORM.user5# NEQ "">
    <cfqueryparam value="#FORM.user5#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user6=
    <cfif IsDefined("FORM.user6") AND #FORM.user6# NEQ "">
    <cfqueryparam value="#FORM.user6#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user7=
    <cfif IsDefined("FORM.user7") AND #FORM.user7# NEQ "">
    <cfqueryparam value="#FORM.user7#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user8=
    <cfif IsDefined("FORM.user8") AND #FORM.user8# NEQ "">
    <cfqueryparam value="#FORM.user8#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    , user9=
    <cfif IsDefined("FORM.user9") AND #FORM.user9# NEQ "">
    <cfqueryparam value="#FORM.user9#"
    cfsqltype="cf_sql_clob" maxlength="255">
    <cfelse>
    </cfif>
    WHERE action_id=#form.action_id#
    </cfquery>
    <cflocation url="modifypeople.cfm">
    <cfelse>
    <cfinvoke component="wccom" method="getETquery"
    action_id=#form.action_id# returnvariable="et">
    <cfif #et.recordcount# eq 0>
    No event assigned. Go to the Modify People Page to assign an
    event.
    </cfif>
    <cfinvoke component="wccom" method="getMasterRecord"
    recid=#form.mrid# returnvariable="mp">
    <table border="0">
    <tr>
    <th width="10%" bordercolor="#000000" bgcolor="#0000A0"
    background="images/metalOverlay.png"><div
    align="center"><a href="main.cfm"
    class="style9">Main</a></div>
    <p align="center"><a href="people.cfm"
    class="style9">Choose Person</a></p></th>
    <td scope="col"><cfform name="form1">
    <table border="0">
    <cfloop from=1 to=9 step=1 index=i>
    <tr>
    <td scope="col">User
    <cfoutput>#i#:</cfoutput></td>
    <td scope="col"><cfset
    userfield="et.user"&#i#>
    <cfinput name="User#i#" value=#evaluate(userfield)#
    width=500></td>
    </tr>
    </cfloop>
    </table>
    <cfinput type="hidden" name="updatepage"
    value="form1">
    <cfinput type="hidden" name="action_id"
    value=#et.action_id#>
    <cfinput type="submit" name="submit" id=""
    value="Submit">
    </cfform></td>
    </tr>
    </table>
    </cfif>
    </body>
    </html>
    Rick64t

  • Design view not displaying correctly, but web does?

    I'm working on changing up the menu on a website, and while it displays correctly, the design view is way off. I know I should only worry about my results and my code, but I can't help but wonder where the issue is. Any thoughts?

    Try validating the page first at http://validator.w3.org - what do you get?

  • Bindings in design view

    Just recently I have noticed that when I'm working in ASP,
    the bindings that are placed in a page in design view don't show up
    as text with a background like it used to. Now I get some yellow
    ASP shields instead. What happened that changed this? My recordsets
    have been behaving very strangely too. I get little red exclamation
    points no matter how correct the code is.
    Has anyone else every seen this before? What should I
    do?

    Most of what you describe is included as the "New Features" of the cloud update...
    http://helpx.adobe.com/content/help/en/dreamweaver/using/changes-insert-options-creative-c loud.html
    They also messed up the use of tables. If you do any kind of html emailing, you'll feel the pain when you get there from what I understand (I'm still on an old version).
    As for fixing it, there is a rumor that Adobe will be adding back some of the functionality they took out in a future release. Aside from that, reinstalling an old version from disk looks to be about the only way to go back.
    Basically everyone has been getting the same advice, report the issues as bugs/feature requests, as often as they come up...
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for

  • Siri not working after update to ios 8.1.1

    I am using an iphone 6 on tmobile.  After upgrading to ios 8.1.1 Siri is no longer working.  Siri will not pickup voice commands however I have found that if I use headphones with a microphone my voice is picked up through that microphone.  Has anyon

  • RDP to VDI 3 fails with 'Administrative Task closed the connection'

    The RDP to the VDI 3 login page described in the page below would be a really useful feature for us. Unfortunately when I connect using MSTSC (Windows XP SP 3) the screen goes black, then a message pops up with 'The connection was closed by an admini

  • InsertXML() query construction

    Hi, is there any possibility of getting additional information about what happens when calling the method insertXML() from class OracleXMLSave? In particular I would be interested in seeing the query that XSU constructs in order to insert XML documen

  • Good book for learning code

    Hi, I know that book recommendations come up frequently in this forum but my need is somewhat specific. I need a book that will help me learn actionscript 3 and provide examples so that I can enter the code, think about it and see it work. Can anyone

  • Why my external hard drive won't work now

    Hi guys, I have a 500gig USB external harddrive. Today I tried to connect to my macbook mid 2010 and it keeps beeping. When I hear it close to it, it sounds like it start to work for a few seconds and then failed over and over again. I have connected