Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 12th, 2004, 12:02 PM
Friend of Wrox
 
Join Date: Aug 2003
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
Default Sliced Image + table

Hey guys, not matter what I try I can't seem to get my sliced image to flush with the other images in my table. I keep getting white space in between. I have the cellspacing and cellpadding at 0. I also have all of my valing=top tags. I am not sure what else to do. Do you guys have code that works that maybe I could use.

Thanks

-----------------------------------------------------------
"Don't follow someone who's not going anywhere" John Mason
__________________
-----------------------------------------------------------
\"Don\'t follow someone who\'s not going anywhere\" John Mason
 
Old August 12th, 2004, 02:33 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Without seeing your stuff I can only guess.

My guess is... whitespace in the code. Try to write each table cell on one single line, without spaces, indentions or line breaks between tags.

<td><img></td>

NOT so:
     <td>
           <img>
     </td>

Browsers handle whitespace quirky in some situations.

(o<
//\ =^..^=
 
Old August 12th, 2004, 03:17 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Yes, can we see your code/result?? Much easier to help, then.

Snib

<><





Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying an image from database table Essien Visual Basic 2005 Basics 1 January 4th, 2006 03:40 PM
how to display image and text in a same table row faisal bashir ASP.NET 1.0 and 1.1 Basics 0 August 9th, 2005 02:03 AM
How to insert an image to a table ahmadnajib MySQL 1 August 20th, 2004 01:14 AM
Creating an Image in a table nvillare VBScript 1 May 26th, 2004 12:26 PM
Create an image table using a loop nvillare Classic ASP Basics 1 February 4th, 2004 02:42 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.