View Full Version: [S] Yet Another Skinning Question

RPG-Directory > Solved Support Topics > [S] Yet Another Skinning Question



Title: [S] Yet Another Skinning Question


esterni - April 7, 2008 03:27 AM (GMT)
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!

Disdainful Soul - April 7, 2008 04:19 AM (GMT)
In your CSS, find the body section:
CODE
body
{

}


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

esterni - April 7, 2008 07:19 PM (GMT)
Thank you so much!

I would say that this problem is solved ^.^

Horsecrzy721 - April 13, 2008 05:47 PM (GMT)
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!




Hosted for free by InvisionFree