Results 1 to 19 of 19

Thread: Background colour and page naming
      
   

  1. #1
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Question Background colour and page naming



    2 questions please

    1st I can get all my pages to have a background colour apart from my index or first page

    2nd My index page says it is untitled when viewed on the web (bottom of screen) but the other pages have the name of the page in the tab at the bottom of the screen

    I have checked page properties and can find no difference in the settings of the pages with colour and names to the index page

    Can any one point me in the right direction?

    Cheers

    Scott

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Quote Originally Posted by scottaforbes******.com

    2 questions please

    1st I can get all my pages to have a background colour apart from my index or first page

    2nd My index page says it is untitled when viewed on the web (bottom of screen) but the other pages have the name of the page in the tab at the bottom of the screen

    I have checked page properties and can find no difference in the settings of the pages with colour and names to the index page

    Can any one point me in the right direction?

    Cheers

    Scott
    Please upload the URLs so we can have a look.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    My web site www.dargdaffin.co.uk is up and running it is the first page that you come to when clicking this link that I am talking about the other pages (that I have completed) are OK

    Thanks for taking the time to look

    Cheers

    Scott

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Here is your problem:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <TITLE>Untitled Page</TITLE>
    <META name="GENERATOR" content="Created by BlueVoda">
    </HEAD>
    <BODY bgcolor="#FFFFFF" text="#000000">
    <DIV style="position:absolute;left:203px;top:20px;width :499px;height:16px;z-index:0" align="center">

    </DIV>
    </BODY>
    </HTML><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <TITLE>Index</TITLE>
    <META name="AUTHOR" content="Scott A Forbes">
    <META name="KEYWORDS" content=" dog training, dargdaffin, shooting, ">
    <META name="DESCRIPTION" content="North East Scotland gun dog training. Puppies and trained dogs, Labradors and Spanials">
    <META name="GENERATOR" content="Created by BlueVoda">
    <STYLE type="text/css">
    a.style1:link {color: #0000FF;text-decoration: underline;}
    a.style1:visited {color: #800080;text-decoration: underline;}
    a.style1:active {color: #FF0000;text-decoration: underline;}
    a.style1:hover {color: #0000FF;text-decoration: underline;}
    </STYLE>
    </HEAD>
    <BODY bgcolor="#CEFFF8" text="#000000">

    You have probably copied / pasted part of the code of another page, and so you have two different definitions of the Body color. That's why you cannot change the colour : the second definition is the one you have copied / pasted and doesn't change through page properties
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    Julia is offline Special Status
    Join Date
    Nov 2005
    Posts
    177

    Default Re: Background colour and page naming

    Quote Originally Posted by scottaforbes******.com

    2 questions please

    1st I can get all my pages to have a background colour apart from my index or first page

    2nd My index page says it is untitled when viewed on the web (bottom of screen) but the other pages have the name of the page in the tab at the bottom of the screen

    I have checked page properties and can find no difference in the settings of the pages with colour and names to the index page

    Can any one point me in the right direction?

    Cheers

    Scott
    Hi.. scott, i am not sure i can help but i will try, i think yes you can have a different background color for every page in your site, you can change the background color from page properties, just click on a blanck part of your page + page properties + background, here you can set a different background for every page, as some other options too like text color and style links...

    Regarding your index page i suggest you to check everything again, your index page must be named just (index) and no (index.html), lower case letters, if something is wrong change the name of the page to index and save it again and republish it, clear your buffer and try again..

  6. #6
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    Ok Many thanks - not sure how I did that

    Are you saying if I remove the 2nd code (<BODY bgcolor="#CEFFF8" text="#000000">) then all should be ok and if so how do i edit my html. I have loked at it under right click but it does not allow me to edit the code only look at it

    Thanks in advance

    Cheers

    Scott

  7. #7
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Quote Originally Posted by scottaforbes******.com
    Ok Many thanks - not sure how I did that

    Are you saying if I remove the 2nd code (<BODY bgcolor="#CEFFF8" text="#000000">) then all should be ok and if so how do i edit my html. I have loked at it under right click but it does not allow me to edit the code only look at it

    Thanks in advance

    Cheers

    Scott
    Look at the page html. You have inserted it in the Start of page Tag. So when you go to page html, click on Start of page, and it should appear in the window. Just delete it from there
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  8. #8
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    Hi Julia

    Thanks for pitching in. As you will see from this thread that it is a problem with my HTML code as far as the colour is concerned

    I have tried your answer for the page naming but still IE say that it is a untitled page in the tab at the bottom of the page

    Good fun all this learning

    Cheers

    Scott

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    But you have named your page? Go in Page properties, and in the field named Title put your page name. Attention: Page name is different from the name you save your page. You save it as "index" but name it f.e.

    "Dargdaffin Homepage"
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  10. #10
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    Thanks for the further information. The colour change has now worked so big pat on the back for that one

    However the name is still a problem

    I have saved the page as index as that is what I was told at the start but under page Props I have given it the title of dargdaffin home page - previous to that I had the title "index" however it should have come up as "index" but only ever untitled page

    Having looked in HTML (as you taught me) I can see it says Title untitled page title however i can not seem to find that part in the html editor section so I can not change it

    You must be getting fed up by now!

    Cheers

    Scott

  11. #11
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Well that's some kind of conflict or something. Let's try tricking it:

    copy the line :

    <TITLE>Dargdaffin home page </TITLE>

    Go to page htmk, click on Between Head Tag

    and paste this line. Publish so we can see.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  12. #12
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Sorry, i didn't see it before. You haven't deleted all the code in the Start of Page tag. That's why it still gets untitled
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  13. #13
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    Ok done that - sorry to say no change

    is there a time lage between publishing and seeing the new page?

  14. #14
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Quote Originally Posted by scottaforbes******.com
    Ok done that - sorry to say no change

    is there a time lage between publishing and seeing the new page?
    Scott, do you have some html box in your page with code in it ? because that code still comes up
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  15. #15
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    Cross posting - ok deleted it and added the html - I think it will work - 1 moment

    YES AND YES

    Thank you

    Beers on me

    Cheers

    Scott

  16. #16
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Ok now.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  17. #17
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    However you stil have some additional piece of code in your page. View the html in IE, not in BV
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  18. #18
    scottaforbes@gmail.com's Avatar
    scottaforbes@gmail.com is offline Sergeant First Class
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    51

    Default Re: Background colour and page naming

    Quote Originally Posted by navaldesign
    However you stil have some additional piece of code in your page. View the html in IE, not in BV
    Sorry but could you explain what you mean. How do I view HTML in IE

    Sorry to be a thicko but I am a fast learner

    Cheers

    Scott

  19. #19
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Background colour and page naming

    Quote Originally Posted by scottaforbes******.com
    Sorry but could you explain what you mean. How do I view HTML in IE

    Sorry to be a thicko but I am a fast learner

    Cheers

    Scott
    View your page in IE, right click anywhere outside the page and choose HTML

    OR

    go to View (on the top Toolbar) and click on HTML
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


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