Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Help with web site

Options
  • 16-10-2006 8:46pm
    #1
    Registered Users Posts: 7,099 ✭✭✭


    I am making a web site using one a free template from the net everything is going fine just I cant change the main picture , its using a css file but I cant seem to change it .

    I uploaded the file to here
    http://www.freefilehost.co.uk/947253
    All I want to do is change the areoplane picture to some tihng different
    Thanks for any help

    gob_smacked


Comments

  • Closed Accounts Posts: 638 ✭✭✭theTinker


    Hey,
    You must of just over looked it.
    I extracted the bunch to a folder. Edited the CSS in notepad and it worked
    i changed this bit that was under the /* Company Logo */ comment:

    #company_logo {
    padding: 3px;
    background: url('images/company_poster.gif') #fff no-repeat 3px 3px;
    color: #000;
    }

    changed to:

    #company_logo {
    padding: 3px;
    background: url('images/ME.gif') #fff no-repeat 3px 3px;
    color: #000;
    }

    and it changed the pic when i loaded up index again. Maybe a cache issue? did ya clear all your nasty bits?


  • Closed Accounts Posts: 80 ✭✭realblackstuff


    Quite often you have to hit the 'refresh' button after a website change, otherwise (as mentioned above) it keeps showing your cached data.


  • Registered Users Posts: 7,099 ✭✭✭the whole year inn


    I tried doing that. Ill try again tommorow with the project(whole project on a memory stick) everything is fine working properly ,no losse ends, just cant change the picture.I just tried doing that in this internet cafe and it worked fine.

    Any way thanks for the help

    gob_smacked


  • Moderators, Politics Moderators Posts: 39,812 Mod ✭✭✭✭Seth Brundle


    to reload the page without using your cache press Ctrl & F5


Advertisement