Closed Thread Icon

Preserved Topic: cellpadding problem (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17717" title="Pages that link to Preserved Topic: cellpadding problem (Page 1 of 1)" rel="nofollow" >Preserved Topic: cellpadding problem <span class="small">(Page 1 of 1)</span>\

 
MinutRice
Nervous Wreck (II) Inmate

From: Wilson, AR
Insane since: Jun 2000

posted posted 06-22-2000 07:37

ok I have an interface and I sliced it up into 4 rows. The top row consists of 2 columns and the other 3 are 4 columns. It is all pieced back together ok except the very first picture in the table. There is no space between it and the second pic. (the one directly to the right) But there is space between the first pic and the 2 directly below it. But there is no space between the 2nd pic and the 2 below it. I have changed the html and still can't get that little line to go away. I know there aren't any pics but here is the html.

<html>
<head>
<title>Untitled</title>
</head>

<body>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="2"><img src="interface gif/screen.gif" width="224" height="66" border="0" alt=""></td>
<td colspan="2"><img src="interface gif/2.gif" width="231" height="75" border="0" alt=""></td>
</tr>
<tr>
<td><img src="interface gif/3.gif" width="112" height="59" border="0" alt=""></td>
<td><img src="interface gif/4.gif" width="112" height="59" border="0" alt=""></td>
<td><img src="interface gif/5.gif" width="106" height="59" border="0" alt=""></td>
<td><img src="interface gif/6.gif" width="125" height="59" border="0" alt=""></td>
</tr>
<tr>
<td><img src="interface gif/7.gif" width="112" height="78" border="0" alt=""></td>
<td><img src="interface gif/8.gif" width="112" height="78" border="0" alt=""></td>
<td><img src="interface gif/9.gif" width="106" height="78" border="0" alt=""></td>
<td><img src="interface gif/10.gif" width="125" height="78" border="0" alt=""></td>
</tr>
<tr>
<td><img src="interface gif/11.gif" width="112" height="74" border="0" alt=""></td>
<td><img src="interface gif/12.gif" width="112" height="74" border="0" alt=""></td>
<td><img src="interface gif/13.gif" width="106" height="74" border="0" alt=""></td>
<td><img src="interface gif/14.gif" width="127" height="74" border="0" alt=""></td>
</tr>
</table>

</body>
</html>

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 06-22-2000 09:11

Hmm, this may seem dumb, but aren't the top two pictures different heights? Looks like there should be a gap of 9 pixels under the first image the way things are right now. If you want that image to rest against the bottom, include valign="bottom" in that <td>, that would help things.

Your pal, -doc-<P>

MinutRice
Nervous Wreck (II) Inmate

From: Wilson, AR
Insane since: Jun 2000

posted posted 06-23-2000 02:54

Hey thanks. I didn't catch that. I just inserted the image and it put the diminsions in for me. I don't understand why it did that, b/c I sliced the image up in photoshop and it is the same size. Kind of odd. Thanks alot.

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 06-23-2000 15:54

Also, you can kill off the alt="" info. That's not needed.

Pat Richard
Web weenie

« BackwardsOnwards »

Show Forum Drop Down Menu