Announcement

Collapse
No announcement yet.

How to create the bottom of page copyright etc.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to create the bottom of page copyright etc.

    I haven't yet figured out how to create the copyright information for the bottom of my pages. Also want to put text links there for my main pages.

    I usually see something like this written in very small type, and repeated on every page.

    Can anyone direct me regarding setting this up?

    Thanks much,
    WebMagic

  • #2
    Re: How to create the bottom of page copyright etc.

    Just create a text box, and enter the required text....you can insert the copyright symbol from the insert menu.(bottom of the dropdown menu)

    same with the text links....create a text box, enter text, select text and then from the menu select the world icon, this will open a box where you can enter the link address in full.

    Have a look at the video tutorials.....their good.
    Have fun
    Regards..... David

    Step by Step Visual Tutorials for the complete beginner
    Newbies / Beginners Forum
    FREE Membership Login Scripts: - Meta Tags Analyzer
    My Social Networking Site - Free Contact Forms
    Finished your New website!! Now get it noticed Here:

    Comment


    • #3
      Re: How to create the bottom of page copyright etc.

      You can try this one

      Cut & paste this code that’s between the black lines. (Not the lines) in to an html box & change the parts below to suite your site. It will auto update the later date every year for you.
      Date you started copyright (change this to the date you want) IE: 2005

      Site name place here (change this to the name you want) IE: mytestsite.com
      mind not to remove the ( ) or the - only change the bold text.

      __________________________________________________ _____________________

      <BODY>

      <script type="text/javascript">
      <!-- This script and many more are available free online at -->
      <!-- Created by: www.collectors-info.com.com -->
      <!-- Begin
      copyright=new Date();
      update=copyright.getFullYear();
      document.write("Copyright &#169; Date you started copyright-"+ update + " (site name place here) All rights reserved.");
      // End -->
      </script>

      <p><center>
      </center><p>

      <!-- Script Size: 0.66 KB -->

      __________________________________________________ ______________________

      Good luck

      Chris
      PS. Remember to pull out your html box horizontaly.
      Regards Chris.

      Collectables, Collecting, collectors-info.com

      www.chrismorris.co.uk

      House build project

      Comment

      Working...
      X