Hi, I have problem with footer table coding. In dreamweaver the code works(the footer is displayed - footer.jpg - ), but when I view it in Firefox the footer can't be seen. I have attached print screen image Here is the code: <br><br> <table align="center" border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td style="background-image:url(/images/footer.jpg)" height="56"> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div align="center"> <span style=" color:#000000">. Best Solutions </span> Remember to visit our <a class="bottom" href="forum/" title="Forum">forum</a> </div> </td> </tr> </table> Code (markup):
<td style="background-image:url(/images/footer.jpg)" height="56"> Try: <td style="background-image:url(images/footer.jpg)" height="56">
pfff...indeed that seems to be the problem weired problem Thank You richer2004 for the prompt and good answer. rep point added