4images Forum & Community

4images Issues / Ausgaben => Discussion & Troubleshooting => Topic started by: CeJay on January 10, 2007, 06:22:50 AM

Title: copyright on side only in member.php
Post by: CeJay 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?
Title: Re: copyright on side only in member.php
Post by: Acidgod 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...
Title: Re: copyright on side only in member.php
Post by: CeJay 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!!