Author Topic: copyright on side only in member.php  (Read 3366 times)

0 Members and 1 Guest are viewing this topic.

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
copyright on side only in member.php
« on: January 10, 2007, 06:22:50 AM »
First let me say I did a full search for "copyright", "copyright align" & "copyright center" and went through everything that I was able to read and could not find anything that helped.

I added a drop down menu to the header a few days back and noticed all was good on everypage but one.
In member.php the copyright code is now on the right side of the page, but it is at the bottom where it should be on all other pages.
I have no clue how this happend and have tried to fix it with out any success.

To see what I mean go to: http://bigairpix.com/gallery/member.php

If you go to the home (or any other page) of the gallery you will see that it is still on the bottom.

Anyone have an idea on how I can fix this?

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: copyright on side only in member.php
« Reply #1 on: January 10, 2007, 06:02:16 PM »
Code: [Select]
    <p id="copyright" align="center"> Powered by <b>4images</b> 1.7.4 <br />
      Copyright &copy; 2002-2007 <a href="http://www.4homepages.de" target="_blank">4homepages.de</a> </p>
</body>
</p>
</td>
</tr>
</table>
</div>
</html>

Do you see the    mistake?
But that is not the only mistake...

Offline CeJay

  • Sr. Member
  • ****
  • Posts: 425
    • View Profile
Re: copyright on side only in member.php
« Reply #2 on: January 10, 2007, 10:45:12 PM »
omg do I feel stupid  :oops:
I guess I just needed someone to point that out, granted I should have seen that.

Thanks!!