problem with backround image and text readability
-
Hello everyone,
It’s my first post in the forum.
I would like to have a striped backround, in all my page width, except the blog that is centered in the middle which i want to keep white in order to read the text…
i’m new to css, i have bought the edit css add-on, and i can now work my stylesheet..
please helpThe blog I need help with is: (visible only to logged in users)
-
-
For the background image create the tiniest file you can and tile it with:
body {background-image:url("URL-GOES-HERE");}lh
-
I might suggest the following for the background image since this is the form used in the original CSS:
body {background:url(“URL-GOES-HERE”) repeat scroll 0 0 #FFFFFF;}
Change the color code at the end to something very close to the background image so that if something happens and the background image does not load, things won’t look too different.
-
-
thanks a lot guys/girls!
topic covered nicely…
good luck and here’s colorfabrik, visit sometimes to watch a good video!
http://colorfabrik.wordpress.com/
- The topic ‘problem with backround image and text readability’ is closed to new replies.