I have two questions:
- How do I install a tiling background image.
- The windows where the product images/info goes with the category title on top, like "New Products For February". How do I make them wider?
I have two questions:
- How do I install a tiling background image.
- The windows where the product images/info goes with the category title on top, like "New Products For February". How do I make them wider?
I'm using a tiled image in the Fan Odyssey site in my sig. You do it in the stylesheet. You may have to add the background image at different points depending on the look you want to achieve.
Here's a small sample from the stylesheet.
Code:/*wrappers - page or section containers*/ #mainWrapper { background-color: #000000; background-image: url('../images/space011.jpg'); text-align: left; width: 100%; vertical-align: top; } #headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage { margin: 0em; padding: 0em; } #logoWrapper{ background-image: url('../images/space011.jpg'); background-repeat: repeat-x; background-color: #000000; height:110px; width: 100%; }
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
Thanks afo,
To install background wallpapers. Below, is an excerpt from stylesheet.css found in the css sub-directory. Just add the tag in bold green and replace the jpg file in red with your own wallpaper file. Please note that I've created a "/wallpaper" sub-directory inside images: /images/wallpaper
body {
margin: 5px 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #800000;
background-image: url('../images/wallpaper/your_background.jpg')
}