Click to See Complete Forum and Search --> : Image problems


3guk
11-01-2005, 03:53 PM
Hi Guys,

I am the webmaster of Ukslc.org and I have a question for you, please bear with me as I am not that good at html, php being my preferance, but still I have an image problem.

The problem is that I can not get my logo at the top to display properly on all browsers. It seems that on my PC it displays perfectly using both ie and FF. But when I go on the mac and safari it looks as if I have mis matched the colours, I know I havent but still it seems wrong. Its the same with opera on a PC it just doesnt look right but all the other images are fine.

You will probably be able to see that the header image you can see the two diff colours if you can not just let me know and I will screenshot it.

JAPerson
11-02-2005, 01:47 AM
The file you are using for your background is an 8 bit gif file which is not keeping the original color you have intended. Try this 16 bit bmp file:

3guk
11-11-2005, 12:41 PM
Just tried that and still the same !!

JAPerson
11-12-2005, 08:58 AM
Sorry, I changed image types on you from gif to a bmp, therefore you must also make the change in the following line of your code to point to the new image.

<td style="background : url('http://www.ukslc.org/templates/akobluezine/images/main_back_bright.gif') left; border-left : 1px solid #D1DFE7; border-right : 1px solid #D1DFE7;" width="756" valign="top">

Change the gif to bmp and then try it. :)

3guk
11-19-2005, 09:28 AM
Still no change ??

Any more suggestions ?