1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Footer Problem needs solution fast

Discussion in 'HTML & Website Design' started by Cipixxx, Feb 1, 2008.

  1. #1
    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> &nbsp; Remember to visit our <a  class="bottom" href="forum/" title="Forum">forum</a>
    
           </div>
    
    		</td>
    		
    	</tr>
    </table>
    
    
    Code (markup):
     

    Attached Files:

    Cipixxx, Feb 1, 2008 IP
  2. richer2004

    richer2004 Guest

    Messages:
    406
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <td style="background-image:url(/images/footer.jpg)" height="56">

    Try:

    <td style="background-image:url(images/footer.jpg)" height="56">
     
    richer2004, Feb 1, 2008 IP
    Cipixxx likes this.
  3. Cipixxx

    Cipixxx Well-Known Member

    Messages:
    754
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #3
    pfff...indeed that seems to be the problem :) weired problem

    Thank You richer2004 for the prompt and good answer. rep point added
     
    Cipixxx, Feb 1, 2008 IP