Replies

Sep 3, 2017 8 years ago
Monime
has an iron stomach
User Avatar

Hello everyone! I'm almost finished with my profile, but when I put the column background and border (all my content is currently on column2), it stopped midway and didn't follow through all the content! As I want a single line, unified background+border for my content, just putting it on the individual boxes won't work. Also, as it would be a background over another background (a repeat one), I also couldn't try putting it as the html background.

What should I do?

Thanks in advance!

[flower=monime]

Sep 3, 2017 8 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

actually you can have multiple backgrounds - you'd just add the code for each, separated by a comma. they layer front to back, so the first background you add will be in the front, the next one will be behind it, and so on. so that'd look like this:

html {background: url(FRONT BG URL) 400px 100% center top repeat-y, url(BACK BG URL) center top repeat} (you don't have to use an image for the front background, just using a solid color should work as well)

Sep 3, 2017 8 years ago
Monime
has an iron stomach
User Avatar

Thank you! I didn't know about this at all! couldn't do it with color and everything packed under background, but divided into the background-stuff and using an image I was able to do it. Thanks!

[flower=monime]

Sep 3, 2017 8 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

awesome, glad it worked - it looks great!

Please log in to reply to this topic.