Results 1 to 14 of 14

Thread: Background Question
      
   

  1. #1
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Background Question

    My site has a black background (not an image) I have set it in page properties, however, whenever I load the page the background is white unless I f5 and refresh. As the text is white this is causing problems.
    I have deleted my temporary files so it shouldn't be loading from cache.

    Any ideas anybody?

    www.hogisbar.com

  2. #2
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,299

    Default Re: Background won't show up

    If I click on the link in your post above, your site looks fine. But if I then go to your under construction gallery page and then click home, indeed your home page now shows a white background. Sorry, I'm just a beginner, but someone will know the answer based on these symptoms. However, I do see that the black home page is hogisbar.com/ and the white one is hogisbar.com/index.html.

  3. #3
    sedona's Avatar
    sedona is offline Major General
    Join Date
    Jun 2007
    Location
    Sedona. Arizona
    Posts
    2,182

    Default Re: Background won't show up

    Quote Originally Posted by Tom Finley View Post
    If I click on the link in your post above, your site looks fine. But if I then go to your under construction gallery page and then click home, indeed your home page now shows a white background. Sorry, I'm just a beginner, but someone will know the answer based on these symptoms. However, I do see that the black home page is hogisbar.com/ and the white one is hogisbar.com/index.html.
    You figured it out, Tom.

    Jaykay, there is no need for the /index.html page (which does not have a black background). Change any links back to your home page to hogisbar.com only. Without any links to it hogisbar.com/index.html will simply be 'lost in space' but it would be best to delete it in your control panel as ses may still pick it up which will do you no good whatsoever.
    Ken

    If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells

  4. #4
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Re: Background won't show up

    Thanks Ken but I really am confused. I only have two pages in this site. www.hogisbar.com
    1 is 'index' and the other is 'gallery'

    In BV builder they are named 'index.bvp' and gallery.bvp'


    On my home page (index) the text link 'gallery' is hyperlinked to the URL /gallery.bvp

    On my gallery page the text link 'home' is hyperlinked to the URL /index.html

    I only have to two html pages (index.html and gallery.html)
    So I don't understand what to delete or change the links to.
    Can you explain some more where I'm going wrong.
    Thanks in advance
    Jaykay

  5. #5
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,299

    Default Re: Background won't show up

    Hi Jaykay.

    In BlueVoda, load your gallery page.
    Right click on your "Home" button (or whatever it's labeled).
    Left click on "Properties" from the list that appears.
    The Properties box that now opens has two tabs, be sure you are on the "General" tab
    Change the ULR to http://hogisbar.com
    After that you'll want to republish that page so it changes your website, then when someone clicks the "Home" button they will be taken to your home page with the proper background.

    Keep up the good work!

    Tom

  6. #6
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Re: Background won't show up

    Tom
    It's not a button its a piece of text, therefore when I right click and then left click on properties, all I get is a text properties dialog box. The only options there are to 'convert to an image' and 'change the background colour or image'
    There's no option to put in a URL
    Sorry but I'm still really stuck
    Jaykay

  7. #7
    sedona's Avatar
    sedona is offline Major General
    Join Date
    Jun 2007
    Location
    Sedona. Arizona
    Posts
    2,182

    Default Re: Background won't show up

    Quote Originally Posted by jaykay View Post
    On my gallery page the text link 'home' is hyperlinked to the URL /index.htmlJaykay
    JayKay, Change this link to yourdomainname only (leave out the red) and see what happens.
    Ken

    If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells

  8. #8
    sedona's Avatar
    sedona is offline Major General
    Join Date
    Jun 2007
    Location
    Sedona. Arizona
    Posts
    2,182

    Default Re: Background won't show up

    Quote Originally Posted by jaykay View Post
    Tom
    It's not a button its a piece of text, therefore when I right click and then left click on properties, all I get is a text properties dialog box. The only options there are to 'convert to an image' and 'change the background colour or image'
    There's no option to put in a URL
    Sorry but I'm still really stuck
    Jaykay
    Didn't see this bit... ok you're linking from text. On your gallery page highlight the text 'Home'. Click the little green (link) icon in your top Blue Voda toolbar. (It will only appear when you have text highlighted). This is where you enter your url. Enter your domainname url only.

    Somehow, you managed this before so it should come back to you.
    Ken

    If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells

  9. #9
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Re: Background won't show up

    Thanks Ken

    All my links appear to be working ok now however, I still have the main problem in that my black background dows not show up when you first go to the site.
    Do you have any suggestions how I can the background black and stay black. I was thinking of using some kind of image but I'm sure it would be far too big.
    Thanks
    julie

  10. #10
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: Background Question

    In your header tags off some off your pages you have this,
    Code:
    </style>
    <style type="text/css">
    body {background-color: transparent}
    </style>
    which is overriding the the color, and setting it to your browsers default color. you may have added this in a sript that you have added to the page. find out which script and remove.

  11. #11
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Re: Background Question

    In the html 'start of page' tag I have the following at the beginning.

    <!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>Hogi's Bar</title>
    <style type="text/css">
    body {background-color: transparent}
    </style>
    <meta name="KEYWORDS" content="penera,pernera,cyprus,hogies,hogis,hogies bar,hogis bar,bars cyprus,restaurants,restaurants cyprus,bar,bars,bars in pernera, bars in penera,music,music bars,music bars cyprus,restaurant bars,bars for children,bars for kids">
    <meta name="GENERATOR" content="Created by BlueVoda">
    <style type="text/css">
    div#container


    But don't know where to start deleting and where to finish.
    can you help
    Thanks
    Julie

  12. #12
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Re: Background Question

    Brilliant, I've deleted the style text and all is ok now.
    Thank you very much.
    Julie

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

    Default Re: Background Question

    Hi, site is all showing up at my end ok.
    Something else to have a look at? In Fire fox BV has a habit of messing with the images for vertical lines. (Sorry! i should of said FF messing around with BV) lol.
    On your directions map that you have made, it shows up like the attachment in FF. This is not uncommon. But would suggest taking a snap shot of the area when viewing in IE like i have done & then enter it as an image on the page. This way it will work in all browsers.

    Good luck.
    Attached Thumbnails Attached Thumbnails Background Question-black-map.jpg  

  14. #14
    jaykay is offline First Sergeant
    Join Date
    Mar 2007
    Location
    Cyprus
    Posts
    83

    Default Re: Background Question

    Thank you Chris
    You are just so informative. I didn't know that about FF and will be doing as you suggested.
    jaykay

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