I want to spiff up my board with a background pattern and already have one that I really like, but how exactly do I put it into my skin?
Please be as specific as possible, as my HTML/coding powers fail pretty badly.
Thank youuuu!
In your CSS, find the body section:
Right now you probably have something like this (but with extras, like font etc):
| CODE |
body { background-color: #FFFFFF; } |
To add a tiling background that continuously repeats, just add into the body section this:
| CODE |
| background-image: url("IMAGE URL HERE"); |
If you want to read more about backgrounds, visit
W3 Schools's page about it.
Hope that works for you. :D
Thank you so much!
I would say that this problem is solved ^.^
Your topic has been solved and moved to the 'Solved Support Topics' forum! Still have a question, or something isn't clear yet? Open up a new topic, but be sure to be more specific this time!