/    Sign up×
Community /Pin to ProfileBookmark

major deadline – HELP!!

Hi! On PCs, there seems to be some spacing around the images within my table cells.

please visit:

[url]http://newweb.rnktel.com/designdrafts/VOIP/index.html[/url]

and view the code.

I’ve made several attempts in the meantime to try the following:

  • 1. I’ve added the width and height attributes to each cell as well as the table itself

  • 2. I’ve tried to set the VSPACE and HSPACE attributes for the images to 0

  • 3. stacked the images all in one table cell

  • 4. simply pulled out the images from the table and they still have space between them
  • HELP ASAP!!

    email: [email][email protected][/email]

    to post a comment
    HTML

    4 Comments(s)

    Copy linkTweet thisAlerts:
    @PhillMcJan 23.2004 — The problem isn't with the images, it's with the table cells.

    You have to specify 0 margins for the table cells if you do not want any space between the border and the image.
    Copy linkTweet thisAlerts:
    @crh3675Jan 23.2004 — I didn't look at your code but that occurs to me sometimes when the </td> tag is not nested against the <img> tag. For example:

    <td>

    <img src="someimage.jpg">

    </td>

    Can cause that problem, where:

    <td>

    <img src="comimage.jpg"></td>

    Can fix it.

    Good luck.

    -- Craig
    Copy linkTweet thisAlerts:
    @crh3675Jan 23.2004 — Reduce the height of this image:

    <IMG NAME="test" src="http://newweb.rnktel.com/designdrafts/VOIP/images/test.jpg" WIDTH=573 HEIGHT=560>

    to 559 and see what that does

    Try reducing all the way to 555. Your image is pushing the height of the table therefore adding blank space.
    Copy linkTweet thisAlerts:
    @PhillMcJan 23.2004 — Sorry, my terminology is off, I think. It's either margin or cellpadding that needs to be 0 or the lowest possible
    ×

    Success!

    Help @Nulrick spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.16,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...