How to remove unwanted space after bullet list?

When I create a bulleted list in Dreamweaver, there is no extra space below the list which is what I want to happen. Although, when I download the file on the Web site on the Oracle database, an unwanted space always shows under a bulleted list. How can I stop this from happening? It's something that I can solve in Dreamweaver or it's Oracle, that is the question?

In Dreamweaver.PNGOn Website.PNG

Browsers automatically apply the default margins for many HTML elements, including lists bulleted (bullet lists).

Try to add the following style rule to your stylesheet:

UL {}

margin-top: 0;

margin-bottom: 0;

}

Tags: Dreamweaver

Similar Questions

  • How to remove unwanted contacts in my contacts list in Livemail

    Original title: removal of unwanted in livemail contacts.

    How to remove unwanted contacts in my contacts list in Livemail

    Right click on them, then choose Delete.

  • How to remove unwanted applications?

    How to remove unwanted applications?

    georgeintexas wrote:

    How to remove unwanted applications?

    Hello

    What is your device? You cannot delete certain built-in apps (which they how earn money), for other applications, normally use can try:

    • Tap Settings,
    • Touch applications
    • Touch the app you wish to uninstall
    • Touch uninstall

    Still, you can't uninstall a lot of apps.

    Kind regards.

  • How to remove a schema after having connected the expdp session

    Dear Experts,

    How to remove a schema after you connect the expdp session?

    I'm not able to reach a work

    
    [oracle@orcl28 ~]$ expdp system/****  attach=SYS_EXPORT_SCHEMA_01
    
    
    Export: Release 12.1.0.1.0 - Production on Mon Jan 18 02:23:26 2016
    
    
    Copyright (c) 1982, 2013, Oracle and/or its affiliates.  All rights reserved.
    
    
    Connected to: Oracle Database 12c Release 12.1.0.1.0 - 64bit Production
    ORA-39002: invalid operation
    ORA-39000: bad dump file specification
    ORA-31640: unable to open dump file "/home/oracle/datapump/UREPJ.dmp" for read
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    

    You have this table in the schema of SYSTEM-SYS_EXPORT_SCHEMA_01?

    Delete this table, and then try again.

    Aman...

  • How to remove unwanted characters in ODI Flatfiles

    Hi Experts,

    Can someone please explain, how to remove unwanted characters from flat files before moving on to the target? Your help will be greatly appreciated. Thanks in advance.

    Kind regards

    REDA

    On oracle staged you can use REGEX_REPLACE to get rid of special characters, for example

    REGEXP_REPLACE (, "[^ [: alnum:]" "]', NULL")

    or

    REGEXP_REPLACE (, "[[: cntrl:]] ','") to get rid of nonprinting characters

    In ODI 11.x you would put this in the field of the expression of the target model in your interface

    The ODI 12, you would use a component of the expression in your mapping

  • How to remove white space from an object?

    I made an object by using one of the brushes of whimsy. The now permanent object of whitespace on few important color that I've put on the object. How to remove the spaces? Thank youbling_test.png

    Select the path and set the 'fill' to 'none '. Several ways to do so. We have to go the the "color control panel', click on the 'fill' (at the top left square) to make active, and then click icon"without color"(it's the square with a red line through it).

  • How to remove the spaces of a template header

    I'm trying to work myself through the understanding of the html codes using a model dreamweaver and creating a page for my company. I used dreamweaver before CC, but I try to understand the new changes.

    I came across a problem with the fact that I'm hoping to get help.

    I tried to replace a logo placeholder on the template with my own logo. I seem to have a little space to white at the bottom of the logo when I see mode live view or a browser. How can I get rid of him. I've tried combinations of 0 margins and changing the filling, but it seems I'm just whistling in the dark. Here is the code:

    The CSS associated with this page is here:

    !-[CodeBlockStart:dec9d6ff-17ba-4058-9575-0b88476c1251]-->@charset "UTF-8"; body {make: 100% / 1.4 Verdana, Arial, Helvetica, without serif;}]   background-color: # 42413.   margin: 0;   padding: 0;   Color: #000; } / * ~ ~ Tag of the element selectors / ~ ~ * / ul, ol, dl {/ * because of variations between the browsers, it's best practices to zero padding and the margin on lists.} For consistency, you can specify the amounts you want to here, or on the list (LI, DT, DD) items they contain. Don't forget that what you're doing here cascade to the .nav list unless you write a more specific selector. * / padding: 0;   margin: 0; } h1, h2, h3, h4, h5, h6, p {margin-top: 0; / * deletion of the top margin works around a problem where margins can escape its container block.} The margin of the low rest it will take away from all of the following items. * / padding-right: 15px;   padding-left: 15px; / * adding padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any mathematical model of box. A block nested with side pads can also be used as an alternative method. {* /} an img {/ * this switch how to remove the default blue border displayed in some browsers around an image when it is surrounded by a link * / border: none ;} / * ~ ~ style for your site links must remain in this order - including the Group of selectors that create the hover effect.} ~ ~ * / a: link {color: # 42413;}   text-decoration: underline; {/ * unless that you style your links seem to be extremely unique, it is best to predict stresses quick visual identification * /} a: visited {color: #6E6C64;}   text-decoration: underline; } a: hover, a: active, a: focus {/ * this group of selectors will give a browser keyboard the same experience of hovering as the person who uses a mouse. * / text-decoration: none ;} / * ~ ~ this container fixed-width surrounds all the other blocks ~ ~ * / .container {width: 960px;}}   background-color: #FFFFFF;   margin: 0 auto; {/ * set to auto on the sides, coupled with the width available to the centres * /} / * ~ ~ the header is not given a width. It will extend to the entire width of your layout. ~ ~ * / header {background-color: #A36BE8 ;} / * ~ ~ these are the columns for layout.} (~ ~ 1) padding is only placed on the top and/or bottom block elements. The elements contained in these blocks have padding on their sides. This avoids any «mathematical model of box» Keep in mind, if you add lateral pads or border to the block itself, it will be added to the width that you set to create the * total width. You can also remove the padding of the element in the block element and place a second inner block with no width element and the necessary padding for your design. (2) no margin was given to the columns, because they all floated. If you need to add the margin, avoid placing on the side you're floating into (for example: a right margin on a block set to float to the right). Many times, padding can be used instead. For blocks where this rule needs to be broken, you need to add a statement of ' display: inline ' to the rule of the block element to tame a bug where some versions of Internet Explorer double the margin. (3) given that the classes can be used several times in a document (and an element can also have several classes applied), the columns have received the names of classes instead of IDs. For example, two blocks from the sidebar could be stacked if necessary. These can easily be changed to the ID if that's your preference, as long as you don't use them once per document. (4) If you prefer your nav on the left instead of the right, just float those columns the opposite direction (to the left instead of all rights), and they will return in reverse order. There is no need to move the blocks in the HTML source code. * / .sidebar1 {float: right;}   Width: 180px;   background-color: #C5C2B8;   padding-bottom: 10px; } content {padding: 10px 0;}   Width: 780px;   float: right; } / * ~ ~ This group selector gives the lists in the domain content space ~ ~ * / content ul, ol content {padding: 0 15px 15px 40px; / * this padding reflects the right padding in the titles and the paragraph above net.} Padding was placed on the bottom for the space between the other elements in the lists and on the left to create the withdrawal. These can be customized as you wish. {* /} / * ~ ~ The list of navigation styles (can be removed if you choose to use a contextual menu premade as Spry) ~ ~ * / nav ul {list-style: none; / * this command deletes the list marker * / border-top: 1px solid #666; / * this creates the top border for the links - all others are placed using a bottom border on the LI * / margin-bottom: 15px; / * it creates space between the following content browsing * /} nav li {border-bottom : 1px solid #666; {/ * Creates the separation of button * /} has nav, nav a: visited {/ * these selectors of grouping allows you to ensure that your links to retain their look button even after visiting * / padding: 5px 5px 5px 15px;}   display: block; / * Gives the link properties block causing it to fill the whole container LI. This causes the entire area responds to a mouse click. * / Width: 160px;  / * This width makes all the clickable button for IE6. If you do not need to support IE6, it can be removed. Calculate the width by subtracting the padding on this link of the width of your sidebar container. * / text-decoration: none;   background-color: #15EE00; } nav a: hover nav a: active, nav a: focus {/ * this changes the background and color of text for browsers of mouse and keyboard * / background-color: #ADB96E;}   color: #FFF; } / * ~ ~ Footer ~ ~ * / footer {padding: 10px 0;}   background-color: #CCC49F;   position: relative; / * This gives hasLayout IE6 to erase correctly * / clear: both; {/ * This clear property forces the .container to understand where the columns end up and contain them * /} / * HTML 5 support - sets new HTML 5 tags to display: block so browsers know how to render the tags correctly. * / section, footer, said by the way, article, header, figure {display: block ;}}

    Thank you very much for your help!

    Try this-

    What you are because space is the placeholder for the descenders of glyph on any item that is rendered in a text box (that is, an inline element). By making the image "display: block" you eliminate that space, because a block element is not top-down. If it works to your satisfaction then you can give the logo an id and creation of a CSS selector that contains this kind of block.

  • Unformattable Indesign text - how to remove the spaces between paragraphs?

    I have a 95 page indesign document. I have a few unwanted spaces between paragraphs. I could not get rid of these spaces. I tried to replace the formatting, using the window styles to paragraph, but in this case indesign does not yet recognize the formatting. I put paragraphs in form to 0P0 before and after paragraphs, and yet space remains between some paragraphs. I'm going crazy!

    The problem lies in the text imported into strange formatt, but that was five years ago and I don't even have access to the original text to try to import once more. Perhaps because it is a document to Indesign c5 and c6 now I use?

    Any help appreciated with gratitude,

    Sam

    After checking the object applied to blocks of text style: text frame JWK it shows under text frame General Options/Vertical Justification/Align/Justify (Peter Spier mentioned above about this possibility). I would put this Align/Top. Also when you changed the paragraph to align on the grid he left some gaps on some pages. I have put that back in would line up on the starting grid. There will be a reshuffle of the text when you do. To check if everything looks as it should. Make a copy of the file and make your changes there just in case, and let us know how it goes.

  • How to remove unwanted plugins (and no I don't want to read all the articles unrelated who never answer your question)?

    I want to erase the unwanted plugins in Fire Fox. A plugin has even a warning about its use does not (Java Deployment Toolkit). But every time I ask 'how to remove a plugin?', I get redirected to an article that does not answer the question. And then the cycle starts again without ever actually answer the question.

    IT IS NECESSARY TO UNINSTALL FIREFOX TO DELETE A PLUGIN?

    Hello 4646tm, I understand your frustration. Here's how to remove a plugin:
    Click the menu and then click on Add ons, which looks like a piece of a puzzle.

        Type about:plugins into the Location bar and press Enter to display the About Plugins page.
       Each entry in the About Plugins page will have "File:" and "Path:", showing the name and location of the plugin file. Use Windows Explorer to navigate to the folder shown for the plugin you want to remove.
       Rename the file to add an X in front of the filename (for instance, npswf32 becomes Xnpswf32).
    

    You said that you do not want links, but I'll give you a couple just in case you do not want to uninstall the plugins manually. These links are to pages that tell you how to run the uninstall it please do not hesitate to tell me if you think that they are not useful.

    Uninstall Adobe Flash - Windows

    Uninstall QuickTime - Windows Vista/7

    Follow the instructions:
    Download Microsoft Silverlight (instructions to uninstall also)

    I just put a couple of the most common out there, if you have a specific plugin you don't want it please tell me and I can dig to the top of the page for it, also you can do manual uninstall I gave you.

    Have a great day!

    Jon

  • How to remove unwanted channel

    Hello

    I would like to know how to remove the unwanted channel?

    For example at my witness, I received

    **

    then only I get the second line

    01:24:30 23.10.15 0000.21 00 01 000.000 02 03 of 00000 00000.0 04 - 05 - 06 034.063 0516.03<-20 ur=""  ="" 07="">

    I would like to know how to remove the **

    Good... While you use the string works correctly If this is how your bed from the port channel series, but I am wary of the configuration of your VISA. Read the number of bytes as being equal to the speed of transmission is bogus. Look at your communication of the device and know exactly how many bytes at a time, you should be reading, or use the time-out period. My guess is that when you run your code at the moment, he sits for 10 seconds each loop before spitting a string.

    Is your original question was answered/resolved? Do you understand how to remove an unwanted chain?

  • How to remove the old devices in list "managed device"?

    I would like to know how to remove the old devices (disused) from the list of devices managed on version 2.2?

    Go to management > Unmanage devices and select the devices you want to delete. Click the right arrow to move them in the right pane, and then click on the button "unmanage".

    Thank you

    Lynden

  • Mail application: how to remove email addresses from Favorites list

    While he was trying to help someone understand the different manifestations of "users/contacts" between e-mail, telephone contacts, Skype, etc., I managed to inadvertently add some accounts to my favorites in the Mail application and don't see a way to manage this list.

    Repro:

    1 mail configured to connect to Hotmail

    2. in the left pane of the Mail application, select people. Steering wheel with 'Favorites' and 'Frequent' overlays on top of the display of the messages Inbox.

    3. the magic that happens here... I'm doing something I don't remember or repro... vague memory it is that I clicked on a couple of accounts for friends in the list of "Frequent" and they find themselves in the Favorites list

    4. There is no obvious way to remove users from the Favorites list.

    Go to the people app, all users in the list of favorites of my Mail app do * not * have the favorite icon lit up. Selecting and deselecting the favorite icon in the application of people do nothing to my list of 'Favorites' in the Mail application. What this app synching contacts is to?

    Hi Jason,

    When you pin a person to your start screen, the profile picture of this person and their Facebook status updates and Tweets will appear as a tile at the start. Press or click on the tile to join their contact information. You can then quickly send them an SMS or an email or call, chat, or get a Skype video call with them.

    I suggest you try the steps from the following link on how to add/remove from Favorites of people app.

    Help people app (Pin people and Add/Remove Favorites)
    http://Windows.Microsoft.com/en-CA/Windows-8/people-app-FAQ

    If the problem persists, then I suggest you to try the following steps.

    1. to start, press or click on Mail app;
    2. press or click the person you want to remove from Favorites.
    3. press or click Favorites. When you return to the home page of the mail app, you will see more this person in your Favorites list.

    I hope this helps. Let us know if you have other problems with Windows in the future.

  • How to remove white space at the bottom of the start menu

    Hi, anyone knows how to remove the little white space between the bottom of the horizontal menu and the top of the vertical menu collapse (see below).  Code below is also included.  Is or, if it is not removable, possible to change its color?  Thank you very much.

    bootstrap_menu_2.jpg

    < nav class = "navbar, navbar-default" >

    < div class = "container-fluid" >

    <!-brand and toggle get grouped together for better mobile display->

    < div class = "bar navigation-header" >

    < button type = "button" class = "toggle navigation bar has collapsed" data-toggle = 'collapse' data-target = "#defaultNavbar1" >

    < span class = "sr only" > toggle navigation </span >

    < span class = 'bar icons' > < / span >

    < span class = 'bar icons' > < / span >

    < span class = 'bar icons' > < / span >

    < / button >

    < a class = 'bar of navigation-brand' href = "index.html" > < /a > brand

    < / div >

    <!-collect the nav links, forms, and other content to alternate->

    < div class = "navbar-collapse custom class collapse" id = "defaultNavbar1" >

    < ul class = "navbar-nav, navbar-right nav" >

    < li > < a href = "Music.html" > music < /a > < /li > ""

    < li > < a href = "Images.html" > pictures < /a > < /li > ""

    < li > < a href = "Unity3D.html" > Unity3D < /a > < /li > ""

    < li > < a href = "Flash.html" > Flash < /a > < /li > ""

    < li > < a href = "About.html" > on < /a > < /li >

    < /ul >

    < / div >

    <!-/ .navbar-collapse->

    < / div >

    <!-/ .container-fluid->

    < / nav >

    @media (max-width: 768px) {}

    {.custom-class

    Overflow-x: visible;

    -webkit-too-full-scrolling: touch;

    background-color: #4A72C0;

    height: auto;

    }

    . NAV > li {}

    display: block;

    position: relative;

    -webkit-box-shadow: 0px 2px #8EC1FF;

    box-shadow: 0px 2px #8EC1FF;

    border: 1px solid #005092;

    }

    }

    Massi says:

    Hi, here is an update.  I managed to get rid of the white line in the menu expanded by increasing the height of the image (sorry, I don't think than forward).  So, there is only a thin white line on the left in the menu of the collapse.  If she can't get rid of, its color can be changed?  Thank you.

    Here ya go - save you messing around hunting which was placed on what element and then combination of css classes, get rid of him.

    .NavBar - default .navbar-collapse {}

    border: none;

    }

  • How to remove a part of the list watermark in menu export

    Hi guys

    I have a list in the menuEdition watermark. but it is not delete button as a manager of the screening.
    So, how can remove my watermark list useless. Thanks for any answers in advance.

    LR_Q.jpg

    It is also a quick way to remove the watermark in bulk. Via LR preferences, presets, click the button go to the Presets folder and in there is a subfolder of watermarks. You can delete items from here, and they're going to be missing when you restart Lr.

  • [REQUEST] How to remove the object from the list to display and memory that added dynamic

    Hi there everyone,

    I have a question which I hope you guys can help me with, so the question is:


    "How to remove us (sprite object that has an external swf that it is child) display and, above all, of the memory, but we can still use the same variable to add another object (yes another sprite like the one we have removed yet a different content)..,

    I did tried the removeChildAt thing he did remove all the child of the display list, but I still can hear the sound of the video running.

    Here is the code on a small scale of what I do (sorry that I can only give you chunk code loading and adding)

    var SWFList:XMLList; used to contain a list of all the external swf source, atribute and etc.
    var totalSWF:int; the total number of swf external, it must be charged

    var swfLoader:Loader; instance of the loader class to load external swf file

    function loadSWF (): void
    {
    for (var i: Number; i < totalSWF; i ++)

    swfLoader = new Loader();
    swfLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, onSWFLoadComplete);
    swfLoader.load (new URLRequest (SWFList [i], .@source));
    }

    function onSWFLoadComplete(e:Event):void

    {

    this.stage.addChild (e.target.content);

    }

    and also if you can give an example of a good method of dynamic add the object to the stage I would really appreciate cause I suspect mine are bad method.

    Thank you all.

    If you have been publishing for fp 10, just use unloadAndStop().

    I assume you're not publication for fp 10 so you have to use something like:

    function clearScreen (): void
    {
    var mc:MovieClip = MovieClip (swfLoader.content);

    MC.yourflvintheloadedswf.Stop ();

    mc.mcinyourloadedswfthathasalistener.removeEventListener (MouseEvent.CLICK, whateverF);

    etc.

    swfLoader.unload ();
    }

Maybe you are looking for