Heres my problem...
I have been making a site with template #75, which features 3 different "packages" that you can put on it, however I can't figure out how to make it into 3 individual packages, instead of 3 repeating packages.
Here is the code from the style: As you can see, there is only a package "A", but on the template, there is 3 places to put different packages. What I would like to do is have each package a different image.
CODE
#packages {
background: url(images/packagesbg_10.gif);
width: 685px;
height: 196px;
padding: 10px;
float: left;
}
#packages li {
list-style-type: none;
float: left;
}
#packages a {
background-image: url(images/package_11.gif);
width: 223px;
height: 196px;
display: block;
margin-right: 5px;
}
background: url(images/packagesbg_10.gif);
width: 685px;
height: 196px;
padding: 10px;
float: left;
}
#packages li {
list-style-type: none;
float: left;
}
#packages a {
background-image: url(images/package_11.gif);
width: 223px;
height: 196px;
display: block;
margin-right: 5px;
}
Hope somebody can help me out! Thanks!
