• Resolved kissesan

    (@kissesan)


    My copyright has disappeared from my footer and has been replaced by a white line. I’ve searched everywhere and cannot, for the life of me, find what caused this. I”m using 2010 Weaver. any help would be appreciated.

    http://kissesandchaos.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like the code got messed up in that section:

    <table id='ttw_ftable'>
    <tr>
    <td id='ttw_ftdl'>
    <div id="site-info">
    © 2010-2012 Alli Woods Frederick. All Rights Reserved.
    Content not belonging to Alli Woods Frederick is the property of the attributed creator.
    </tr>
    </table>

    You’re missing some closing tags – and it may also not like that you have a div inside the table cell. Try changing the above to this:

    <table id='ttw_ftable'>
    <tr>
    <td id='ttw_ftdl'>
    © 2010-2012 Alli Woods Frederick. All Rights Reserved.
    Content not belonging to Alli Woods Frederick is the property of the attributed creator.
    </td>
    </tr>
    </table>

    Thread Starter kissesan

    (@kissesan)

    thanks for getting back to me so quickly. I’ve looked in the footer section & the stylesheet of my editor and don’t see this section anywhere (sorry but I’m severely coding impaired). Can you tell me where, exactly, this is located?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘copyright in footer gone. replaced by a white line’ is closed to new replies.