A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
So I am trying to create a skin based on one from free css templates. There is a background repeat-y image that establishes vertical 1px visible divisions between columns. It works great on the user site but also displays on the admin site (which is 1 column) so the page renders vertical lines on the admin page. I have looked through the css files and cannot find a separate admin selector. Is there one or am I sool?
Thanks
tdc
what css selector are you using to apply the repeating image? If you tell me that I may be able to help.
Best,
Joe
Thanks. Guidance is appreciated.
Out of stlelayout.css I have added "background: url(img2.gif) repeat-y;" to #wrapcenter.