Problems with the space between the lines

My problem is basically this: space keeps appearing between the rows in my table when I saw my page in a browser. The Dreamweaver design view displays without space (I like), but when I take a glance in Firefox or Internet Explorer, unwanted space appear.

I spent hours scouring the internet looking for the solution to my problem, and none of them does not seem to do the trick. I cellpadding = "0" cellspacing = "0" inside the tag table, which proved to be the answer for others when they have had this same problem, but he has not yet fixed my problem. My CSS specifies also no margin at the top or bottom of the ul and li.

Anyway, if you could take a look and give me some advice, I would really appreciate it.

Thank you.

Here's the html code:

Welcome to the all new amoterocreative.com

Title of news

Insert brief comments, images and other news here.

Twitter feed here

Let's Talk.
  • Phone: 417.622.7432
  • Electronics: address (at) website
  • Contact form: click here

Let's network. < / h5 >
  • Facebook
  • Twitter
  • LinkedIn

And the CSS:

<style type="text/css">
/*NAVIGATION*/ 
ul
{
list-style-type:none;
line-height: 1;
margin-top:0;
margin-bottom:0;
}



/* li */.navli
{
display:inline;
margin-top:0;
margin-bottom:0;
}

/* h1 */.nav 
{
font-family:Helvetica, sans-serif;
background-color:#006738;
text-align:center;
}

.nav:link {color:#ffffff;text-decoration:none;} /* unvisited link */    
.nav:visited {color:#ffffff;text-decoration:none;} /* visited link */
a:hover {background-color:#4D9574;} /* mouse over link */
.nav:active {color:#4D9574;} /* selected link */

/* Body Text*/
h2 
{
font-family:Helvetica, sans-serif;
font-size:1.875em;
text-indent;0px;
color:#000000;
}/* 30px/16=1.875em */

h3 
{
font-family:Helvetica, sans-serif;
font-size:24px;
text-indent;0px;
color:#000000;
}/* 30px/16=1.875em */

/* p */.bodytxt
{
font-family:"Trebuchet MS", sans-serif;
font-size:14px;
text-indent:20px;
color:#7E7E7E;
}

/* Sidebar */.side
{
background-color:#006738;
font-family:"Trebuchet MS", sans-serif;
font-size:14px;
text-indent:20px;
color:#ffffff;
}

.ftnav:link {color:ffffff;text-decoration:none;} /*unvisited link*/
.ftnav:visited {color:ffffff;text-decoration:none;} /*visited link*/

/* Body Background */ 
.bdy
{
background-color:#d1d1d1;
}

/* footer */.foot
{
background-color:#4C4C4C;
font-family:"Trebuchet MS", sans-serif;
font-size:14px;
text-indent:20px;
color:#ffffff;
}

</style>

Hello.. I am a beginner... I don't know if I understand your question... Maybe you could try adding a universal selector(the * symbol) and then to zero the padding of the cell and the margin.

Tags: Dreamweaver

Similar Questions

  • Problems with the line below 1 pt thickness

    In Illustrator CS6, when I draw a horizontal line with the pen tool or the line tool, the weight of the line can be set below 1 pt.  If I draw the line at an angle, I set the line thickness to be less than 1 pt.  If I change this line from diagonal to horizontal position, the weight of the line snaps back on 1 pt.  Does anyone have an idea why this is happening or how to fix it? Thank you!

    Look to match the pixel grid
    Illustrator: Problems with snap to grid of pixels

  • Problems with unwanted spaces between sentences

    I am updating our website for work and I'm trying to add information on a single page. Whenever

    I hit enter after an entry he adds a huge space between each sentence linked below:

    Lee County
    Population 2000-115 092


    Population 2010-140 247
    1990-2000 change - 21.9% increase

    I don't want a space between the two Populations, but no matter what I do, it adds a he. Any advice? Thank you!

    The Enter key is treated as a paragraph break.  So, if you look at your code you will see:

    Lee County

    Population 2000-115 092

    Population 2010-140 247

    1990-2000 change - 21.9% increase

    If you want just a line break down a single line, you can hit CMD / CTRL + ENTER, entering in the
    pause in your code if it ends with:

    Lee County

    Population 2000-115 092

    Population 2010-140 247

    1990-2000 change - 21.9% increase

    Or alternatively you can put the information in a table of 1-column 4 rows then each cell of the table will give you space.

  • Problem with extra space between vertical li in IE7

    I have developed a CSS site in Dreamweaver. The left menu displays correctly without spaces between list items, in Firefox and Safari, but IE7 puts a space between them. I'm not sure if it's the padding or margin or something else. Here is my CSS code.

    @import url("./whitespace-reset.css");
    @charset "UTF-8";
    {body
    background: #c0b7b2 repeat;
    margin: 0;
    padding: 0;
    text-align: center;
    Color: #000000;
    do-family: Verdana, Arial, Helvetica, without serif.
    }
    #container {}
    Width: 761px;
    background: #FFFFFF;
    border: 0;
    text-align: left;
    height: 871px;
    margin: 0 auto;
    }
    #header {}
    height: 148px;
    Width: 761px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }
    {#leftside}
    Width: 158px;
    float: left;
    margin-top:-41px;
    padding: 0px 0px 0px 0px;
    }
    #leftside ul.menu {}
    padding: 0px 0px 0px 0px;
    make-style: none;
    margin: 0;
    }
    #leftside ul.menu li {}
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 1%;
    }
    #leftside {low}
    bottom: auto;
    }
    {#leftspacer}
    Width: 31px;
    float: left;
    height: 723px;
    margin-top:-41px;
    padding-right: 10px;
    background-image: url(images/home_spacer_left.jpg);
    background-repeat: no-repeat;
    }
    #top {}
    margin-top: 0px;
    height: 38px;
    padding: 0px 0px 0px 0px;
    }
    #top ul.menu {}
    margin-top: 0px;
    margin left: 189px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style: none;
    }
    #top ul.menu li {}
    display: inline;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    }
    {#bottom}
    height: 22px;
    left: 468px;
    }
    #bottom ul.menu {}
    top of the margin: 300px;
    right margin:-23px;
    float: left;
    left margin:-61px;
    list-style: none;
    }
    #bottom ul.menu li {}
    display: inline;
    list-style: none;
    float: left;
    }
    #mainContent {}
    margin: 10px 5px;
    padding: 0 0 0 0;
    }
    #footer {}
    padding: 0; /
    background: #c0b7b2;
    height: 22px;
    }
    {#threepix}
    margin left: 189px;
    margin-right: 0px;
    height: 114px;
    }
    {#col1}
    position: relative;
    }
    #col1-a {}
    position: absolute;
    Width: 275px;
    right: 0px;
    Top: 0px;
    }
    {#col1-b}
    position: absolute;
    right: 0px;
    Width: 275px;
    Top: 0px;
    }
    {#pixcopyleft}
    margin left: 189px;
    do-size: 1em;
    do-family: Arial, Helvetica, without serif.
    margin-top: 10px;
    }
    {#pixcopyright}
    do-size: 1em;
    margin left: 189px;
    do-family: Arial, Helvetica, without serif.
    margin-top: 10px;
    }
    #footer ul.menu {}
    margin left: 189px;
    margin-right: 0px;
    margin-top:-22px;
    padding: 0px 0px 0px 0px;
    float: left;
    }
    #footer ul.menu li {}
    display: inline;
    list-style: none;
    padding: 0px 0px 0px 0px;
    float: left;
    }
    #footer p {}
    margin: 0;
    Padding: 0 10;
    }
    {img.imageleft}
    float: left;
    left margin: 0px;
    padding: 5px 5px 5px 5px;
    }
    {img. ImageRight}
    float: right;
    padding: 5px 5px 5px 5px;
    text-align: right;
    }
    {.imagecenter}
    text-align: center;
    }
    {.fltrt}
    float: right;
    left margin: 0px;
    padding: 5px 5px 5px 5px;
    }
    {.fltlft}
    right margin: 8px;
    }
    {.clearfloat}
    Clear: both;
    height: 0px;
    font size: 1px;
    line-height: 0px;
    }
    H1 {}
    do-family: Arial, Helvetica, without serif.
    do-size: 1em;
    make-weight: bold;
    margin-bottom: 3px;
    }

    Here is a link to the site http://www.Elixir.biz/core/index.html

    starsavage wrote:

    I have developed a CSS site in Dreamweaver. The left menu displays correctly without spaces between list items, in Firefox and Safari, but IE7 puts a space between them. I'm not sure if it's the padding or margin or something else. Here is my CSS code.

    Add the bottom of your css stylesheet:

    #leftside .menu img {}
    display: block;
    }

  • Problem with the lines using the printer power module

    Printing from your computer or copy it using the bed of glass is very well, but when we use the document feeder, we get dark vertical lines. I cleaned the glass and the rollers I could have access, but it is not improved. Any suggestions? Thank you.

    Glad to hear that you're back on .

  • better integration with the Mavericks. Still a problem with the display of the menu bar spaces when moved

    Much better integration with the OSX mavericks on the latest version. Without a doubt ahead of Parallels in terms of dual display/full screen. The menu bar has been resolved, but there is a ghost menu bar that appears when you move one space (fullscreen vm) from one monitor to the other. It resembles a translucent bar on top and without words. But clicking on it shows menus as if it is supposed to be links there.

    Yes, it is a known problem with the Mavericks Developer Preview; We work closely with Apple to find a solution. So far, we have seen only with the restoration of the window or when you move the window between monitors - if you leave full screen and enter again, it should work fine. If you notice any others, please let us know.

  • Lightroom 5, Mac. Problem with the Radial tool. Marquee lines disappear.

    5 Mac Lightroom. Problem with the Radial tool. I use this tool a lot. I have to hit a key by accident because between photos, renowned lines disappeared and I don't know how to get back them. Without the lines of text scrolling here I can't rotate or develop the radial tool.

    Press H on the keyboard.

  • Problem with "Filling space" described in the Blog of Tim

    Dear Experts,
    I use the invoice template described in the excellent Blog of Tim Dexter (Anatomy of a model) to produce my own version. However, I have problems with the 'fill' space as described here: http://blogs.oracle.com/xmlpublisher/2007/03/anatomy_of_a_template_ii_heade.html

    My model is almost identical to the example, when I import XML data when there is only a single folder, fill space have not not cushion with enough blank lines so that the Total of the table at the bottom of the page, does not correspond with the watermark that I. The code in the field "Fill the space" is as in the Blog:

    <? If: not (count ($invLines) mod $lpp = 0) and ($start + $lpp > count ($invLines))? > <? for each: $invLines? > <? If: position() < $lpp - (count ($invLines) mod $lpp)? >


    If the number of records is greater than half a page or more, then the padding is correct. This is even if the word to say on the third page, it is a single record. Therefore, it seems that the padding does not work if the number of records is less than half a page total.

    Is this correct and what someone have a solution - would be greatly appreciated.

    Thank you very much
    Mark

    Hi Mark,

    I had problems with this earlier. See the comments on the bottom of the blog post you linked to above. The problem is down to the filling loop is a variable containing the invoice-based. If the number of invoices in this recordset is not sufficient to provide all the required filling lines, the formatting goes belly up.

    For loop in the XSLT file, you must use models of void. I got it going with my report using the code here:

    http://www.IBM.com/developerWorks/library/x-tiploop.html

    Basically you call recursively model for the number of required fill lines. A lot of effort but far as I could tell, the only solution given the available technology.

    I hope this helps.

    Jon.

  • problem with the easy line of site Web

    I have a problem with a site called easy line. It's using words on my ebay page to link to advertisements.

    No idea how I can get rid of him?

    Do a check with some malware malware, analysis of programs on the Windows computer.

    You need to scan with all programs, because each program detects a different malicious program.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • Problem with the published parameters between the movement of FCPX

    Hello

    I have a little problem with the settings published between the movement at FCPX.

    For some reason, the published parameters have different values within FCPX in movement.

    For example, in motion, a parameter is - 187.04 and in FCPX is-0,19. What are the parameters of position for CSOS.

    If I try to change this setting in FCPX, the application crashes after 10 seconds or less.

    No idea what is causing the problem? I re-edited the effect several times, same result. The software that I use is FCPX 10.2.2 and 10.2 of the Motion.

    MOTION

    FINAL CUT X

    Thank you.

    The values that you have published on the move have been compared to this project that you created. The values shown in FCPX are "consistent" with any project that you create. Often, you will see the center screen is 0.5, 0.5. Left and below are 0, right and up are 1.0. Or you could see Center of 0.0 and a range between - 0.5 and 0.5. Sometimes, you will see the numbers on the scale of some sort of percentage (vertical values will be 0-100 [%] and the horizontal will be based on the aspect of the project, for example, horizontal will be between 0 and 177.7778 for a project of 1920 x 1080, etc..) It will depend on the type of object and the parameters associated with what you posted.

    If you want to "correct" values in FCPX, you will probably need to rig settings, otherwise, just live with it.

    For what is * why * your model crashes FCPX, that will be another reason and not the difference in the numbers. So, can we get more information on the model?

    To use specific fonts?

    You publish alterations settings?

    Anything out of the ordinary?

  • Problem with the number of lines in the channel

    Dear community LabView,

    I'm relatively new to labview and I came across a problem that (I assume) can easily be resolved with your help.

    I need to create a digital signal to trigger a camera, but I have a problem with the configuration of my lines or exit lanes. I would not use that line output to trigger the camera. (I use a card NI PCIe-6353). LabVIEW is telling me that the number of lines in the channel does not have the number of rows of data:

    Possible reasons:

    Specified read or write operation failed because the number of rows in the data of a string is not the lines in the channel.

    If you use the digital waveform data type, make sure that the number of lines in the digital waveforms is the number of lines in the channel. If you are using Boolean data, make sure that the dimension of the array for the rows of the data is the number of lines in the channel.

    Number of lines in the channel: 1
    Number of data lines: 2

    Task name: _unnamedTask<11>

    How and why the number of data rows is connected to the resolution of my analog digital converter?

    I would appreciate your help! Labview code and a screenshot attached.

    Thank you

    Beff

    I got it to work by changing the "data format" "binary not signed" OR by plugging is not the "offset" for the Square Wave VI.  I think that the default "offset binary" data format works correctly if there is a negative value.

  • Error - Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection. Cannot read any DVD.

    Original title: unable to play any DVD

    "Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD player and the video card protection decoder. Try to install a driver available for your video card.

    I tried to update all the drivers but the problem persists

    Hi Neil,

    1. have you made any hardware changes or software on the computer before this problem?

    2. what version of windows Media Player do you use?

    You can follow this link & check if the problem persists.

    Windows Media Player Error Message help


    Reference:
    How to troubleshoot issues that occur when you play a DVD in Windows XP?

    Hope the helps of information.
    Please post back and we do know.

  • I can't play DVDs in Windows Media Player 12 on Windows 7 Pro and get this error msg: Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection.

    Hello, thanks for reading and helping me.

    I try to play a legitimate, belonging to DVD, but Windows Media Player 12 will not play on my computer Windows 7 Professional.  The DVD worked a few days ago, but all of a sudden, I get the following error message:

    "Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD player and the video card protection decoder. Try to install a driver available for your video card.

    I did a lot of research of these forums and on the ' net.  Here are the suggested steps I tried without success:

    • I tried VLC player.  This works.  However, rather than use this workaround, I wish to find a solution to my problem WMP/WMC.
    • I tried several DVD for years over the last decade.  These DVD works on my laptop, also running Windows 7 Professional and the shark 007 codec.
    • I uninstalled my Shark 007 codec
    • I tried other codecs (K-Lite)
    • I assured that the latest drivers are installed on my video card, XFX ATI Radeon 5850
    • I tried to uninstall Nero 9
    • I tried to use the Windows 7 troubleshooting options:
    • > Reading and burning CD, DVD and Blu - ray (no problem)
    • > Windows Media Player DVD (no problem)
    • > Windows Media Player Settings (detects a problem, wants to restore factory settings, every time, no matter what happens)
    • A system restore to a time when the DVD was working did not resolve the issue
    • The different links in Microsoft, I found in this forum about this problem do not seem to be useful.  There is a link that points to the set-top boxes, but this page just says: "Windows 7 comes with a decoder.
    • I assured the latest driver is available by going to "Device Manager", right click on the drive, then click on "update driver software".
    • I assured that the latest firmware is installed directly from the manufacturer's website.
    • I tried to reset my DRM by renaming the DRM under C:\ProgramData\Microsoft\Windows folder and by going to this Web site to upgrade:http://drmlicense.one.microsoft.com/Indivsite/en/indivit.asp?force=1
    • I've uninstalled and reinstalled Windows Media Player 12 and Windows Media Center via the function "functionality in Windows.

    I would be very grateful if a Microsoft technology could chime.  Thanks for your help!

    MY COMPUTER:
    DVD drive: TSSTcorp CDDVDW SH-S203N ATA Device (Samsung)
    Driver: Microsoft 6.1.7600.16384, dated 06/21/2006
    Graphics card: XFX ATI Radeon 5850 Black
    Motherboard: Gigabyte GA-X58A-UD3R
    Processor: Intel i7-920

    -Intel i7-920, Corsair 6 GB of RAM, ATI Radeon HD 5850, Gigabyte GA-X58A-UD3R, Corsair 800 d case

    Hello

    Try this free program:

    http://www.DVDFab.com/passkey-Lite.htm

    Carlos

  • After you have uninstalled an editor audio wave cushion, my DVD stopped playing with the error: because there is a problem with the digital copy between your DVD drive decoder and video card protection.

    my dvd will not play after you have uninstalled an editor audio wave pad. Is there a way to fix my dvd without reinstalling the program? I received the following message, (Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection. Try to install a driver available for your video card).

    my dvd will not play after you have uninstalled an editor audio wave pad. Is there a way to fix my dvd without reinstalling the program? I received the following message, (Windows Media Player cannot play this DVD because there is a problem with the digital copy between your DVD drive decoder and video card protection. Try to install a driver available for your video card).

    ================================================
    If the uninstallation of software caused the problem... it may be worth trying to
    do a system restore to a time before the software has been uninstalled:

    Windows 7 system restore: frequently asked questions
    http://Windows.Microsoft.com/en-us/Windows7/system-restore-frequently-asked-questions

  • Problems with the Brush tool in Animate - chips of leaves or steps of the finished line.

    Noticed this problem with the Brush tool in Adobe animate - seems to leave a chip or stage of the race over each time that a line is drawn.

    Older versions of flash were perfect, no problems with the brush not tool at least.

    See the video for a demonstration of what I mean:

    Adobe animate (do Flash) - YouTube

    Toby

    Hi Toby,

    We have fixed this problem internally and the fix should be available with the next update to animate CC.

  • I have problems with the form widget. When I created my forms, I need to leave out the line, one email because my client does not want the message line and two because those who have tried to fill the online form cannot submit because that box "email".

    I have problems with the form widget. When I created my forms, I need to leave out the line, one email because my client does not want the message line and two because those who have tried to fill the online form cannot submit because the 'email' box keep rejecting their email address valid. And I just tried to remove the line in my form and it does not allow me to delete or to mark it as not necessary either.

    Currently, there is no way around the field email forms of the Muse. Another option is to have a look at Jotforms or another third-party provider of shape that Muse has widgets for.

Maybe you are looking for