Results 1 to 14 of 14

Thread: Adding a copyright code in html
      
   

  1. #1
    READ photography is offline Sergeant
    Join Date
    Nov 2007
    Posts
    22

    Default Adding a copyright code in html

    Hi, I am trying to add a copyright code in html at the bottom of my page but everytime I publish it, it is at the top of my page. I did this on my 'couples' page, under portfolios. Could you please help. I think it looks stupid at the top and want it at the bottom. thankyou.
    Read photography.

  2. #2
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    url?
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  3. #3
    READ photography is offline Sergeant
    Join Date
    Nov 2007
    Posts
    22

    Default Re: Adding a copyright code in html


  4. #4
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    Try it on a page without the lightbox. That's my suspicion... Lightbox is not a good gallery program to use for several reasons.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  5. #5
    READ photography is offline Sergeant
    Join Date
    Nov 2007
    Posts
    22

    Default Re: Adding a copyright code in html

    Thanks Ramsey. It still goes to the top of the page. Is there something I am doing wrong? Could you tell me why you don't like light box and is there another way I can show my pictures?

    Deb

  6. #6
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    Several reasons, but mainly, it encourages people to often close the enlarged images down by hitting the X on the browser therefore forcing your site to close completely. It slows the page load down, and persoanlly I think using the normal gallery and setting the images to appear larger in a POP-UP window looks far more professional. Just my personal opinion.

    More than happy for you to send me one of the problem pages via email. I will look at it for you.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  7. #7
    READ photography is offline Sergeant
    Join Date
    Nov 2007
    Posts
    22

    Default Re: Adding a copyright code in html

    Mabye I will use a normal gallery. I am a perfectionist after all. Is it fairly easy to set the images to appear larger in another window? My brain is going into website overload.
    I would greatly appreciate you looking at a page but should I make all the changes first? Will it make a difference as to why my code is going to the top?

    Deb

  8. #8
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    Quote Originally Posted by READ photography View Post
    Mabye I will use a normal gallery. I am a perfectionist after all. Is it fairly easy to set the images to appear larger in another window? My brain is going into website overload.
    I would greatly appreciate you looking at a page but should I make all the changes first? Will it make a difference as to why my code is going to the top?

    Deb
    I can't guarantee that is causing the problem. If it isn't just send one of the pages to me and I'll fix it for you.

    Use the normal gallery, then upload the larger images... set the drop down box to 'Open in a pop up window'

    Here's one I prepared earlier

    Replace the ***** with a s p i r e for some unknown stupid reason that word has been blocked from usage on this forum... ????????
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  9. #9
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    Have you put this bit if text into an html box or have you added it as normal text?
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  10. #10
    READ photography is offline Sergeant
    Join Date
    Nov 2007
    Posts
    22

    Default Re: Adding a copyright code in html

    <p> &#169; Debra Read 2008 </p>
    that is the code i got off the internet. i don't read html code so it is probably why its not going to the bottom of the page. do you know?
    the link you sent didn't work.

    deb

  11. #11
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    Ok,

    Get rid of that html box altogether.

    Create the text using the normal text box method..

    To get the copyright symbol just go to 'Insert' >> 'Symbol'

    and just write the rest using your keyboard and place it where you want it on the page.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  12. #12
    READ photography is offline Sergeant
    Join Date
    Nov 2007
    Posts
    22

    Default Re: Adding a copyright code in html

    Thankyou so much!! Got mom duty now. Deb

  13. #13
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Adding a copyright code in html

    LOL.. No worries
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  14. #14
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Adding a copyright code in html

    Hi, might be a bit late now? But if you want, the script below will update automatically each year to save some time at a later date changing all your pages. Just pop it in an html box on the front of your BV page & stretch to box horizontally to stop the text returning.

    <BODY>
    <script type="text/javascript">
    <!-- Begin
    copyright=new Date();
    update=copyright.getFullYear();
    document.write("Copyright © 2007-"+ update + " (Debra Read) All rights reserved.");
    // End -->
    </script>


    Good luck.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49