verhoej Posted October 31, 2011 Share Posted October 31, 2011 i have in my theme css the following code for the bg image body { background:#e7e7e7 url('../img2/logolinks.png') no-repeat; font-size:11px; font-family:Arial,Century gothic,Tahoma,sans-serif; color:#808080; text-align:center; } how do i get a second image at the same position floating under the firts one ( with repeat-x ) Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 31, 2011 Share Posted October 31, 2011 You can't have two body bg images. You could add another image in a div wrap or something like that. Marty Shue Link to comment Share on other sites More sharing options...
verhoej Posted October 31, 2011 Author Share Posted October 31, 2011 should i code the div wrap only in css or do i need to add more code to other pages, because i treid the div wrap from an example from internet but that didt work. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 31, 2011 Share Posted October 31, 2011 Yes, you will need to add the div wrap (or whatever you wish to name it) to your overall store. This can best be done in your header.tpl. Hope that helps! Marty Shue Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now