Results 1 to 4 of 4

Thread: Getting rid of space between images in HTML

  1. #1
    Join Date
    Apr 2008
    Posts
    46

    Getting rid of space between images in HTML

    Hi,

    I have a HTML question .

    I have some images in the webpage but the problem is that I cant figure out why am not able to get rid of the white background space & I really want to avoid that. I have these images in a table.

    If someone please let me know the solution it will be a great help for me.

    Thanks

  2. #2
    Join Date
    Aug 2008
    Posts
    281

    Re: Getting rid of space between images in HTML

    You just need o work around the properties of your table tag.
    I.e. Cellpadding & cellspacing.
    If you add it with value 0 your problem will be solved.
    here is the code:

    Code:
       1.
          <table border="0" align="center" width="60%" cellpadding="0" cellspacing="0">

  3. #3
    Join Date
    Apr 2008
    Posts
    46

    Re: Getting rid of space between images in HTML

    Hey I have already done this,
    but even after having cellpadding & cellspacing to 0 I see a white scape between the images. Can you please give some other solution.

    Thanks again.

  4. #4
    Join Date
    Apr 2008
    Posts
    22

    Re: Getting rid of space between images in HTML

    The space you are talking about comes due to the vertical space or a horizontal space. A horizontal space will go lengthwise across the page and a vertical space will go lengthwise down the page. To solve the Place a <br> (break tag) immediately following the image. This should fix the problem.
    You can add a couple of
    Code:
    <br>

Similar Threads

  1. Replies: 11
    Last Post: 06-09-2011, 10:16 AM
  2. Decrease space in Recycle Bin to increase storage space
    By Leonard in forum Customize Desktop
    Replies: 7
    Last Post: 04-10-2010, 04:01 PM
  3. How to display multiple images together in html
    By Camdean in forum Software Development
    Replies: 5
    Last Post: 23-01-2010, 08:32 PM
  4. How to send HTML messages with images in Outlook
    By Jaheel in forum Windows Software
    Replies: 3
    Last Post: 15-06-2009, 07:44 PM
  5. make a space in html document
    By SSupDawg in forum Software Development
    Replies: 2
    Last Post: 26-01-2009, 03:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,024,965.94043 seconds with 17 queries