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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Help with web site

  • 16-10-2006 7:46pm
    #1
    Registered Users, Registered Users 2 Posts: 7,123 ✭✭✭


    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, Registered Users 2 Posts: 7,123 ✭✭✭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: 41,239 Mod ✭✭✭✭Seth Brundle


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


Advertisement