How do you make the white part of your default layout transparent? |
How do you make the white part of your default layout transparent? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 70 Joined: Nov 2007 Member No: 594,072 ![]() |
How do you make the white part of your default layout transparent?
Also, when you make it transparent how can you only make the WHITE part transparent and not your images and texts and everything else because it makes it hard to read and I don't like it. I only want to be able to change the WHITE part and not have anything else be transparent I want the rest to stay normal.
Reason for edit: Please use [thumb] tags instead of [img] tags when posting large images. - Mike
|
|
|
![]() |
![]()
Post
#2
|
|
![]() (: ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 461 Joined: Jul 2005 Member No: 184,978 ![]() |
CODE <style type="text/css"> table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:ffffff; background-image:url(''); background-attachment: fixed; background-position:bottom left; background-repeat:no-repeat;}</style> This should work, in that case. Just change the background color and put your image url and adjust to your liking. But, I don't get what you mean by "it's making EVERYTHING transparent" |
|
|
![]() ![]() |