HTML - Why Are Colours Different On Different Monitors??
I have designed a webpage in dreamweaver and had been using the screen on my MBP. When I plugged in an external monitor I noticed that the website is a different colour.
I did two screen shots to show the same website on each monitor.... Here is how the colours look on my MBP Here is how the colours look on my external monitor What is the best way to make sure your website always looks the same colour? I don't really like the second colours but like the first. Many thanks, Jim Similar TutorialsThis is my site so far: http://digitalplus.webs.com/index.htm I need the stripe in the background to be a perfect curve in the middle (height wise) and the buttons to go down along it. I need both ends of the stripe to be just visible and being able to see the tips touching the top and bottom of the browser... But depending on the individuals screen resolution, or the browser they're using or if they have a tool bar on their browser, the background stripe doesn't fit. How do I solve this problem?? Make it an image? I'm not sure what to do! Please help! Thanks I would be very greatful if someone could let me know what is required to make a site display centrally on widescreen monitors with blank areas either side. I mainly use dreamweaver and have no real knowledge of css so if there is a HTML code out there to cut and past I would be very greatful Many thanks Mark i recall many years ago running into an issue where only specific colours would display properly on web pages unless you used those colours in an image. meaning if you did like bgcolor="#456789" it would not render properly but if you made a .gif image with the background colour of the image be #456789 then it would show the proper colour. im wondering, is this still the case? Hey guys what is the best site out there where I can pick a colour and then it shows me what the best colours go with it. Many Thanks Hi Folks I have a website with many linked pages. When I create a new one I write the text in a Word file then ensure I cut and paste all the relevant HTML tagging. However, recently the background colour doesn't show up! The colour tag is the same as other pages where it DOES show up! I did paste the text into Notepad from Word and then into my Seamonkey composer page but the effect is still the same- absence of background colour. Can anyone shed any light on this mystery, please? Many thanks! Richard. Hello all, Can anyone tell me how I can change the block colour of the background to a more opaque effect? Many thanks Phil check out this! they said you couldnt, but i have! visit www.jaicpromotions.co.uk and you'll see!!! then view source! Jai insert this in the <head> section in your code, but make sure that each <iframe> has a new *.htm page as its base location, then again on each of those pages, insert this script into the <head> section again!! sorted!!!! no more unsightly grey bars !!!!! Yipee !!!!!! <STYLE type="text/css"> BODY {scrollbar-3dlight-color:#F0FFFF; scrollbar-arrow-color:#FF8C00; scrollbar-base-color:#000000; scrollbar-track-color:#000000; scrollbar-darkshadow-color:#696969; scrollbar-face-color:#000000; scrollbar-highlight-color:#FF8C00; scrollbar-shadow-color:#FF8C00} </STYLE> I've seen it done, but probably not in html. Every time the page is reloaded, the background colour within certain areas of the page will change to one of a series of pre-set colours. Usually this is all background divs or table cells that have been earmarked for this colour change, but how on earth do you set that up in html? Any ideas? |