1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General template name

Discussion in 'General' started by ryoko, Feb 9, 2010.

  1. ryoko

    ryoko New Member

    Hello,

    This is my first time trying to build a website so I'm sorry if this is a stupid question! I found a free template to use called Pluralism and edited it with dreamweaver. I even managed to upload it to my domain name without any problem. However, now that it's up, every time some clicks on my page the name that appears in the browser tab over the web page is Pluralism and not my name which is confusing. Is there any way to change this or is it because I'm using a free template that it has to be this way?

    Thank you!!!!
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Hey ryoko welcome aboard.
    That's an easy one to fix and one problem which even plagues the most season coder. Forgetting to change the "Title" on all the pages. Just open each page in your editor make the changes and save the files. Then re-upload the files back to the server to over write the old ones.
    Problem fixed, but trust me when I say it won't be the last time if you mess with templates or even your own creations. :D

    Code:
    <head>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
    <title>[COLOR="RoyalBlue"]Template Preview (pluralism) - Free CSS Templates[/COLOR]</title>
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <link rel="stylesheet" type="text/css" href="/site/style.css" />
    </head>
    
     
  3. ryoko

    ryoko New Member

    You wonderful, wonderful person!!!! Thank you so much. Now that you've told me it seems so simple. Thanks again!