Closed Thread Icon

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

 
adoniah32
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2002

posted posted 06-25-2002 23:19

Alright, this is probably a VERY stupid question, but I am lost with it.

Go to www.swsotf.net

If you look, you'll see underneath the poll, hosted sites, navigation and those rounded top images in the center, there are spaces between the images. Does ANYONE know how to correct this? Feel free to look at and mess with the HTML.

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 06-25-2002 23:34

Uooh, that cody looks ugly.
Delete the spaces between the tags.
For example

code:
<td width="158" cellpadding="0" cellspacing="0">
<img src="images/bottom.jpg" border="0" width="158" height="50">
</td>


must be changed to

code:
<td width="158" cellpadding="0" cellspacing="0"><img src="images/bottom.jpg" border="0" width="158" height="50"></td>

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 06-25-2002 23:34

You have to loose whitespace between <TD> and <IMG> tag (everything should be written on one line)...

<td width="158"><img src="images/navigation.jpg" border="0" width="158" height="70"></td>

BTW You have *a lot* syntax errors on that page, plus you used invalid HTML parameters on some tags...


u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 06-25-2002 23:35

Hah, i was the first

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 06-25-2002 23:38

Yeah, but you didn't notice syntax errors.

There are no CELLPADDING & CELLSPACING parameters on <TD> tag...


adoniah32
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2002

posted posted 06-25-2002 23:42

Thanks.

Yea, I only added those because I couldn't figure out the problem Being stupid as I am I just started throwing those all over.

adoniah32
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2002

posted posted 06-25-2002 23:49

Okay, there is still a problem. I have re-uploaded the page with the corrections. Now, look at: http://www.swsotf.net/test.jpg . I circled what the problem is. How do I fix THAT?

WebShaman
Maniac (V) Mad Scientist

From: Happy Hunting Grounds...
Insane since: Mar 2001

posted posted 06-26-2002 10:24

Would like to know if the problem is fixed...I'm not seeing it on the site...everything looks good...

u-neek
Bipolar (III) Inmate

From: Berlin, Germany
Insane since: Jan 2001

posted posted 06-26-2002 12:12

Everything is fine here too.
Tested in Mozilla 1.1a & IE 6.0.

adoniah32
Obsessive-Compulsive (I) Inmate

From:
Insane since: Jun 2002

posted posted 06-28-2002 01:43

Yea, everything worked out. Thanks for your help!

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 06-28-2002 14:32

hey, a new Star Wars site that I can visit! YEAH!!!

Later,
C:\


~Binary is best~

WebShaman
Maniac (V) Mad Scientist

From: Happy Hunting Grounds...
Insane since: Mar 2001

posted posted 06-28-2002 15:17

Uhh...I have some questions about where you got the graphics for that site...and if they are not self-made, do you have permission to use them? If not, then you have a copyright problem...and that could be troublesome with a company like Lucas Inc....

Personally, I would suggest making the graphics yourself...then you have no problems...

« BackwardsOnwards »

Show Forum Drop Down Menu