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]
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)