Remove the spaces between the css attributes?

Hello! I know that I can customize my preferences to 'apply the updated source shaped', but it is automatically added to spacing to the attributes of the tag and I don't see a way to change this in the options I give. I want to write my code without spacing in the attributes. Believe it or not, it is easier on my eyes in this way.

That's what I prefer:

whatever {width: 40%; height: 25% ;}}

If I use source formatting, it does this:

whatever {width: 40%; height: 25% ;}}

If I can't change this behavior in the settings, not much, but I want to assure you that I have not just miss.

Thank you!

You don't miss anything.  DW uses conventional spaces between the CSS attributes.

You can shrink your CSS code at the end of the project.  That will remove the spaces and line breaks.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • How can I remove a space between the tables?

    In dreamweaver, there seems to be no space, and the page is fine, but when I go into

    Internet explore there is a gap between the tables.  I want my image to be

    at the bottom of my table, based on the footer.

    I tried for hours to solve this problem and I can not, there is always a space between my image of HR helpline and my footer.

    I put all the borders and spacing between cells to 0, but nothing seems to work.
    I have not yet my web site online, so can not tell you what the URL, but when I view source in internet Explorer this is the code:
    < td bgcolor="#FFFFFF"> </td>

    <td width="430" height="200" align="center" valign="bottom" bgcolor="#FFFFFF"> <!-InstanceBeginEditable name = "EditRegion2"->
    < p > <img src=".. "" / frustrated helpline.jpg ' alt="HR helpline" width="331" height="282" border="0" longdesc="" "http://HR telephone helpline" / ><! - InstanceEndEditable - >< /td>
    </ tr >
    </ table >

    < table width="900" border="0" align="center" cellpadding="0" cellspacing='0'>
    < tr bgcolor="#FFFFFF">
    < td valign="top"> <img src="images/Core HR foot 900.jpg Web" width="900" height="81" alt="london surrey berkshire kingston" longdesc="""http://footer"" " / > < /td>
    </ tr >

    </ table >

    Thanks if anyone can help, I'm really new to this.
    Helen

    Add the CSS rule to remove the border from the image

    IMG
    {border-style: none;}
    }

  • Someone removed the custom attributes field

    Is it possible that PowerCLI can fire an event if someone removed the field of the custom in vCenter attributes?  I take more precisely on the class in Administration > custom attributes in vSphere client 5.x.  For some reason a field that he had to show VM assignments is missing, and I'll try to find what happened to her.

    Course, use the CustomFieldRemovedEvent.

    You can use the Get-VIEvent or my Get-VIEventPlus cmdlet to retrieve the events.

    BTW use my Event-O-Matic to easily find event names.

    Special Edition, it will still generate code to extract the events

  • How do I remove the license attributed to my administrator account so I can assign to a member of the team?  I just need admin team, not licenses.

    Please tell me that they have not to design this system works only when the administrator is also a user.

    CHL I discovered that Chrome does not work for this purpose.  I switched to Firefox and now it offers the option to remove the user when I click on the X.  Good to know.

  • How to remove a space between clips

    I have all my clips loaded into my calendar.

    During the review of the final draft, I noticed that the screen will Dim briefly between 2 clips near the beginning.

    I zoomed in and it seems that when I initially loaded the second clip, there no alignment on the previous item, leaving a space between them.

    I thought I could ripple delete away from emptiness, that I prefer, because there are a lot of clips before and after the gap in the sequence, and I don't want to manually move them all and risks creating new ditches. But ripple deleting is always grayed out in the Edit menu.

    So I thought that maybe something should be there to delete it, so I created a color matte to put, but ripple delete is always grayed out.

    I tried to Google an answer, but I found several gaps only methods for ripple deletion (it's where I got the idea of using a color matte), or the removal of gaps in the conversation of a music video (as opposed to empty gaps in the timeline).

    What I am doing wrong?

    Ripple deleting will not work unless all the layers in this position are able to go back. Ripple deletion one layer, you will lock the other layers that could be targeted or how. But it you going out of sync related audio before the delete. It's a very difficult thing to do. It must be very careful.

  • Remove the XML attribute

    Hello

    I export xml data into our database files. Since the xsd has changed it can be exported directly to another db to a third-party tool and I (among others) remove an attribute of an element
    CREATE TABLE xml_test(
          message XMLTYPE
          )
    /
    INSERT INTO xml_test
    VALUES (q'[<?xml version="1.0" encoding="ISO-8859-1"?>
    <ZusyMeldung xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns="http://www.zusy.de/2002/XMLSchema" 
    xsi:schemaLocation="http://www.zusy.de/2002/XMLSchema ZusyAZ01.xsd">
      <TransferHeader xsi:nil="true"/>
      <Daten>
        A lot more elements
      </Daten>
    </ZusyMeldung>]')
    /
    COMMIT;
    < TransferHeader xsi: Nil = 'true' / > should become < TransferHeader / >.

    I want to write files directly with the script next and tried to use updateXML in my SELECTION, but somehow I don't understand well.
    DECLARE
        CURSOR cur_out IS
            SELECT  message
            FROM    xml_test;
    BEGIN
        FOR r_out IN cur_out LOOP
            dbms_xslprocessor.clob2file (
                 r_out.message
                ,'DIR_XMLOUT'
                ,'out_name.xml'
                ,0
                );
        END LOOP;
    END;
    /
    Concerning
    Marcus

    Hi Marcus,

    Given that you want to remove, try deleteXML :

    select xmlserialize(document
             deletexml(
               message
             , '/ZusyMeldung/TransferHeader/@xsi:nil'
             , 'xmlns="http://www.zusy.de/2002/XMLSchema", xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'
             )
           )
    from xml_test ;
    

    Note that the functions of XML DML Oracle (updateXML, deleteXML etc.) are not recommended in 11.2.0.3 for the update of XQuery:

    select xmlquery(
             'declare default element namespace "http://www.zusy.de/2002/XMLSchema"; (: :)
              copy $d := .
              modify ( delete node $d/ZusyMeldung/TransferHeader/@xsi:nil )
              return $d'
            passing message
            returning content
           )
    from xml_test ;
    
  • Helps to remove white spaces between SWF and content in Firefox

    I have referred a question around February 23, 2011, which was answered by HansG. I have been shearching for a solution for this problem and can't seem to find one that works.

    I get this white gap between my swf in my head and the below navigation bar. That appears only in firefox. I tried to put border = '0' in the line of type of object without success.

    Here is the link to the Web page: http://www.ramaire.com

    Any suggestions are greatly appreciated...

    Thank you

    Alex

    Add this to your rule .header-

    height: 285px;

  • Add/Remove the effect with CSS

    Hello

    I'm trying to implement some sort of entry in my application validation. I expanded TextField to accept only the entry with a number of characters and corresponding to a regular expression. When the regular expression match falls, I want textfield to have an innershadow, and he does. However, the effect is not removed when I remove the CSS class where this effect is defined.

    setOnAction(new EventHandler<ActionEvent>(){
                @Override
                public void handle(ActionEvent e) {
                    if(!getText().matches(restrict.get())) {
                        getStyleClass().add("invalid");
                    }
                    else {
                        getStyleClass().remove("invalid");
                    }
    
                    for(int i=0; i<getStyleClass().toArray().length; i++) {
                        System.out.println(getStyleClass().toArray()[i]);
                    }
                }
    

    .text-field.invalid {
        -fx-border-color: indianred;
        -fx-effect: innershadow(gaussian, indianred, 5, 0.5, 2, 2)
    }
    

    The style class "invalid" appears in the table when the entry is not valid. The class is removed successfully, but not the effect. How can I fix it? Do I need to set the effect in code and no CSS?

    Have you tried this:

    .text-field.invalid {
        -fx-border-color: indianred;
        -fx-effect: innershadow(gaussian, indianred, 5, 0.5, 2, 2)
    } 
    
    .text-field {
        -fx-border-color: indianred;  // change to some other color maybe transparent or use null
        -fx-effect: null
    } 
    

    Could be he you pls tell me how to use the CODE tags.

    Post edited by: jojorabbit

  • Remove the attribute in xml

    Hello

    How delete/remove the xml attributes.

    the option "delete."

    for example:

    with:

    var xml =


         
             
                  John Doe
             

             


                  601 Townsend St.
             

         
         
         
             
                  Jane Q. Public
             

         

         
              Information Technology
         

         

    delete xml.firstChild.firstChild.attributes ["id"]

  • Remove the attribute by the Apple script

    Hello

    All, I'm new to Indesign Scripting, and I hope that someone can help me with the following attribute problem.

    Can someone write / suggest me how can I remove the xml attribute. By Apple/Java Script


    Example 1 = >

    I want to remove the attribute (its manual I)

    Any idea is appreciated!

    It isn't here either but whatever.

  • By Applescript remove the attribute xml of figure

    Hello

    Can someone write / suggest me how can I remove the xml attribute.

    Q. = >

    If the question will be answered means do not forget to click answer. not otherwise...

  • How to remove the author's name and/or date of blogsite summary

    Hello

    Can someone help me please find where and how to withdraw the name of the author of the summary blogsite?

    I don't want any author's name listed, just the title linked blog and the date of publication.

    Or, is it possible to have the related title, with 50 words of the displayed article, but no name of author or creation date?

    I thank very you much in advance!

    I figured out how to remove the CSS author (.blogsitesumary duration-date {display: none}, but any attempt to change via CSS does not work.)

    For example, I can't create more space between the title and the date, or list items.

    Also, I would still add the first words of the post.

  • Create the CSS file

    Hello

    I created a new Web site using the Dreamweaver CS3. In the header, it shows all the css code. Here's the beginning:

    < style type = "text/css" >
    <!--
    {body
    Police: 100% Verdana, Arial, Helvetica, without serif.
    Background: #666666;
    margin: 0; / * It is advisable to zero, the margin and the filling of the body to hold element has a different default browser * /.
    padding: 0;
    text-align: center; / * This centers the container in IE 5 * browsers. The text is then set left aligned by default in the #container selector * /.
    Color: #000000;
    background-color: #c0c0c0;
    }

    How can I change all the style code is in a file .js instead, and then I can reference the .js file in the header? Or is there a better way to do it?

    Thanks in advance.

    MonaE

    Hello

    Highlight the code in the - .

    The main menu is the top dreamweaver menu (file, edit, view, insert, etc...) When you have highlighted your select code 'Format' in the main menu, submenu, select "CSS Styles" in the submenu next, select "move css rules. This will open a dialog box select 'new style sheet' click on 'O/K', this will then open save lead Panel, select the folder you want the css file to create in and type a name for the file, select Save.

    This removes the css of your html file and insert a link to the new external css file in yourcode.

    PZ

  • remove the space between the divs

    Hi people,

    Is it possible to remove the space between my fluid layout divs? This is the page: http://primerestaurant.co.nz/new/queenstownfood.html and this is what it looks like in my Dreamweaver workspace: http://i.imgur.com/81Hdjb0.png

    I want to bring the menu div and text until you reach the divs, address and picture. There is no fill (that I can see) or the margins, which would be keep so far.

    Thank you in advance for advice.

    JO

    Add this to the top of your text.css file:

    * {

    margin: 0;

    padding: 0;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    border: 1px dotted Red; / * for test purposes * /.

    }

    It tells me that the content is pushed to the bottom of the EasyRotator element.

    Nancy O.

  • Remove the space between the title and the content

    Does anyone know how to remove or reduce empty space between the header content and written in the body?  My position is only 22px but always creates a huge gap or empty space above and below.  I don't know if you need this little information but I also insert an image of a horizontal line after the title that is normally as underscore.  I don't think it makes a difference, but can you please, please, please help by providing a code?  Thank you.

    Looks like the margins of default browser for me.

    Try to add to your CSS.

    H4 {margin-bottom: 0}

    p {margin-top: 0}

    Nancy O.

Maybe you are looking for