|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
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
|
|||
|
|||
|
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>
|
|
#2
|
|||
|
|||
|
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? |
|
#3
|
|||
|
|||
|
RE: Trouble with table
Hey! But I can see the footer table in your page. Whatz up???
|
|
#4
|
|||
|
|||
|
RE: Trouble with table
How are you calling the footer with an include() statement?
|
|
#5
|
|||
|
|||
|
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 |
|
#6
|
|||
|
|||
|
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> </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> |
|
#7
|
|||
|
|||
|
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>
|
|
#8
|
|||
|
|||
|
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! |
|
#9
|
|||
|
|||
|
RE: Trouble with table
Glad you fixed it. Oh, BTW Happy Birthday!
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Trouble with table |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|