How to suppress block element outlines in design mode

Have tried every option in View/Visual Aids--to no avail.

Without seeing  your code, it's impossible to know for sure.  But it looks like you may have styled those elements with borders.
Nancy O.

Similar Messages

  • How does DW 8 display divs in "design Mode"?

    Hi everyone,
    Question: How does DW 8 display divs in the design window?
    I ask this because I am trying to create a website entirely
    in divs (with divs inside divs), and when I see certain things in
    my "design mode", some divs show up directly underneath. Example: I
    have #cellA and #cellB. I want #cellA right next to #cellB inside
    of a #container. Instead, when I try to insert a Div tag (after end
    of tag) it places it right underneath it. So #cellB is right under
    #cellA, when all I want is for them to be side by side.
    Here is the link:
    http://www.helenbwilson.com/helen-css-test-01.html
    Is there a screen mode that I am not aware of?
    How do you guys look at how your divs are being displayed in
    the "design view" of dreamweaver.
    I have also just gone into the code and tried placing my divs
    there, but to no avail..
    Anyone have the same problem?
    Any help would be greatly appreciated.
    Thanks
    -psypent

    If you want divs side-by-side, you must float them.
    > How do you guys look at how your divs are being
    displayed in the "design
    > view"
    > of dreamweaver.
    They look right to me.
    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
    ==================
    "psypent81" <[email protected]> wrote in
    message
    news:f1tgm4$6f9$[email protected]..
    > Hi everyone,
    >
    > Question: How does DW 8 display divs in the design
    window?
    > I ask this because I am trying to create a website
    entirely in divs (with
    > divs
    > inside divs), and when I see certain things in my
    "design mode", some divs
    > show
    > up directly underneath. Example: I have #cellA and
    #cellB. I want #cellA
    > right
    > next to #cellB inside of a #container. Instead, when I
    try to insert a Div
    > tag
    > (after end of tag) it places it right underneath it. So
    #cellB is right
    > under
    > #cellA, when all I want is for them to be side by side.
    >
    > Here is the link:
    >
    http://www.helenbwilson.com/helen-css-test-01.html
    >
    > Is there a screen mode that I am not aware of?
    > How do you guys look at how your divs are being
    displayed in the "design
    > view"
    > of dreamweaver.
    > I have also just gone into the code and tried placing my
    divs there, but
    > to no
    > avail..
    > Anyone have the same problem?
    >
    > Any help would be greatly appreciated.
    >
    > Thanks
    > -psypent
    >

  • How to reuse UI elements in view design

    Hello
    How can I reuse UI elements when designing a view?
    For example: I built a UI container (TransparentContainer) consisting of a FormattedTextEdit, some buttons and other UI Elements. This container will be used in several views and even several times inside the same view.
    The solution which I use at the moment is to copy/paste this UI container. But this is a bad solution, because if something in the container has to be changed, it is very cumbersome to adapt also all copied instances.
    I also tried to put my UI container into a separate view and than to reuse this view in other views by means of the ViewContainerUIElement. But this does not work if the UI container has to be placed more than once inside a view, as duplicate usage of a view raises a WDRuntimeException.
    What is the best way do reuse several UI Elements in desinging a view?
    Greetings
    Rolf

    Thank you Rajat for your answer.
    Is there any solution to solve this problem for the "Tabstrip"?
    Thus, let's say I have a "Tabstrip" with 10 "Tabs". All the tabs have the same UI elements only the data of the UI Elements changes among the tabs. Do I really have to copy my UI elements 10 times?
    Of course, another solution would be to "simulate" the Tabstrip with some radio-buttons and one container that shows the content of the selected tab/radiobutton.

  • How to Suppress rowset-element in Multi leval Cursor(s)?

    I've a xsql query with multi-level cursor as:
    <DOC_ROOT connection="dev" xmlns:xsql="urn:oracle-xsql">
    <xsql:query rowset-element="" row-element="TOP_LEVAL" >
    select A,
    cursor ( select B,..
    cursor (select C, ..
    cursor (select D,..
    ) as Leval3
    )as Leval2
    ) as Leval1
    </xsql:query>
    </DOC_ROOT>
    Here, I'm only able suppress the rowset-element for TOP_LEVAL,
    as specified in xsql:query. Is there any way to suppress
    Leval1,Level2,Leval3 rowset-element tags as well?
    Thanks

    Hi, here is the formula to filter the duplicated data.
    replace the {Sheet1_.color} with your color database field.
    stringVar array  test := split({Sheet1_.color},chrw(10));
    stringvar result := "";
    numbervar nLength := Count (test);
    numbervar index;
    result := test[1];
    for index := 2 to nLength do (
    if instr(result,test[index]) = 0
    then result := result + chrw(10)+test[index];
    result;
    Thx, Hao

  • How to keep wbs element  field in display mode in me22n?

    Hi all,
    Can somebody please guide me how i can keep wbs element field available at account assignment Tab at item level in transaction me22n as display mode?

    Hi Dhruv,
    You can implement BADI ME_PROCESS_PO_CUST  and implement the method FIELDSELECTION_ITEM.
    I have pasted the SAP documentation available below. Please try this.
    Field selection (FIELDSELECTION_HEADER_REFKEYS, FIELDSELECTION_ITEM_REFKEYS, FIELDSELECTION_HEADER, FIELDSELECTION_ITEM methods)
    In the following methods, you can change the display properties of fields by supplementing or switching the field selection reference keys:
    At header level FIELDSELECTION_HEADER_REFKEYS
    Documentation for BAdI method FIELDSELECTION_HEADER_REFKEYS
    At item level FIELDSELECTION_ITEM_REFKEYS
    Documentation for BAdI method FIELDSELECTION_ITEM_REFKEYS
    You can implement special rules using the methods FIELDSELECTION_HEADER (at header level) and FIELDSELECTION_ITEM (at item level).
    Documentation for BAdI method FIELDSELECTION_HEADER
    Documentation for BAdI method FIELDSELECTION_ITEM
    Special Field Selection Item
    Functionality
    The FIELDSELECTION_ITEM method enables you to influence the field selection properties for a field.
    Parameters
    The following parameters are available:
    IM_HEADER - Document header
    The interface reference is of the type IF_PURCHASE_ORDER_MM.
    IM_ITEM - Document item
    The interface reference is of the type IF_PURCHASE_ORDER_ITEM_MM.
    CH_FIELDSELECTION - Fiele selection table
    By making changes to this table, you can influence the display properties of a field.
    This table consists of value pairs <METAFIELD|FIELDSTATUS>.
    The Metafield represents a business content (e.g. the PO quantity). Thus, for example, the database field EKPO-MENGE is linked to a certain metafield value just like the field MEPO1211-MENGE on the item overview screen in the purchase order.
    Through this abstraction, reference can be made to business contents on a uniform basis.
    Standard metafields are defined in the type group MMMFD.
    The field selection status has four possible instances:
    '-' Field is suppressed
    '*' Field is purely a display field
    '.' Input field
    '+' Mandatory field
    Notes
    Under no circumstances make any changes to the database within this method. On no account use Commits.
    For WBS element the meta filed no is 512.
    mmmfd_wbs_element     TYPE mmpur_metafield VALUE 512.
    In IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM method you can write the code as follows:
    field-SYMBOLS : <FIELDSEL> like line of ch_fieldselection.
    DATA: l_persistent TYPE mmpur_bool.
    l_persistent = im_ITEM->is_persistent( ).
    READ TABLE ch_fieldselection ASSIGNING <FIELDSEL> WITH TABLE KEY metafield = '512'.
    IF sy-subrc IS INITIAL.
      <FIELDSEL>-fieldstatus = '*'. " Field is purely a display field
    ENDIF.
    Try this, it should work.
    Regards,
    Savitha
    Edited by: Savitha Madhavagiri on Jan 8, 2010 4:20 AM

  • Block elements?

    I use Dreamweaver CS 5.5.
    I noticed that design view doesn't diplay elements like <section> <head> and <nav> like block elements while live view and the browsers do. I guess they are block elements and the design view doesn't work properly?

    Check the schema definitions for the responses to make sure they are correct.
    See this article on the topic:
    http://soastation.blogspot.com/2007/11/trailing-block-elements-must-have-id.html

  • How do I block data use on my phone?

    I have an LG Cosmos with access to mobile web, mobile email and gps. I don't have a data plan so it would charge me by the mb or whatever. Access to these features is really easy so to prevent accidents or other people playing with my phone from racking up my bill, how can I block data usage? Airplane mode would also turn off my phone signal so how else would I block data?

    tojeza wrote:
    Well when I accidentally hit mine once I was charged $1.99 for it just trying to connect with the block on, was told it would do that when they blocked it for me  but have never done it since so maybe they changed that.  Mary
    Same thing has happened to me now in 2 of the last 3 months.  Had to call and complain as I don't use the mobile web on my phone.
    So you have the data block?  I was told straight out when they put the block on for me you are charged the minimum for it just trying  to connect so I didn't bother to call and have them take it off since it was my fault and I knew that would happen, guess I should have said something.  I am more carefull now with my fingers.    Mary

  • Elements in Design Mode and Preview Mode are Different

    I've encountered an irritating problem in Muse. The elements arranged in design mode are shifting erratically in preview mode. I'm trying to set up "buy" links for my client's CDs using amazon, cdbaby, itunes icons. The buy buttons are place below the audio player widget from MuseGrid. Right now they are just pics - no hyperlinks attributed. If anyone has advice, I'd be grateful as this problem is driving me nuts and costing me hours!!! I am using the
    Design Mode                                                                                                Preview Mode

    Hi,
    Please try grouping the objects on the page. It resolved such issues in most cases.
    Regards,
    Aish

  • Design mode without style on screen

    Testing (too) many functions into Dreamweaver 8, I now get
    only a basic view on screen under DESIGN mode : images are here but
    with basic font texts on a white page. Though when I view the pages
    on the browsers, everything appears correctly.
    Certainly, I have messed something with CSS and styles (I'm a
    newbie) because on the right panel, there is only CSS styles
    written (message "no CSS properties.....") but I didn't still work
    with CSS.
    How to get back to the normal Design mode view ?
    Thanks
    Archiloque

    VIEW | Style Rendering > Display Styles
    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
    ==================
    "archiloque" <[email protected]> wrote in
    message
    news:ft7knv$mk1$[email protected]..
    > Testing (too) many functions into Dreamweaver 8, I now
    get only a basic
    > view on
    > screen under DESIGN mode : images are here but with
    basic font texts on a
    > white
    > page. Though when I view the pages on the browsers,
    everything appears
    > correctly.
    >
    > Certainly, I have messed something with CSS and styles
    (I'm a newbie)
    > because
    > on the right panel, there is only CSS styles written
    (message "no CSS
    > properties.....") but I didn't still work with CSS.
    >
    > How to get back to the normal Design mode view ?
    >
    > Thanks
    >
    > Archiloque
    >
    >

  • How to suppress the back-ground execution of a query in design mode

    hi guys,
    there is a bahaviour of the system, that I'd like to change. So, when we
    1. start EXCEL
    2. go to the designer mode to create a report
    3. first drop an InfoProvider (e query) into a cell,
    4. second - pull e.g a filter element into another cell, still being in the design mode.
    Just in this moment, the query itself has been already started in the back groud, aiming to fill the cache, I guess.
    Does anyone know how to suppress the back-ground execution? I'd like to control, when to start the reports execution.
    Thanks in advance.
    Neven

    Hello,
    There is no way to do that if you are creating thru BEx Analyzer.
    Instead use the BEx Analyzer, try to create using directly BEx Query Designer.
    In that way, the query will not be executed, until you want to...
    Thank you
    Edward John

  • How to suppress Result rows in a Query in Web Application Designer

    Hi
                 I am trying to post a query in Web Application Designer. I am able to run the query in WAD but the Results rows appear. I choose Suppress Result Rows always in All Characteristics option in the query in BEx Explorer but still i see result rows in the WAD. Can anyone please let me know how to suppress Result rows so that they dont appear in Web Application Designer.
    Thanks,
    Padma

    To get the enhanced menu-
    1. Open the template in WAD.
    2. Go to Web Item properties.
    3. Go to Entries in Context Menu.
    4. Find the "Enhanced Menu" property. Set it to "display" if you want it to be visible in template result.
    5. Next time when you execute your template you will be able to access it by right clicking.
    or
    If you just want to supress results without adding enhanced menu in the context menu, simply set "Calculate result as" to "No Display".

  • How to assign course program block elements to Course Block

    Hi !
    I have created a Course Program and added course program blocks but i am not able to add Course Block elements to it.
    Please guide me how to do this. Is it related to EHP level ? We are at EHP3 level.
    Anand

    Hi Priya,
    Thanks for the reply,
    Added the elements as suggested. Thanks once again
    Now on the portal i am able to search the Course Program but not able to see any detils. Hence not able to subscribe also.
    Can you throw some light on this issue please?
    Why am i interested in "Course Program" is becuase our Training institutes has requirement of assigning five (5) Web-based trainings to a group of Management Trainees.
    Out of these 5 WBT, one is mandatory for group & out of remaining four they have to complete any two.
    I have tried to work-out this through Curriculum but it is not working the way we want. So interested in "Course Program" & its usability.
    Thanks & Regrads
    Anand...

  • How do I move Elements 8 projects (slide shows) from a Windows XP computer to new Windows 7 computer that also has Elements 8 on it so that the slides shows will work (Elements 8 works well on the Windows 7 computer & I have done several new slide show pr

    How do I move Elements 8 projects (slide shows) from a Windows XP computer to new Windows 7 computer that also has Elements 8 on it so that the slides shows will work (Elements 8 works well on the Windows 7 computer & I have done several new slide show projects on it)?    I tried backup & restore without success.  I have also found the .psess files and copied them to the catalog in the new computer but when the sides shows are opened none of the images or music is there.  Only the text that I entered shows.  I have even tried to replicate the file paths from the XP computer to the new computer to see if that will help.

    UPDATE:  By a stroke of luck I happened to find a catalog link (a PSE8D file) in the 'My Catalog' file where the imported data was stored.  When I clicked on it to investigate what is was 'magically' all of my transferred projects appeared in Organizer.  Upon further investigation I found that the projects transferred from my XP computer were stored in a hidden catalog that had to be accessed through the Custom Location option in Catalog Manager (accessed by clicking File then Catalog then Custom Location).  No Windows or Elements search revealed this fact.  I am appreciative that I just got lucky.  The Adode/Photoshop company was absolutely of no help.  If fact to me their structure is designed to avoid contact with their customers unless you're buying a new product.  Their products have many good features (even though user unfriendly) and it's a shame they don't value their customers more once the sale is completed. 
    Bottom line:  All of the projects (sideshows) have been recovered and work in my new Windows 7 computer.  I hope my experience helps others. 

  • How to suppress email notifications from auto-contribute workflow step

    Hi all,
    does anybody know how to suppress the notification email that is sent from the contribution step (auto-contribute) of a criteria workflow. Now the user doing the checkin gets an email about the start of a workflow.
    regards,
    Harold

    Harold,
    few comments:
    - what is the step type of your 3rd step? Is it Review or Review/Edit-New Revision?
    If just Review, what happens if you change it to Review/Edit Revision or Review/New Revision?
    - calling just the UPDATE_DOCINFO service does not explain neither sending the email, nor changing the current step. What might be an explanation is calling a CHECKIN service in a Review step (the engine might be confused and 'restart' the workflow as it would not know whether a new, or current revision should be updated)
    Well, actually there could be one reason: updating the security group
    From whatever reason, criteria workflows are designed in such a way that security group is the mandatory parameter. This means that changing the security group might actually mean that the content item is in a wrong workflow (I was just about to ask "why on earth do you call UPDATE_DOCINFO in a Java?' and this came to my mind - custom metadata might be updated directly in iDocScript via wfUpdateMetaData http://docs.oracle.com/cd/E23943_01/doc.1111/e10726/c06_core_ref.htm#i1067045 ). If that's the case, you might have to re-design the whole stuff.
    Can you share details what is updated?

  • How do I get Elements to occupy full screen on my macbook pro? - the docking station remains visible and I don't want to have the dock in hide mode?

    How do I get Elements to occupy full screen on my macbook pro? - the docking station remains visible and I don't want to have the dock in hide mode?

    Unfortunately, there is no answer to this problem via this link. It may be that this is simply how the software actually works. It is a design fault in Adobe Photoshop Elements. It is possible to temporarily hide the dock within 'system preferences'. Oh well. Someone may know better.... I hope!

Maybe you are looking for

  • My boyfriend got me an iphone 4s off ebay and my tmoblie sim will not work in it but if i put an orange sim n it works :(

    my boyfriend got me an iphone 4s off ebay and my tmoblie sim will not work in it but if i put an orange sim n it works :(

  • Songs not listed under artist name.

    As an example, I have 3 Journey songs on my Ipod. However, only one shows up under the artist heading "Journey". The other two are available under the songs list, but I want them grouped correctly. I deleted them off my Ipod and added them again. The

  • Hide cursor in text field

    I am using developer 6i. There are many text fields in a form. When user start feeding, cursor hides in some text fields during feeding and user may in dout where is the current focus. Plz help me. I will be thankful. Edited by: Saif-ur-Rehman on May

  • BEx query : results and exceptions

    Hi people, I'm using BI 7. I've two questions. In a first part i want to know if i can use an exception in order to color all the line (characteristics + key figures) ? Because just the key figures are colored with many options I tried. In a second p

  • [solved] Gnome-do can't open home folder

    I've been using gnome-do for a while now and like it, but I can't get it to open my home folder.  This is with the docky theme.  If I try to use it to open my home folder. What I mean is type super-space to bring up the text input box and then type "