How to remove the gaps between the cells of the tables

Hello

I have searched high and low and tried everything in the knowledge base with no luck at all. Please help me remove the little tiny gaps between my table cells that make up the main part of my site.

Here is the code:

< ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 = utf-8 "/ >"
company of improv < title > Canadian Improv Showcase Homepage - creation of the < /title > Canada home
< style type = "text/css" >
<!--
body, td, th {}
do-size: 12px;
}
{body
background-image: url(images/background.jpg);
}
->
< / style >
< script type = "text/javascript" >
<!--
function MM_preloadImages() {//v3.0
var d = document; If (d.images) {if(!d.MM_p) d.MM_p = new Array();
var i, j is d.MM_p.length, a = MM_preloadImages.arguments; for (i = 0; i <.) Length; i ++)
If (a [i].indexOf("#")! = 0) {d.MM_p [j] = new Image; d.MM_p [j ++] .src = a [i] ;}}
}
->
< /script >
< / head >

< body leftmargin = "10" topmargin = "10" >

< table width = "991" border = 0 align = "center" cellpadding = "0" cellspacing = "0" id = "Main Site" >
< b >
< th colspan = "3" scope = "col" > < img src = "images/main_top.jpg" width = "992" height = "244" border = "0" / > < /th > "
< /tr >
< b >
< th width = "242" rowspan = "2" align = "center" scope = "row" > < img src = "images/main_left.jpg" width = "242" height = "619" hspace = "0" hspace = "0" border = "0" / > < /th > "
< td width = "734" height = "450" align = "left" valign = "top" bgcolor = "#FFFFFF" > < blockquote >
< p > < / p >
< p > < / p >
< / blockquote > < table >
< td width = "16" align = "center" > < img src = "images/main_right.jpg" width = "16" height = "450" hspace = "0" hspace = "0" border = "0" / > < table > "
< /tr >
< b >
< td height = "165" colspan = "2" align = "center" > < img src = "images/main_bottom.jpg" width = "748" height = "165" / > < table > "
< /tr >
< /table >

< / body >
< / html >

Thank you!

Maybe it's the whole class you need-

http://www.w3schools.com

These tutorials combined with those on the Adobe site, will have enough quickly.

Now, I'm completely flabbergasted! I have the exact same html that you do and I get the background behind the text image.

But you make the changes I have proposed.  -Change

#wrapper {

width:992px;

margin:0 auto;

background-image: url(http://www.canadianimprovshowcase.com/images/background.jpg);
on this subject.
#wrapper {
width:992px;
margin:0 auto;
background-image: url(http://www.murraytestsite.com/_img/canimprov.gif);
If this sounds right you then navigate to this image-

Right-click on it and use SAVE to save it to the PREMISES of YOUR site in the pictures folder.  Then download this image.  Then modify your CSS to this topic-


#wrapper {
width:992px;
margin:0 auto;
background-image: url(images/canimprov.gif);

How to watch it now?

Tags: Dreamweaver

Similar Questions

  • How to remove the Tables of HFM Application in SQL

    Hi gurus

    1. how to remove the HFM Application Tables in SQL?
    Its manual removal but each application having 120-150 tables? How to do this in one fell swoop?

    I deleted some applications using the workspace / shared services, but still its display under HFM under the Tables of SQL Server.

    Please help me

    concerning
    Smilee

    Hi Smilee,

    1. If the application opens in the web management interface, go to Taskflows management module and make sure that no taskflows exist yet for this application. Remove any existing taskflows.

    2. If demand exists in Shared Services, right-click on the demand for Shared Services and try to remove the application from here

    3. stop Hyperion Shared Services and all the Windows of financial management processes and backups of the relational database of the two patterns.

    4. check the relational database of Hyperion Shared Services repository, in the "ces_apps" table and make sure that there are no lines containing the appname "EXAMPLE." If the line still exists you should enlist the help of Oracle Global Support software to clean Hyperion Shared Services before proceeding.

    5. it is possible to remove all content removed from the relational database of financial management application. Must be very careful when handling manually tables database that permanent damage can be done at the application and other applications if the wrong content is removed.

    (a) first remove all tables, indexes, sequences, and the package objects that begin with the name of the application
    (b) remove all tables starting HSV_appname_xxxxxx
    (c) remove all rows in tables referring to demand HSX_CLUSTER_xxxxx.
    (d) delete all the HSV_ACTIVITY_KILL_USERS, HSV_ACTIVITY_NO_ACCESS, HSV_ACTIVITY_SESSIONS and HSV_ACTIVITY_USERS and HSV_USERS_ON_SYSTEM lines that refer to the name of the application.
    (d) remove the line containing the name of the application from the HSX_DATASOURCES table.

    6. the next time that all Hyperion services are restarted, the application must be removed safely from Windows client.

    You can contact your DBA to write a query on how to remove it.

    Hope this helps,

    Thank you
    Charles Babu J

  • How to remove the table border

    Dear Kings.

    I was trying to remove the borders of tables (my coding below).

    This encoding does not "result: undefined"? How to remove all borders from the table. Please suggest friends.

    var mTables = app.activeDocument.stories.everyItem().tables.everyItem();  
    with (mTables) {  
      topBorderStrokeWeight = 0;
      bottomBorderStrokeWeight = 0;
      leftBorderStrokeWeight = 0;
      rightBorderStrokeWeight = 0;
      }
    alert("Done")
    

    Thank you in advance to all

    Try this,

    if(app.activeDocument.stories.everyItem().tables.length>0)
    {
    app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().bottomEdgeStrokeWeight = 0;
    app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().topEdgeStrokeWeight = 0;
    app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().leftEdgeStrokeWeight = 0;
    app.activeDocument.stories.everyItem().tables.everyItem().cells.everyItem().rightEdgeStrokeWeight = 0;
    }
    
  • Topic 23: How to remove vertial gap between list items

    Hello
    I used the theme 23 in 4.1 and create the region of HTML with some elements of text
    My prob is the vertical gap between items in the list of selection too high,
    Please help me to decrease the gap
    Thank you.

    hlthanh wrote:
    I used the theme 23 in 4.1 and create the region of HTML with some elements of text
    My prob is the vertical gap between items in the list of selection too high,
    Please help me to decrease the gap

    Please, help us help you. Better, we can help with problems of this type if you reproduce the problem on apex.oracle.com, and you say what browser (s) and version (s) you use. This allows us to see what you see.

    Theme 23 is clearly identified as using HTML5 and CSS3. Why do you perceive an obligation to use HTML5 and CSS3? Only the latest browsers support a significant number of these features. If you and your users do not use a browser version that supports HTML5 and CSS3 used in the 23 theme features then there may be problems [1]. Essentially, this means that there is no advantage to using this theme if you do not use Safari 5, an updated version of Chrome, Firefox 4 +, Opera 11 or (maybe) IE9.

    Look in Firefox 3.5.7 and IE7 (all I have available at this place) CSS rule:

    table.formlayout td select.selectlist {
      margin: 6px 0 7px;
    }
    

    seems to be the cause of the problem. It's decidedly not CSS3, and I see no reason for this except that it is intentional that selection lists would be offset by white space more that the other controls on a form. No idea why this would be the case. (I would like to see in modern browsers more just to see if there is any substance CSS3 with this going on...)

    This extra space can be eliminated by substituting the rule later in the cascade:

    table.formlayout td select.selectlist {
      margin: 0;
    }
    

    [1] not the least of which is that we don't know exactly what features HTML5 and CSS3 23 theme uses.

  • How to remove the table raster?

    Hi man raster.

    I use the drop table command to remove georaster and raster table, like this:
    drop table city_images; / * drop table georaster * /.
    drop table city_images_rdt; / * drop table raster * /.
    and then I create the same table, but I can't import raster data to georaster.
    I use drop table command right?

    Best regards
    qlin

    for the names of georaster tables, it's OK. but for RTD names, each name RTD must be unique across the entire database. so this could be the cause of the error mesg if you had two identical names of RTD in different schemas.

  • How to remove the white space between two response reports

    How to remove the white space between two response reports

    In the section of dashboard, I have 2 rqeuest. Each query returns Table view. When I view the dashboard, it shows a blank separating 2 table views. How can I get rid of the band of white/white space?

    See this link

    Re: Remove the space between the two reports on the dashboard page OBIEE Section

    Kind regards
    Sandeep

  • How to remove the download button located next to my home button? I continue to by clicking on it when I want the House and it's annoying.

    How to remove the download button located next to my home button?

    You can use customization feature to move it to a less irritating location. I suggest the bar the module if you keep this poster.

    Start customizing with one of these, and then drag the arrow to a new location, or in the dialog box to remove all the bars:

    • Right click on a zone empty of the tab bar > customize
    • Press the Alt key > menu view > toolbars > customize

    You will notice that some combined controls separate in the view to customize. If you put something between them, they will not be able to recombine. (For example, if you separate stop and reload or put something between front/rear and area URL.)

  • Satellite M35 Pro - how to remove the screen bezel?

    Hey everybody,

    Please help me, I was able to disassemble the computer laptop everything and now I have the screen and the top cover out as well. I don't know how to remove the display frame to remove the hinges.

    Can you please help me with this!

    Thanks in advance!

    Hello

    Well my friend, in my opinion you should not try to disassemble the laptop if you n t have the necessary experience and don t know to do this!
    You could damage other parts that you know

    You're stuck on the LCD mask?
    As far as I know the LCD mask is covered by two screws that are hidden under the joints.
    You will need to remove both seals of mask LCD, and then you could remove the two screws hidden under the seals mentioned.
    Then, you could put your fingers between the mask and the LCD screen in order to release the LCD mask plastic locks.

    But note; Be careful, don't use any force!

  • Portege M400 - how to remove the condensation of water?

    I received a second hand toshiba portege m400 mail and saw there probably a condensation of water trapped between the external display and touch screen behind her. because the screen in the upper left corner looks whitish. and the sender of the laptop said he wasn't there when he sent it. I have a picture of trapped moisture, for those who want to see it.

    so, I opened the screen by unscrewing. and I saw that most of the moisture is stuck between the external screen glas and one other layer behind him, which I guess, is the part of the touch screen. who looks inaccessible. These 2? the layers form the upperpart of the screen.

    the lcdscreen with all the electronics in this layer, form the lower part of the screen or if you want, cover. This part is now oke. He also had a condensation of water on it and I was able to gently wipe the little moisture of the lcdscreen without problem. This helped a bit with this problem.

    but moisture remains trapped between the part of the touchscreen layer and this layer of glass in the upperpart of the screen/cover.

    hoping to evaporate the moisture, I left the enlightened a bit more open for a day, I broke even the upperpart and the lowerpart of the screen. I applied a little of an infrared lamp, a remote backup heat. anything that did not help.

    * so, how can I remove the condensation of water? *

    * is there a way to remove a layer in the upperpart of the screen to reach the humidity? *

    Hello olekike

    Please don t get me wrong, but I'm afraid, you need professional with this Mr. help as I see that your question is not answered for days now, and I think that nobody here has a lot of experience with this stuff.
    View replacement OK but how to remove the condensation of water on the touchscreen is perhaps too heavy for us.

    I recommend strongly to contact the nearest Toshiba service provider and ask for help. talking with the guys what we can do about it.

  • Tecra M5 - how to remove the Bios password?

    Hey guys,.

    My Tecra M5 got a password for BIOS from one day to the other, I never told him to do.

    All of my passwords do not work, so how can I reset the password?

    Please help me :)

    I never heard that the BIOS password can be activated only then I m wondering really how that can happen in your Tecra M5.

    You must understand that the BIOS password is a very important protection and we cannot discuss in the public forum about this.
    How to remove the BIOS is not always the same and Tecra, as cell phone business model, is quite complicated procedure of withdrawal of the BIOS and it can be made by Toshiba only service provider.

    I'm sorry.

  • How to remove the host geniric number?

    How to remove the host geniric number?

    Hi m KUMAR,.
     
    -You receive any host related error message generic?
    -Remember you proceed with recent computer between the calendar changes when things worked fine and now?
     
    Follow the steps in the article below and check if it helps to solve this problem:
    After return with more information pertaining to the matter for us help to help you better.
  • 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.

  • 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.

  • How to remove the permission of pc

    How to remove the permission of pc

    On the latest version of iTunes: account > permissions > Deauthorise This Computer (store > Deauthorise computer on older iTunes) on this computer: Deauthorize your computer using iTunes - Apple Support

  • How to remove the calendar program in the e-mail section because I hate and that everything he did to the e-mail page

    all this happened on my email page yesterday and I clicked it, but I don't like it. and then all of a sudden Besides my collected email addresses and my personal address book now there's a "address book all the" I don't like it as it is constantly changing for it and I don't want that. I want my program to return to how it was three or four days ago, when I didn't have this program and the additional topics, etc.

    How to remove the calendar program

    Open the Add-ons - Extensions Manager, search for 'Flash' and press the 'delete '.

  • How to remove the automatic locking of the IPad 2

    How to remove the automatic locking in the iPad 2

    Are you talking about the time it takes the device "go to sleep?

    Settings > general > auto lock > set to 'never '.

Maybe you are looking for

  • Satellite M50 - LCD has serious problem

    Hi all Thanks in advance to anyone who takes the time to read this. I had my * Toshiba M50 * since 2006 and it's been great throughout. Until recently, the screen started to play up - he would go a little 'reverse', everything gets whitened with lime

  • TouchSmart 300 Windows 7, re - install on hard drive replacement problem. Help!

    I have official restore for my Touchsmart 300 disks and try to get it back on a hard drive, which I took from another machine. Drive hard said have left include Win 7 and Win XP. When I try to boot from the recovery CD, I am taken to the old hard dri

  • Live Movie Maker

    Help, please.  I am trying to download short videos (3-5 min.) to send customers to Amazon. I download from my SD cards, I change and then try to send them to Amazon, but it does not work. I know Amazon said that 100 MB is the maximum that I can down

  • ACS5 / ISE: PEAP authentication - first then machine user

    Hi on board, I have a simple question about AAA with ISE or ACS5 and PEAP. As we all know, is the big drawback with the PEAP Protocol, you cannot apply that property of the company not authenticates on the network. Example: Computer Windows - authent

  • cache YouTube cookies

    on YouTube I can not find the suggested reading list. I refreshed and restarted but nothing changes.im using windows 8, so I tried my office tiles and YouTube works fine on it, but apart from that it would not work. YouTube opens fine, but once you s