black &white |
![]() ![]() |
black &white |
Aug 11 2005, 03:19 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Aug 2005 Member No: 199,705 |
I've seen some pages of people I know and they're all black and white. I was wondering if there is a code that can make your whole page black and white or if you have to do everything black and white individually. If someone could help me out I'd really appreciate it.
thanks alot! |
|
|
|
Aug 11 2005, 03:23 AM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
Try this code..
CODE <style type="text/css">body{filter: gray;}</style> Not sure if it works.You can make it manually also. When you code it, make sure everything is either black or white. It's as simple as that. Of course, you'll have to add this code to make the images black&white, too. CODE <style type="text/css">img { filter: Gray; }
a:link img { filter: Gray; } a:hover img { filter: Gray; }</style> |
|
|
|
![]() ![]() |