Code Problem with tables.

liunx

Guest
Go here: <!-- m --><a class="postlink" href="http://www.everlasting-misery.com/christopher">http://www.everlasting-misery.com/christopher</a><!-- m --><br />
<br />
Ok on that page there are images in tables, and an iframe in the centre. Above and below the images there are small gaps. Anyone able to tell me what I have done to make that error?<!--content--><td VALIGN="TOP" WIDTH="61" HEIGHT="354"><br />
<p align="center"><br />
<img border="0" src=http://www.htmlforums.com/archive/index.php/"2.jpg" width="58" height="490"><br />
</td><br />
=====<br />
td width=61<br />
and image = 58<br />
Redo the width......<br />
====<br />
And:<br />
close the line:<br />
<td><image></td><br />
I mean: on ONE line, no enters or space in the code.<br />
And......<br />
2.jpg is 38 kb<br />
1.jpg is 200 kb<br />
So toooooooo big...... long Download <!--more-->time/<br />
:rocker:<!--content-->hmm. I don't really understand what you mean as most of what you said is already in the code? What I am meaning is for the image "1.jpg" to be at very top of the page, no small gap. Also the other images to be at very bottom of page, no small gap.<br />
<br />
?<!--content-->Ok try this:<br />
<BODY background=background.jpg topMargin=0 leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" rightmargin="0"><br />
And take the <th> tag out.<br />
<br />
And resize your images with irfanview <!-- w --><a class="postlink" href="http://www.irfanview.com">www.irfanview.com</a><!-- w -->. />
The are to big in kb.<br />
:rocker:<!--content-->Thankyou for your help, I'll try what you said :D<!--content-->Except that the body attribute background=background.jpg should be background="background.jpg" instead. Attributes that contain other than A to Z and 0 to 9 should be quoted [Hint there is a >> . << in the attribute].<!--content-->
 
Back
Top