Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old November 16th, 2003, 11:23 AM
TheWickedD TheWickedD is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Netherlands
Posts: 118 TheWickedD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Trouble with table

I'm having a problem making a table, my footer wont display right.
Please look at http://www.one2connect.nl/new/index.php and look at the footer. What am i doing wrong?

The code for the footer is:


Code:
<table width="994" border="0" cellspacing="0" cellpadding="0"> 
        <tr> 
          <td width="191" height="8"> <img src="../dataa/images/footer_top_left.gif" width="191" height="8" alt=""></td> 
          <td width="801" height="8" colspan="2"> <img src="../dataa/images/body.gif" width="801" height="8" alt=""></td> 
          <td width="2" height="8"><img src="../dataa/images/body_seperator_right.gif" width="2" height="8" alt=""></td> 
        </tr> 
        <tr> 
          <td width="191" height="35" rowspan="2"> <img src="../dataa/images/footer_logo.gif" width="191" height="35" alt=""></td> 
          <td width="11" height="35" rowspan="2"> <img src="../dataa/images/footer_middle.gif" width="11" height="35" alt=""></td> 
          <td width="792" height="15" colspan="2"> <img src="../dataa/images/footer_top_right.gif" width="792" height="15" alt=""></td> 
        </tr> 
        <tr> 
          <td width="789" height="20" background="../dataa/images/footer_body.gif"><table width="789" border="0" align="left" cellpadding="0" cellspacing="0">
  <tr align="left" valign="top">
    <td width="789" align="center">testest <a href="test">link</a> </td>
  </tr>
</table>
</td> 
          <td width="3" height="20"> <img src="../dataa/images/footer_right.gif" width="3" height="20" alt=""></td> 
        </tr> 
      </table>

Reply With Quote
  #2  
Old November 16th, 2003, 01:53 PM
aj2taylo aj2taylo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Mississauga, ON, Canada
Posts: 61 aj2taylo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 26 sec
Reputation Power: 2
Send a message via ICQ to aj2taylo Send a message via AIM to aj2taylo Send a message via Yahoo to aj2taylo
RE: Trouble with table

WickedD,

It may help to be a bit more specfic with the problem than "it won't display right" - what about it is off?


Reply With Quote
  #3  
Old November 16th, 2003, 01:56 PM
CodeKadiya CodeKadiya is offline
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Colombo,Sri Lanka
Posts: 2,313 CodeKadiya User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 4
Send a message via Yahoo to CodeKadiya
RE: Trouble with table

Hey! But I can see the footer table in your page. Whatz up???

Reply With Quote
  #4  
Old November 16th, 2003, 04:18 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Trouble with table

How are you calling the footer with an include() statement?


Reply With Quote
  #5  
Old November 16th, 2003, 04:42 PM
TheWickedD TheWickedD is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Netherlands
Posts: 118 TheWickedD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Trouble with table

i'm sorry i wasn't more specifically, the problem was kinda obvious when i posted it, now it's rather slight, almost hard to see at my 1600x1200 res.
If you look closely the right corner of the footer you see the border is just one pixel of (to the right), though i not know i sliced it right and i guess the html is good.
Any help is very appreciated!
BTW postalcow, the fotter isn't called with an include statement, that shouldn't matter anyway, since its the html thats somehow incorrect.
- TheWickedD

Reply With Quote
  #6  
Old November 16th, 2003, 04:54 PM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Trouble with table

Hey WickedD,

Boy your tables are wide 994?

Also I removed your image size constraints. Try it this way and see what happens
Code:
<table width="994" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td width="191" height="8"> .<img src="../dataa/images/footer_top_left.gif"  alt=""><p>&nbsp;</td> 
<td width="801" height="8" colspan="2"> <img src="../dataa/images/body.gif"  alt=""></td> 
<td width="2" height="8"><img src="../dataa/images/body_seperator_right.gif" alt=""></td> 
</tr> 
<tr> 
<td width="191" height="35" rowspan="2"> <img src="../dataa/images/footer_logo.gif" alt=""></td> 
<td width="11" height="35" rowspan="2"> <img src="../dataa/images/footer_middle.gif" alt=""></td> 
<td width="792" height="15" colspan="2"> <img src="../dataa/images/footer_top_right.gif" alt=""></td> 
</tr> 
<tr> 
<td width="789" height="20" background="../dataa/images/footer_body.gif"><table width="789" border="0" align="left" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td width="789" align="center">testest <a href="test">link</a> </td>
</tr>
</table>
</td> 
<td> <img src="../dataa/images/footer_right.gif" alt=""></td> 
</tr> 
</table>

Reply With Quote
  #7  
Old November 16th, 2003, 06:45 PM
TheWickedD TheWickedD is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Netherlands
Posts: 118 TheWickedD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Trouble with table

Thanks there postalcow. That i good idea, yours didn't work completely as i wanted though. So i tried you idea selectively on my code.
It didn't work quite right though, now something else is off. Please look at http://www.one2connect.nl/new/index.php , you will see it.
Current code is
Code:
<table width="994" border="0" cellspacing="0" cellpadding="0"> 
              <tr> 
                <td width="191" height="8"><img src="../dataa/images/footer_top_left.gif" alt="" width="191" height="8"></td> 
                <td width="801" height="8" colspan="2" background="../dataa/images/body.gif"></td> 
                <td width="2" height="8"><img src="../dataa/images/body_seperator_right.gif" alt="" width="2" height="8"></td> 
              </tr> 
              <tr> 
                <td width="191" height="35" rowspan="2"><img src="../dataa/images/footer_logo.gif" alt="" width="191" height="35"></td> 
                <td width="11" height="35" rowspan="2"><img src="../dataa/images/footer_middle.gif" alt="" width="11" height="35"></td> 
                <td width="792" height="15" colspan="2"><img src="../dataa/images/footer_top_right.gif" alt="" width="792" height="15"></td> 
              </tr> 
              <tr> 
                <td width="789" height="20" background="../dataa/images/footer_body.gif"><table width="789" border="0" align="left" cellpadding="0" cellspacing="0" class="footer"> 
                    <tr align="left" valign="top"> 
                      <td width="228"></td> 
                      <td width="495" align="left">Copyright © 2002-2003 One2Connect</td> 
                    </tr> 
                  </table></td> 
                <td width="3" height="20"><img src="../dataa/images/footer_right.gif" alt="" width="3" height="20"></td> 
              </tr> 
            </table>

Reply With Quote
  #8  
Old November 16th, 2003, 07:29 PM
TheWickedD TheWickedD is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Netherlands
Posts: 118 TheWickedD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Trouble with table

finally i did it.
Kinda strange though, but hey.
i changed the line
Code:
<td width="2" height="8"><img src="../dataa/images/body_seperator_right.gif" alt="" width="2" height="8"></td>

into
Code:
<td width="3" height="8" align="right"><img src="../dataa/images/body_seperator_right.gif" alt="" width="2" height="8"></td>

I got the solution almost accidently, but hey, who cares.
Anyway, i hope this helps somebody.
Thanks for the help guys!

Reply With Quote
  #9  
Old November 17th, 2003, 03:20 AM
postalcow postalcow is offline
Codewalkers Beginner (1000 - 1499 posts)
 
Join Date: Apr 2007
Location: Ford CIty, PA USA
Posts: 1,267 postalcow User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 3
Send a message via Yahoo to postalcow
RE: Trouble with table

Glad you fixed it. Oh, BTW Happy Birthday!

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Trouble with table


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway