Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
I know it is obvious but I cannot find it...
I have no idea why my container image is not tiling all the way down on the permalink page. I did not change anything that i can think of and it was not doing this before. A hint would be appreciated. I am mush brain at this point need a new set of eyes.
Thanks for any help.
-jen
Offline
Re: I know it is obvious but I cannot find it...
I’m not 100% on this Jennifer but you have all your “repeat” attributes infront of the image URL and I’ve always placed them after. I don’t know if that’s a fixed format or not.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#3 2005-12-01 03:01:16
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: I know it is obvious but I cannot find it...
Yes, some browsers are very picky. I took a look at your page, and it is tiling properly for me.
So, try making it:
background: url(images/blogcontainer.gif) repeat-y;
If that doesn’t fix it, then try adding the other default values:
background: url(images/blogcontainer.gif) repeat-y top left;
Offline