Closed Thread Icon

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

 
chudzta
Bipolar (III) Inmate

From: Williamsburg, VA
Insane since: Aug 2002

posted posted 08-23-2002 08:42

Hello , stumbled upon this forum while looking for some help with a table. I had a logo then created a 20 pixel border for it, (like topleftcorner , topright corner etc.) trying to go for something found at http://uedcom.virtualave.net/home.htm , but with my much less graphical touch style..
The problem: theres a really small gap between each lil table slot. I had in the back of my head that the border, cellpadding, cellspacing all set to "0" would make a seemless table..altho its kind of silly to have a table then...but when i see countless others do it i figured with one language or another it would work.

The Site Address: www.angelfire.com/emo/chudzta17/index2.html sry bout angelfire ads, lol

The Code:

<html>
<head>
<title>Soul Dragoons - Warcraft III: Reign of Chaos</title>
</head>
<body bgcolor="#000000" text="#6666FF" link="#6666FF" vlink="#6666FF" alink="#6666FF">
<center>
<table bgcolor="#000000" border="0" cellspacing="0" cellpadding"0" height="134" width="616" align=center>
<tr>
<td><img src="topleftcorner.jpg" width="20" height="20"></td>
<td><img src="topsideoflogo.jpg" width="576" height="20"></td>
<td><img src="toprightcorner.jpg" width="20" height="20"></td>
</tr>
<tr>
<td><img src="leftsideoflogo.jpg" width="20" height="94"></td>
<td><img src="sdlogo.jpg" width="576" height="94"></td>
<td><img src="rightsideoflogo.jpg" width="20" height="94"></td>
</tr>
<tr>
<td><img src="bottomleftcorner.jpg" width="20" height="20"></td>
<td><img src="bottomsideoflogo.jpg" width="576" height="20"></td>
<td><img src="bottomrightcorner.jpg" width="20" height="20"></td>
</tr>
</table>
</center>
</body>
</html>


Thank you for any help , i'll be checking back nightly for a reply. - Ryan aka Chudzta17


mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 08-23-2002 09:41

You have a small syntax error in your <TABLE> tag. You forgot to add "=" sign between CELLPADDING parameter and its value...

<table bgcolor="#000000" border="0" cellspacing="0" cellpadding="0" height="134" width="616" align=center>


Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 08-23-2002 14:47

Welcome to the Asylum, chudzta...
http://faq.ozoneasylum.com/203


Code - CGI - links - DHTML - Javascript - Perl - programming - Magic - http://www.twistedport.com
ICQ: 67751342

chudzta
Bipolar (III) Inmate

From: Williamsburg, VA
Insane since: Aug 2002

posted posted 08-23-2002 20:46

Thanks a bunch. I feel dumb now but hey... lol... im gonna go make the rest of the graphics, hopefully i can get it to work without another stupid problem. -TY again - Ryan aka Chudzta17

« BackwardsOnwards »

Show Forum Drop Down Menu