My profile's background is meant to be tiled, but it's only showing up in a stripe along the top of my profile. is there a way to tile it all the way around the entire page?
-witch I'm definitely no professional(and it is after 2am) but it sounds like you may have your code for the background image repeating just along the x-axis. If you look in your code and find something that looks like:
{background-image: url(Yourimagehere); background-repeat: repeat-x;}
Get rid of the background-repeat code. By default just having it look like {background-image: url(Yourimagehere);} should tile it on both the x and y axis to cover the whole page. Ping me to let me know if it works out/if that made sense?
They/Them